Skip to content

LEGION2 v0.4.0

Latest

Choose a tag to compare

@github-actions github-actions released this 19 Jun 18:08
477c88c

LEGION2 v0.4.0

Installation

Debian/Ubuntu/Kali/ParrotOS (.deb):

sudo dpkg -i legion2_*.deb
# Grant capabilities for passive capture and masscan (optional)
sudo setcap cap_net_raw,cap_net_admin=eip $(which masscan)
sudo setcap cap_net_raw+ep /usr/bin/legion2

AppImage (any Linux):

chmod +x legion2_*.AppImage
./legion2_*.AppImage

Note: Quick scan (-sT mode) works without root. Comprehensive scan, NetSniffer,
and masscan require cap_net_raw or running as root.

See the README for full
installation instructions and prerequisites.