# dalfox を Homebrew, MacPorts, Nix でインストール

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

## インストール

```sh
sudo av install brew:dalfox
```

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

### macOS

- Homebrew (100%):

```sh
brew install dalfox
```

  証拠: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install dalfox
```

  証拠: MacPorts ports tree: security/dalfox/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#dalfox
```

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

## パッケージ情報

- **パッケージキー:** brew:dalfox
- **パッケージマネージャ:** Homebrew
- **バージョン:** 3.2.0
- **ソース概要:** XSS scanner and utility focused on automation
- **ホームページ:** <https://dalfox.hahwul.com>
- **リポジトリ:** <https://github.com/hahwul/dalfox>
- **最終更新:** 2026-08-02T11:57:54Z
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- dalfox (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

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

Dalfox is an open-source XSS scanner and security automation CLI built around parameter discovery, context-aware payload generation, and verified reporting formats useful in bug bounty and DevSecOps workflows.

### プロジェクトの歴史

The project identifies itself as Dalfox, combining the Korean word for moon with 'Fox', and its older Go-era README described it as a successor-style rewrite after XSpear. Current official documentation presents v3 as a Rust rewrite while preserving the Go v2 branch for security backports.

### 採用の歴史

Dalfox became package-manager friendly because it ships as a single CLI and documents installation through Homebrew, Snap, Nix, cargo, Arch AUR, prebuilt binaries, and source builds. Its official pages emphasize fitting into existing recon stacks instead of requiring a heavy scanner platform.

### 使われ方

Typical use is to scan a single URL, a file of URLs, raw HTTP input, or piped crawler output, then export findings as plain text, JSON, JSONL, Markdown, SARIF, TOML, or through REST and MCP server modes.

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

For package maintainers, Dalfox is a modern security CLI with a clean single-binary distribution story and a visible language/runtime transition from Go v2 to Rust v3, making it a useful example of how security tools move across ecosystems while keeping package channels alive.

### タイムライン

- 2020: Go module metadata records a stable v1-era Dalfox release.
- 2025: Official release notes documented expanded server, report, and raw request workflow support in the v2 line.
- 2026: Official docs present Dalfox v3.1.2 and a Rust-based v3 line.

### Related projects

- Dalfox's own history points back to XSpear as prior XSS tooling by the same author, and its package ecosystem sits beside proxy/recon tools such as Caido, Burp-style raw request workflows, and CI code-scanning consumers of SARIF.

### ソース

- <https://dalfox.hahwul.com/>
- <https://dalfox.hahwul.com/getting-started/>
- <https://dalfox.hahwul.com/getting-started/installation/>
- <https://dalfox.hahwul.com/getting-started/configuration/>
- <https://github.com/hahwul/dalfox>
- <https://www.hahwul.com/blog/2025/dalfox_2_12_released/>


## セキュリティノート

dalfox に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ URL を使えるよう、Nucleus パッケージメタデータはここに公開されています。



## 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: $XDG_CONFIG_HOME/dalfox/config.toml, ~/.config/dalfox/config.toml
## 他のパッケージマネージャ記録

- Nix - dalfox: normalized package name match | nixpkgs package indexes: pkgs/by-name/da/dalfox/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- MacPorts - dalfox: normalized package name match | MacPorts ports tree: security/dalfox/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## Combined YAML source

View the package source record on GitHub. [combined/dalfox.yml](https://github.com/mxcl/pkgdb/blob/main/combined/dalfox.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
