macOS
brew install naabulocal Homebrew formula metadata
brew
Fast port scanner. Version 2.6.1 via Homebrew; verified 2026-05-06.
install
brew install naabulocal Homebrew formula metadata
sudo apk add naabuAlpine Linux edge package indexes · naabu · source: dl-cdn.alpinelinux.org
nix profile install nixpkgs#naabunixpkgs package indexes · pkgs/by-name/na/naabu/package.nix · source: api.github.com
overview
Fast port scanner
history
Naabu is ProjectDiscovery's fast Go port scanner for enumerating open ports across hosts, lists, CIDRs, and discovery pipelines. The GitHub repository was created on January 21, 2020, and the project sits in the same offensive-security and attack-surface-discovery family as subfinder, httpx, nuclei, dnsx, and other ProjectDiscovery tools.
The README and ProjectDiscovery docs describe Naabu as a simple scanner that performs SYN, CONNECT, and UDP probes and returns ports that respond. Over time it gained features useful in large recon jobs: IPv4/IPv6 scanning, DNS port scans, automatic IP deduplication, host discovery, CDN/WAF exclusion, JSON/CSV output, passive port enumeration through Shodan InternetDB, native UDP service probes, and nmap integration for follow-up service discovery.
Naabu is adopted mostly by bug bounty hunters, pentesters, and security engineers who already compose ProjectDiscovery tools into pipelines. On July 1, 2026 the GitHub API showed 6,029 stars and 691 forks. Homebrew reported 1,696 installs over 365 days, which is meaningful but modest beside Go install paths, container usage, and Linux package channels.
The basic use is `naabu -host example.com` or feeding hosts on stdin with flags such as `-p`, `-top-ports`, `-json`, `-o`, and `-rate`. Operators use it as the port-enumeration stage between subdomain discovery and HTTP/service probing, often handing discovered ports to httpx, nuclei, or nmap. The docs call out that SYN scans need sufficient privileges, while non-root use falls back to CONNECT scans.
Naabu is not trying to replace nmap as a universal network mapper. Its niche is fast, scriptable port discovery that produces clean output for the next tool in a recon pipeline. That separation of concerns is the package-nerd angle: use Naabu for speed and breadth, then hand fewer targets to slower service/version or vulnerability scanners.
security posture
narrow executable package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
~/.config/naabu/config.yamlexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
naabu | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/projectdiscovery/naabu
install metadata
| Package key | brew:naabu |
|---|---|
| Version | 2.6.1 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/naabu |
| Homepage | https://docs.projectdiscovery.io/tools/naabu/overview |
| Repository | https://github.com/projectdiscovery/naabu |
| Upstream docs | https://docs.projectdiscovery.io/opensource/naabu/running |
| License | MIT |
| Source archive | https://github.com/projectdiscovery/naabu/archive/refs/tags/v2.6.1.tar.gz |
| Last updated | 2026-05-06T00:31:51Z |
| Pulse | updated |
| Build dependencies | go |
| Uses from macOS | libpcap |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | naabu |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
naabu
nix profile install nixpkgs#naabunaabu 2.5.0-r2
Fast port scanner written in go with a focus on reliability and simplicity
https://docs.projectdiscovery.io/tools/naabu
sudo apk add naabunaabu-doc 2.5.0-r2
Fast port scanner written in go with a focus on reliability and simplicity (documentation)
https://docs.projectdiscovery.io/tools/naabu
sudo apk add naabu-docsource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.