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 -interface-list

naabu -p - -host {{host}}

naabu -top-ports 1000 -host {{host}}

naabu -p 80,443,u:53 -host {{host}}

naabu -p 80,443 -cdn -host {{host}}

sudo naabu -v -host {{host}} -nmap-cli 'nmap {{-v -T5 -sC}}'