一款将 Dalfox XSS 扫描器直接集成到您工作流程中的 Burp Suite 扩展。
使用 BurpFox 之前,必须先在系统上安装 Dalfox。
macOS (Homebrew):
brew install dalfox
Linux (Go):
go install github.com/hahwul/dalfox/v2@latest
验证安装:
dalfox version
注意: 确保
dalfox在您的 PATH 中。BurpFox 还会检查常见位置,如~/go/bin/dalfox和/usr/local/bin/dalfox。
burpfox-x.x.jar要求:
# Clone the repository
git clone https://github.com/halilkirazkaya/burpfox.git
cd burpfox
# Build
mvn clean package
# The JAR will be at target/burpfox-0.1.jar
然后按照选项 A 中的步骤 2-6 安装 JAR。
| 类别 | 选项 |
|---|---|
| 检测 | Context Aware, Deep DOM XSS, WAF Evasion, Follow Redirects, Fast Scan |
| 挖掘 |
在代理历史或站点地图中选择多个请求,然后右键点击:
如果 Dalfox 不在您的 PATH 中,请设置系统属性:
# In Burp Suite JVM options
-Ddalfox.path=/custom/path/to/dalfox
在高级设置中启用 Proxy 选项,以通过 Burp 路由 Dalfox 流量(默认:http://127.0.0.1:8080)。
1. 发送到 BurpFox

2. 配置扫描

3. 扫描结果

dalfox versionwhich dalfox欢迎贡献!请随时提交 Pull Request。
本项目采用 MIT 许可证 - 有关详细信息,请参阅 LICENSE 文件。
Halil Kirazkaya - @halilkirazkaya
为安全社区用 ❤️ 制作。
| Mining Dict, Mining DOM, Skip BAV, Remote Payloads |
| 输出 | No Color, Silence Mode, Report, PoC Type (plain/curl/httpie) |
| 高级 | Workers, Timeout, Delay, Proxy, Ignore Return |