# naabu を Homebrew, apk, Nix でインストール

naabu のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

```sh
sudo av install brew:naabu
```

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install naabu
```

  証拠: local Homebrew formula metadata

### Linux

- apk (92%):

```sh
sudo apk add naabu
```

  証拠: Alpine Linux edge package indexes: naabu from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz

- Nix (92%):

```sh
nix profile install nixpkgs#naabu
```

  証拠: nixpkgs package indexes: pkgs/by-name/na/naabu/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## パッケージ情報

- **パッケージキー:** brew:naabu
- **パッケージマネージャ:** Homebrew
- **バージョン:** 2.6.1
- **ソース概要:** Fast port scanner
- **ホームページ:** <https://docs.projectdiscovery.io/tools/naabu/overview>
- **リポジトリ:** <https://github.com/projectdiscovery/naabu>
- **最終更新:** 2026-07-26T19:43:12+02:00
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- naabu (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

- ページ生成日: 2026-08-03
- マネージャ版: 2.6.1
## プロジェクトの歴史と使われ方

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.

### タイムライン

- 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

### ソース

- <https://api.github.com/repos/projectdiscovery/naabu>
- <https://api.github.com/repos/projectdiscovery/naabu/releases/latest>
- <https://docs.projectdiscovery.io/opensource/naabu/overview>
- <https://docs.projectdiscovery.io/opensource/naabu/running>
- <https://formulae.brew.sh/api/formula/naabu.json>
- <https://formulae.brew.sh/formula/naabu>
- <https://github.com/projectdiscovery/naabu>
- <https://pkg.go.dev/github.com/projectdiscovery/naabu>


## セキュリティノート

narrow executable package without higher-risk signals.

- **Geiger リスク:** グリーン / 低
- narrow executable package without higher-risk signals


## 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

- Unix: ~/.config/naabu/config.yaml
## 他のパッケージマネージャ記録

- Nix - naabu: normalized package name match | nixpkgs package indexes: pkgs/by-name/na/naabu/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- apk - naabu - 2.5.0-r3: normalized package name match | Alpine Linux edge package indexes: naabu from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | Fast port scanner written in go with a focus on reliability and simplicity | https://docs.projectdiscovery.io/tools/naabu
- apk - naabu-doc - 2.5.0-r3: normalized package name match | Alpine Linux edge package indexes: naabu-doc from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | Fast port scanner written in go with a focus on reliability and simplicity (documentation) | https://docs.projectdiscovery.io/tools/naabu


## Combined YAML source

View the package source record on GitHub. [combined/naabu.yml](https://github.com/mxcl/pkgdb/blob/main/combined/naabu.yml)


## ソース

- pkg.so package database
- Geiger risk classifier
- curated configuration and credential file locations
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
