8000 GitHub - ziggoon/singed: havoc agent for linux
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ziggoon/singed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 6DA5 , 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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0