在寻找 Go(v2.x)版本吗? Dalfox v3 是用 Rust 完全重写的版本。Go 代码库保留在
v2分支上,并继续接收安全补丁。支持策略请参阅 SECURITY.md。
Dalfox 是一款功能强大的开源工具,专注于自动化,非常适合快速扫描 XSS 漏洞和分析参数。其先进的测试引擎和特色功能旨在简化检测和验证漏洞的流程。
scan(URL / 文件 / 管道 / 原始 HTTP,自动检测)、server、payload、mcp--waf-min-confidence以及测试所需的各种选项 :D
brew install dalfox
# https://formulae.brew.sh/formula/dalfox
sudo snap install dalfox
yay -S dalfox
# 或
paru -S dalfox
手动构建说明请参阅安装指南。
Nix 或 NixOS 用户可以使用相应软件包。请注意,最新版本可能只存在于 unstable 频道中。
nix-shell -p dalfox
对于启用 flakes 的 Nix 用户:
# 直接运行
nix run github:hahwul/dalfox -- scan https://example.com
# 安装
nix profile install github:hahwul/dalfox
# 开发环境
nix develop github:hahwul/dalfox
详细信息请参阅安装指南。
预编译二进制文件(包括适用于 Linux 的静态链接 musl 变体)可在 GitHub Releases 页面获取。
dalfox [mode] [target] [flags]
dalfox scan http://example.com -b https://callbackdalfox scan urls.txt --custom-payload mypayloads.txtcat urls.txt | dalfox scan --headers "AuthToken: xxx"如果你想为这个项目做贡献,请参阅 CONTRIBUTING.md,并提交包含你精彩内容的 Pull Request。
这个名字来自韩语中表示“月亮”的 'Dal'(달)🌙,以及与 'Fox' 🦊 的组合。
