Automic VaultAutomic Vault

brew

naabu mit Homebrew, apk, Nix installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für naabu in AI-Agent-Workflows.

Installation

Weitere Installationsbefehle

macOS

Homebrewverifiziert · 100%
brew install naabu

local Homebrew formula metadata

Linux

Alpine Linux apkverifiziert · 92%
sudo apk add naabu

Alpine Linux edge package indexes · naabu · Quelle: dl-cdn.alpinelinux.org

Nixverifiziert · 92%
nix profile install nixpkgs#naabu

nixpkgs package indexes · pkgs/by-name/na/naabu/package.nix · Quelle: api.github.com

Überblick

Paketzusammenfassung

Fast port scanner

Verlauf

Projektgeschichte und Nutzung

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.

Projektgeschichte

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.

Adoptionsgeschichte

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.

Wie es verwendet wird

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.

Warum Paket-Nerds sich dafür interessieren

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.

Zeitleiste

  • 2020-01-21: GitHub repository created.
  • 2026-05-05: v2.6.1 published on GitHub.
  • 2026-07-01: GitHub API showed 6,029 stars and Homebrew API showed 1,696 installs over 365 days.

Related projects

  • ProjectDiscovery
  • nuclei
  • httpx
  • subfinder
  • dnsx
  • nmap
  • Shodan InternetDB

Sicherheitslage

Risikostufe: grün

narrow executable package without higher-risk signals.

Risikoklassifikator

grün Risiko · niedrig Konfidenz · appliance

Warum

  • narrow executable package without higher-risk signals

Signale

  • metadata:no-higher-risk-signals

Installationsverhalten

  • In den Formelmetadaten ist kein Homebrew-Post-install-Hook erfasst.
  • Homebrew-Bottle-Metadaten sind für 6 Plattformziele verfügbar.
  • Build-Metadaten listen 1 Build-Abhängigkeiten.

Empfohlene Prüfung

Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.

local files

Configuration and credential file locations

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.

Configuration files

Config paths the tool may read or write during local use.

Unix
~/.config/naabu/config.yaml

Executables

Installierte Executables

BefehlArtSichtbarkeitHinweis
naabucliglobales Executable

Aktualität

Version und Aktualität

Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.

Seite generiert2026-07-25
Manager-Version2.6.1
Manager aktualisiert2026-05-06
lokale DatenOK
Upstreamaktuell
neueste erkannte Versionv2.6.1

https://github.com/projectdiscovery/naabu

  • OKEs wurden keine Aktualitätswarnungen generiert.

Installationsmetadaten

Paketmetadaten

Paketschlüsselbrew:naabu
Version2.6.1
PaketmanagerHomebrew
Paketmanager-Seitehttps://formulae.brew.sh/formula/naabu
Homepagehttps://docs.projectdiscovery.io/tools/naabu/overview
Repositoryhttps://github.com/projectdiscovery/naabu
Upstream-Dokumentationhttps://docs.projectdiscovery.io/opensource/naabu/running
LizenzMIT
Quellarchivhttps://github.com/projectdiscovery/naabu/archive/refs/tags/v2.6.1.tar.gz
Zuletzt aktualisiert2026-05-06T00:31:51Z
Pulseupdated
Build-Abhängigkeitengo
Von macOS bereitgestellte Bibliothekenlibpcap
Bottleverfügbar (auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-installnicht definiert
Dienstkeiner deklariert

Registry-Fakten

Details aus der Quelldatenbank

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namenaabu
Version Scheme0
Revision0
Head VersionHEAD
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • head
  • stable

Source-Datenbank-Treffer

Andere Paketmanager-Einträge

Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.

Nix95%

naabu

nix profile install nixpkgs#naabu
  • normalized package name match
  • Abgeglichen nach: Naabu
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/na/naabu/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
apk95%

naabu 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 naabu
  • License: MIT
  • Architecture: x86_64
  • Source Package: naabu
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Naabu
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: naabu from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
apk95%

naabu-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-doc
  • License: MIT
  • Architecture: x86_64
  • Source Package: naabu
  • normalized package name match
  • Abgeglichen nach: Naabu
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: naabu-doc from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz

Quellspur

Aus Repository-Daten generiert

Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.

Verwendete Quellen

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated configuration and credential file locations
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment