From 66c0839d5462b1251dd82882bf714b844ac30ee0 Mon Sep 17 00:00:00 2001 From: jacobeva Date: Wed, 8 Mar 2023 13:10:37 +0000 Subject: [PATCH] Added readme --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 README.md diff --git a/README.md b/README.md new file mode 100755 index 0000000..9ec9926 --- /dev/null +++ b/README.md @@ -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 :)