Automic VaultAutomic Vault

brew

masscan を Homebrew, apk, apt, dnf, MacPorts, Nix, pacman でインストール

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

インストール

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

macOS

Homebrew確認済み · 100%
brew install masscan

local Homebrew formula metadata

MacPorts確認済み · 94%
sudo port install masscan

MacPorts ports tree · net/masscan/Portfile · ソース: api.github.com

Linux

Alpine Linux apk確認済み · 92%
sudo apk add masscan

Alpine Linux edge package indexes · masscan · ソース: dl-cdn.alpinelinux.org

Debian apt確認済み · 92%
sudo apt install masscan

Debian stable package indexes · masscan · ソース: deb.debian.org

Fedora dnf確認済み · 92%
sudo dnf install masscan

Fedora Rawhide package metadata · masscan · ソース: dl.fedoraproject.org

Nix確認済み · 92%
nix profile install nixpkgs#masscan

nixpkgs package indexes · pkgs/by-name/ma/masscan/package.nix · ソース: api.github.com

Arch Linux pacman確認済み · 92%
sudo pacman -S masscan

Arch Linux sync databases · masscan · ソース: geo.mirror.pkgbuild.com

概要

パッケージ概要

TCP port scanner, scans entire Internet in under 5 minutes

コマンドとエイリアス

  • masscan

履歴

プロジェクトの歴史と使われ方

MASSCAN is an Internet-scale TCP port scanner designed to transmit probes asynchronously at very high packet rates. It is packaged as a security and networking CLI because it gives users an `nmap`-like command surface for wide-range scanning rather than deep per-host enumeration.

プロジェクトの歴史

The public GitHub repository was created in July 2013, and early releases appeared in September and October 2013. The README describes the tool as able to scan the entire Internet in under five minutes from a single machine at up to 10 million packets per second, using its own TCP/IP stack and asynchronous transmit and receive threads.

MASSCAN's 1.0 release arrived in October 2013, and a Kali-tagged prerelease was already published in September 2013. Later releases added practical improvements such as dynamic libpcap loading, memcached support, and IPv6 support in the 1.3.0 line, followed by fixes for the IPv6 transition.

The design section of the README explicitly positions MASSCAN relative to earlier high-speed scanners such as scanrand, unicornscan, and ZMap, while making the command-line and output style familiar to `nmap` users.

採用の歴史

MASSCAN is widely adopted for a command-line security tool: the repository has tens of thousands of GitHub stars and thousands of forks, and the supplied package metadata lists packages across Homebrew, Debian, Ubuntu, Fedora, Arch, Alpine, MacPorts, and Nix.

Its package-manager footprint reflects its role in security labs, reconnaissance workflows, and network inventory jobs where users want a readily installable binary rather than building research code by hand.

使われ方

Users provide ports and target ranges, for example `masscan -p80,8000-8100 10.0.0.0/8`, and can emit or reuse configuration with `--echo` and `-c`. The README documents XML, binary, grepable, JSON, and list output formats.

MASSCAN is tuned for breadth. The README contrasts it with `nmap`: it uses randomized host order, raw packet sending, no default ports, no DNS resolution, and an asynchronous model suited to large address ranges. It also warns that banner grabbing and other TCP interactions can conflict with the host network stack unless source IPs, source ports, and firewall rules are configured carefully.

The default configuration file is `/etc/masscan/masscan.conf`, and command-line settings override that default. The README recommends using exclude files for Internet-scale scans and includes prominent cautions about scanning responsibly.

パッケージ好きにとっての重要性

MASSCAN is package-nerd significant because it is one of the canonical examples of a single-purpose C security tool that package managers make safe to acquire, update, and remove across many Unix-like systems.

It also shows why packaging security tools matters: users get reproducible builds and OS integration for software that otherwise encourages copying binaries or building from source before running high-impact network scans.

タイムライン

  • 2013: GitHub repository created.
  • 2013: Early v1 and Kali prereleases published.
  • 2013: 1.0 release published.
  • 2020: 1.3.0 release adds IPv6 support.
  • 2026: Repository remains active with recent commits.

Related projects

  • MASSCAN is related to `nmap`, but optimized for broad asynchronous scanning rather than detailed host inspection.
  • The README also compares its asynchronous approach with scanrand, unicornscan, and ZMap.

セキュリティ状態

リスクレベル: red

large-scale network scanning tool.

リスク分類器

リスク red · 信頼度 高 · escape-surveillance-offensive

理由

  • large-scale network scanning tool

信号

  • override:masscan

インストール挙動

  • formula メタデータに Homebrew post-install フックは記録されていません。
  • Homebrew bottle メタデータは 13 個のプラットフォームターゲットで利用できます。

推奨レビュー

エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。

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
/etc/masscan/masscan.conf

実行可能ファイル

インストールされる実行可能ファイル

コマンド種類公開範囲メモ
masscancliグローバル実行可能ファイル

鮮度

バージョンと鮮度

これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。

ページ生成日2026-07-25
マネージャ版1.3.2
マネージャ更新日
ローカルデータOK
上流最新
検出された最新1.3.2

https://github.com/robertdavidgraham/masscan

  • 情報No package-manager update timestamp was available.信頼度 低

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:masscan
バージョン1.3.2
パッケージマネージャHomebrew
パッケージマネージャページhttps://formulae.brew.sh/formula/masscan
ホームページhttps://github.com/robertdavidgraham/masscan/
リポジトリhttps://github.com/robertdavidgraham/masscan
上流ドキュメントhttps://github.com/robertdavidgraham/masscan#readme
ライセンスAGPL-3.0-only
ソースアーカイブhttps://github.com/robertdavidgraham/masscan/archive/refs/tags/1.3.2.tar.gz
Bottle利用可能 (対象 arm64_big_sur, arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, big_sur, catalina, monterey, sonoma, ventura, x86_64_linux)
Homebrew post-install未定義
サービス宣言なし

レジストリ情報

ソースデータベース詳細

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

ソースデータベース一致

他のパッケージマネージャ記録

一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。

Debian apt95%

masscan 2:1.3.2+ds1-2

TCP port scanner

https://github.com/robertdavidgraham/masscan

sudo apt install masscan
  • Section: net
  • Architecture: amd64
  • 2 依存関係
  • normalized package name match
  • 一致条件: Masscan
Debian stable package indexes · deb.debian.org · Debian stable package indexes: masscan from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

masscan

nix profile install nixpkgs#masscan
  • normalized package name match
  • 一致条件: Masscan
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/ma/masscan/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

masscan 2:1.3.2+ds1-1

TCP port scanner

https://github.com/robertdavidgraham/masscan

sudo apt install masscan
  • Section: universe/net
  • Architecture: amd64
  • 1 依存関係
  • normalized package name match
  • 一致条件: Masscan
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: masscan from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
apk95%

masscan 1.3.2-r2

TCP port scanner, spews SYN packets asynchronously, scanning entire Internet in under 5 minutes

https://github.com/robertdavidgraham/masscan

sudo apk add masscan
  • License: AGPL-3.0-only
  • Architecture: x86_64
  • Source Package: masscan
  • 1 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Masscan
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: masscan from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

masscan-doc 1.3.2-r2

TCP port scanner, spews SYN packets asynchronously, scanning entire Internet in under 5 minutes (documentation)

https://github.com/robertdavidgraham/masscan

sudo apk add masscan-doc
  • License: AGPL-3.0-only
  • Architecture: x86_64
  • Source Package: masscan
  • normalized package name match
  • 一致条件: Masscan
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: masscan-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
dnf95%

masscan 1.3.2-15.fc44

This is an Internet-scale port scanner

https://github.com/robertdavidgraham/masscan

sudo dnf install masscan
  • License: AGPL-3.0-only
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: masscan
  • 3 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Masscan
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: masscan from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
pacman95%

masscan 1.3.2-2

TCP port scanner, spews SYN packets asynchronously, scanning entire Internet in under 5 minutes

https://github.com/robertdavidgraham/masscan

sudo pacman -S masscan
  • License: AGPL3
  • Architecture: x86_64
  • 2 依存関係
  • normalized package name match
  • 一致条件: Masscan
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: masscan from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
MacPorts95%

masscan

sudo port install masscan
  • normalized package name match
  • 一致条件: Masscan
MacPorts ports tree · api.github.com · MacPorts ports tree: net/masscan/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

ソース経路

リポジトリデータから生成

このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。

使用ソース

  • 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