Go to file
jacobeva 66c0839d54
Added readme
2023-03-08 13:10:37 +00:00
.gitignore Removed bin 2023-03-08 12:44:55 +00:00
.vimspector.json Disabled pause on entry in debug 2022-06-13 22:04:26 +01:00
Makefile Modified binary destination 2023-03-08 12:55:12 +00:00
RCB.cpp Remove commented code 2023-03-08 13:10:28 +00:00
README.md Added readme 2023-03-08 13:10:37 +00:00

README.md

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 :)