Skip to content

Commit

Permalink
Added some info to README, added requirements.txt for installation of…
Browse files Browse the repository at this point in the history
… required packages.
  • Loading branch information
tserafin committed Aug 10, 2018
1 parent 599df35 commit d1080ff
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
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
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
netifaces
pywin32

0 comments on commit d1080ff

Please sign in to comment.