Sign inSign up

projectdiscovery/naabu

By projectdiscovery

Updated 5 months ago

A port scanner written in go

Image
7

100K+

projectdiscovery/naabu repository overview

naabu

License Go Report Card contributions welcome

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.

  • After building the container using either way, run the following -
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

Tag summary

Content type

Image

Digest

sha256:0b7efcd6e

Size

34.6 MB

Last updated

5 months ago

docker pull projectdiscovery/naabu