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
sudo
):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
nmap
from naabu
for additional functionalities (nmap
must be installed):sudo naabu -v -host host -nmap-cli 'nmap -v -T5 -sC'