Added readme

This commit is contained in:
jacobeva 2023-03-08 13:10:37 +00:00
parent c8374f6c05
commit 66c0839d54
No known key found for this signature in database
GPG Key ID: 0B92E083BBCCAA1E
1 changed files with 9 additions and 0 deletions

9
README.md Executable file
View File

@ -0,0 +1,9 @@
# Remote Control Beacon
A client side Emperor C2 framework backdoor.
This backdoor can communicate with Emperor itself, and can perform the following functions:
* Connect to the server (via TOR through a configured FOB)
* Request and execute commands
* Upload and download files to and from the server
Most of the communications between the client and server are base64 encoded, but not encrypted. This means that the traffic, before reaching the FOB, is unencrypted. I was considering maybe adding RC4 encryption in the future :)