Screenshots
Example Usage
# Ubuntu/Debian sudo apt update sudo apt install -y python3 python3-pip python3-venv git curl # Install Node.js 20+ (using nvm recommended) curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.0/install.sh | bash source ~/.bashrc nvm install 20.19.0 nvm use 20.19.0 # Optional: Install Ruby for evil-winrm sudo snap install ruby --classic gem install evil-winrm # Verify versions python3 --version # Should be 3.8+ node --version # Should be 20.19.0+ or 22.12.0+ npm --version
See also
Impacket-secretsdump
Open Source
Kali
Dumps secrets remotely using a variety of techniques including DCSync (without running code on DC), …
Netexec (nxc)
Open Source
Kali
The maintained fork and successor to CrackMapExec. Network service exploitation Swiss army knife for…
365
Free
BlueTeam, RedTeam, Bug bounty, CTI, OSINT, Threat Hunting, Network and Web Recon, Discovery, Enumera…
Ligolo-ng
Open Source
Advanced tunneling/pivoting tool that creates a VPN-like tunnel from the agent to the operator witho…
Responder (NBT-NS Poisoner)
Open Source
Kali
Rogue authentication server and LLMNR/NBT-NS/mDNS poisoner for Windows networks. Captures NTLM chall…
GDB with pwndbg
Open Source
Kali
GDB (GNU Debugger) enhanced with pwndbg plugin for exploit development and reverse engineering. Adds…