naabu Command Examples

A fast port scanner written in Go with a focus on reliability and simplicity. Note: Some features are only activated when naabu is run with root privileges such as SYN scan. More information: https://github.com/projectdiscovery/naabu.

sudo naabu -host {{host}}

naabu {{[-il|-interface-list]}}

naabu {{[-p|-port]}} - -host {{host}}

naabu {{[-tp|-top-ports]}} 1000 -host {{host}}

naabu {{[-p|-port]}} 80,443,u:53 -host {{host}}

naabu {{[-p|-port]}} 80,443 -cdn -host {{host}}

sudo naabu {{[-v|-verbose]}} -host {{host}} -nmap-cli 'nmap {{-v -T5 -sC}}'