Skip to content

hayduk v0.1.0

Choose a tag to compare

@jolovicdev jolovicdev released this 25 Aug 17:06
· 28 commits to main since this release

First tagged release of hayduk: a graphical attack management console for Metasploit, the lineage of Armitage rebuilt as a single Go binary with a browser UI.

  • Live network topology grouped by subnet, access states, pivot routes
  • Campaign workflows: host discovery, service scans, login attacks with recovered credentials, Find attacks, Hail Mary
  • Session interaction with live meterpreter/shell streaming and upgrade
  • Module launcher with reliability ranks, option editing, payloads
  • Credentials, loot and an attributed event log
  • Self-contained HTML report export
  • Token-auth team mode for several operators on one campaign

Build from source (Go 1.26+ and Node):

make && ./bin/hayduk

For authorized security testing only. Read SECURITY.md for the trust model, especially before using team mode. The disposable Metasploit lab under scripts/msf spins up targets for local, authorized testing.