From 50d38762c23240c1224235ea5e02e3defcf1410a Mon Sep 17 00:00:00 2001 From: jacobeva Date: Wed, 8 Mar 2023 13:09:38 +0000 Subject: [PATCH] Add readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..9017ac5 --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +# Emperor +Emperor is a C2 framework for commanding and controlling compromised hosts through the TOR network. + +Communication is achieved through the use of a socks5 bridge (known as a forward operating base) between the compromised host running a client, which relays the communications through TOR, to the server, which is running as a TOR hidden service. + +This repository contains the files for the Emperor server, which is used to communicate with victims who are compromised with the backdoor :)