$loading...
Paste nmap output or manually add services to instantly get targeted attack playbooks. Covers SSH, HTTP, SMB, MySQL, Redis, MongoDB, Docker, Elasticsearch, Jenkins, and 20+ other services with enumeration commands, exploitation techniques, and known CVE checks. For authorized penetration testing only.
Full port scan with version detection
nmap -sV -sC -p- TARGET --min-rate 5000 -oN scan.txtVulnerability scripts
nmap --script vuln TARGET -p- --min-rate 3000OS detection
nmap -O -sV TARGETUDP top ports
nmap -sU --top-ports 20 TARGETFast discovery with Masscan
masscan -p0-65535 TARGET --rate=10000 -oL masscan.txtAll nmap output formats
nmap -sV -sC -p- TARGET -oA scan_output # .nmap .xml .gnmapFor authorized penetration testing only. Always obtain written permission before scanning.