-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added some info to README, added requirements.txt for installation of…
… required packages.
- Loading branch information
Showing
2 changed files
with
13 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,11 @@ | ||
WIP | ||
Banter is a Proof of Concept (PoC) Remote Access Tool (RAT) developed to play around with various ideas and concepts. | ||
Key concepts investigated: | ||
- Automatic discovery and pairing with server by the client. Currently limited to the same network subnet. | ||
- Beaconing to avoid firewall | ||
- Heartbeats and restarting pairing process to accommodate server address changes | ||
- Persisting reboots | ||
|
||
It was developed alongside the BackdoorPE tool with the end goal of infecting a legitimate Windows binary with the Banter client. | ||
|
||
To grab all required packages run: | ||
pip install -r requirements.txt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
netifaces | ||
pywin32 |