A port scanner written in go
100K+
naabu is a port scanning tool written in Go that allows you to enumerate valid ports for hosts in a fast and reliable manner. It is a really simple tool that does fast SYN scans on the host/list of hosts and lists all ports that return a reply.
You can use the official dockerhub image at naabu. Simply run -
> docker pull projectdiscovery/naabu
The above command will pull the latest tagged release from the dockerhub repository.
docker run -it projectdiscovery/naabu
The above command is the same as running
-h
For example, this runs the tool against hackerone.com and output the results to your host file system:
docker run -it projectdiscovery/naabu -host hackerone.com > hackerone.com.txt
Content type
Image
Digest
sha256:0b7efcd6e…
Size
34.6 MB
Last updated
5 months ago
docker pull projectdiscovery/naabu