This is a third party agent for Havoc C2 written in python. It is intended to be a basic PoC used to learn how to write custom Havoc agents, with its accompanying blog post https://codex-7.gitbook.io/codexs-terminal-window/red-team/red-team-dev/extending-havoc-c2/third-party-agents
It currently only supports 2 commands:
- shell {system command}
- exit
It is not meant to be OPSEC safe or safe to use in real life. It was meant to be used to learn the Havoc agent spec. I am working on an improved version that is safer to use in real environments (encrypted comms etc.) and that will be linked here when it's done.
sudo pip install -r requirements
- start Havoc teamserver
- python handler.py
- python agent.py
Be sure to manually modify the ip address and port in the agent manually, I didn't write the GUI auto generator script yet ;-;
I literally could not think of a name and it was like 2 minutes to Havoc drop. Decided to name it after a funny emote.
Have fun ~ CodeX