Hades: basic Command & Control server built using Python
Hades
Hades is a basic Command & Control server built using Python. It is currently extremely bare-bones, but I plan to add more features soon. Features are a work in progress currently.
Features
- Windows Implant
- Python Implant
- Executable Implant
- Powershell Cradle
- Linux Implant
- Basic Command & Control functionality
- CMD Commands
- BASH Commands
- Basic Persistence
- Linux Cronjob
- Windows Registry Autorun
Install
git clone https://github.com/lavender-exe/Hades-C2.git
cd Hades-C2
# Windows
python install.py
# Linux
python3 install.py
python3 hades-c2.py
Use
Server:
- Run the server using python hades-c2.py
- Run listeners -g / –generate to generate a listener
- Select the IP and Port for the listener
Implant:
- Create an implant using winplant.py, linplant.py or exeplant.py
- Run the implant on the target machine
Listener Commands
—————————————————————————————
listeners -g –generate –> Generate Listener
Session Commands
—————————————————————————————
sessions -l –list –> List Sessions
sessions -i –interact –> Interact with Session
sessions -k –kill <value> –> Kill Active Session
Payload Commands
—————————————————————————————
winplant.py –> Windows Python Implant
exeplant.py –> Windows Executable Implant
linplant.py –> Linux Implant
pshell_shell –> Powershell Implant
Client Commands
—————————————————————————————
persist / pt –> Persist Payload (After Interacting with Session)
background / bg –> Background Session
exit –> Kill Client Connection
Misc Commands
—————————————————————————————
help / h –> Show Help Menu
clear / cls –> Clear Screen
Copyright (C) 2023 Lavender
Source: https://github.com/Lavender-exe/