Automic VaultAutomic Vault

brew

amass を Homebrew, MacPorts, Nix, scoop, winget でインストール

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

インストール

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

macOS

Homebrew確認済み · 100%
brew install amass

local Homebrew formula metadata

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

MacPorts ports tree · security/amass/Portfile · ソース: api.github.com

Linux

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

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

Windows

Scoop確認済み · 92%
scoop install main/amass

Scoop official bucket manifest trees · bucket/amass.json · ソース: api.github.com

Windows Package Manager確認済み · 92%
winget install --id OWASP.Amass -e

Windows Package Manager source index · OWASP.Amass · ソース: cdn.winget.microsoft.com

概要

パッケージ概要

In-depth attack surface mapping and asset discovery

履歴

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

OWASP Amass is an attack-surface mapping and external asset discovery tool for security teams, red teams, bug bounty hunters, and OSINT-heavy workflows. Its core appeal is that it aggregates many open-source intelligence, DNS, certificate, routing, scraping, archive, WHOIS, and API-backed data sources into one repeatable CLI workflow.

プロジェクトの歴史

The GitHub repository was created in July 2018 and the README identifies the project as an OWASP project maintained around network mapping of attack surfaces and external asset discovery. The program copyright in the README attributes OWASP Amass and contributions to Jeff Foley for 2017-2023, reflecting pre-OWASP or pre-current-repository origins before the current repository history.

Amass evolved from a subdomain-enumeration tool into a broader graph-oriented external attack-surface mapper. Its official documentation now describes YAML configuration for scan scope, data sources, transformations, engine APIs, graph databases, and programmatic use as a Go library.

採用の歴史

Amass became a standard package in security distributions and package managers because it automated a tedious recon workflow: combine passive sources, DNS techniques, certificate transparency, web archives, routing data, and optional active probing under one command. The official README lists Homebrew, prebuilt release packages, Docker images, and source installation paths.

The project's own README and REFERENCES file document adoption in talks, trainings, and practitioner workflows, including DEF CON and Red Team Village references, OWASP chapter material, bug bounty tutorials, and testimonials from Accenture and Visma red-team users.

使われ方

Typical use is the amass CLI, especially enumeration against a domain, optionally with configured API keys for premium or authenticated data sources. Configuration is YAML-based: config.yaml controls scope and options, while datasources.yaml stores data-source credentials such as API keys, usernames, passwords, and secrets.

The README also documents Docker usage with a mounted /.config/amass directory so the graph database and output can persist across runs. That detail is important for package users because Amass is not merely a stateless scanner: its value grows when outputs, graph data, and source credentials are managed carefully.

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

Amass is a good example of a security CLI whose packaging is not just about the binary. Useful installs need correct config paths, data-source credential handling, shell ergonomics, and sometimes a database or persistent output directory.

It also shows how modern security tooling lands in general-purpose package managers: it is a Go binary, but it has an unusually large operational surface because its value depends on many external OSINT providers and frequently changing integrations.

タイムライン

  • 2017: README copyright range begins for Jeff Foley and OWASP Amass contributions.
  • 2018-07-10: Current owasp-amass/amass GitHub repository is created.
  • 2023-09-10: Amass v4.2.0 release is published.
  • 2025-08-03: Amass v5.0.0 release is published.
  • 2026-04-07: Amass v5.1.1 release is published.

Related projects

  • OWASP is the umbrella project home and provides the public project page.
  • Shodan, Censys, SecurityTrails, VirusTotal, DNSDB, Wayback, Common Crawl, GitHub, GitLab, and many other data sources are integrations or data inputs rather than sibling code projects.
  • The Amass Go module and scripting/documentation surface support more advanced integrations beyond simple CLI use.

セキュリティ状態

リスクレベル: グリーン

narrow executable package without higher-risk signals.

リスク分類器

リスク グリーン · 信頼度 低 · appliance

理由

  • narrow executable package without higher-risk signals

信号

  • metadata:no-higher-risk-signals

インストール挙動

  • formula メタデータに Homebrew post-install フックは記録されていません。
  • Homebrew bottle メタデータは 6 個のプラットフォームターゲットで利用できます。
  • ビルドメタデータには 1 件のビルド依存関係があります。

推奨レビュー

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

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/amass/config.yaml/etc/amass/config.yaml

Credential files

Credential-bearing paths to review before unattended agent runs.

Unix
~/.config/amass/datasources.yaml/etc/amass/datasources.yaml

実行可能ファイル

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

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

鮮度

バージョンと鮮度

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

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

https://github.com/owasp-amass/amass

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

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:amass
バージョン5.1.1
パッケージマネージャHomebrew
パッケージマネージャページhttps://formulae.brew.sh/formula/amass
ホームページhttps://owasp.org/www-project-amass/
リポジトリhttps://github.com/owasp-amass/amass
上流ドキュメントhttps://owasp-amass.github.io/docs
ライセンスApache-2.0
ソースアーカイブhttps://github.com/owasp-amass/amass/archive/refs/tags/v5.1.1.tar.gz
ビルド依存関係go
Bottle利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-install未定義
サービス宣言なし

レジストリ情報

ソースデータベース詳細

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

ソースデータベース一致

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

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

Nix95%

amass

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

amass

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

main/amass

scoop install main/amass
  • normalized package name match
  • 一致条件: Amass
Scoop official bucket manifest trees · api.github.com · Scoop official bucket manifest trees: bucket/amass.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1
winget95%

OWASP.Amass

winget install --id OWASP.Amass -e
  • normalized package name match
  • 一致条件: Amass
Windows Package Manager source index · cdn.winget.microsoft.com · Windows Package Manager source index: OWASP.Amass from https://cdn.winget.microsoft.com/cache/source.msix

ソース経路

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

このページは 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