ziggoon / singed

havoc agent for linux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

singed

singed is a 3rd-party Linux agent for Havoc

the agent communicates over plain, unencrypted http - nothing the agent does is necessarily opsec-safe, i was using this project to learn more about havoc and the service api. in the future, i plan to implement encrypted communication along with other post-exploitation / persistence methods

handler.py is the handler that interacts with the Havoc Agent Service and handles all agent requests

Installation

  1. clone repo & submodules
git clone --recurse-submodules https://github.com/ziggoon/singed.git; cd singed
  1. run installation script
chmod +x setup.sh; ./setup.sh
  1. start havoc server & client
  2. copy handler.py into havoc-py
cp handler.py havoc-py
  1. run handler.py
python3 handler.py

Features

  • execute shell commands
  • upload and download files

Release History

  • 0.1.2
    • Add basic system commands: ls, cd, pwd
  • 0.1.1
    • Add upload file feature
    • Add download file feature
  • 0.1.0
    • initial release

About

havoc agent for linux

License:MIT License


Languages

Language:Rust 60.7%Language:Python 37.9%Language:Shell 1.4%