Skip to content

C2 Frameworks

TheGetch edited this page Jan 5, 2021 · 1 revision

C2 Frameworks

C2 Frameworks

Empire C2:

Github: https://github.com/BC-SECURITY/Empire

In Kali Linux:

apt install powershell-empire

Install Empire Manually:

  1. cd /Empire/setup
  2. ./install.sh
  • Current Listeners:

(Empire) > listeners [!] No listeners currently active (Empire: listeners) > uselistener dbx http http_com http_foreign http_hop http_mapi meterpreter onedrive redirector

Covenant

Source: https://github.com/cobbr/Covenant

Installation on Kali:

  1. apt install dotnet-sdk-2.2
  2. git clone --recurse-submodules https://github.com/cobbr/Covenant
  3. cd Covenant/Covenant
  4. dotnet build
  5. dotnet run

_Sidebar

1. Recon

Ping Sweep

CIDR to IP

2. Enumeration

Services

05. HTTP (80,443,8080,8443,etc.)

3. Exploitation

4. Post Exploiation

5. High Value Information

Hashes

6. Reporting

7. Random Notes/Useful Tidbits

Clone this wiki locally