Dalfox is a powerful open-source tool that focuses on automation, making it ideal for quickly scanning for XSS flaws and analyzing parameters. Its advanced testing engine and niche features are designed to streamline the process of detecting and verifying vulnerabilities. And the various options required for the testing :D See Installation guide for details. Check the Usage and Running documents for more examples. if you want to contribute to this project, please see CONTRIBUTING.md and Pull-Request with cool your contents. As for the name, Dal(달) is the Korean word for "moon," while "Fox" stands for "Finder Of XSS" or 🦊URL
, SXSS
, Pipe
, File
, Server
, Payload
brew install dalfox
# https://formulae.brew.sh/formula/dalfox
sudo snap install dalfox
go install github.com/hahwul/dalfox/v2@latest
dalfox [mode] [target] [flags]
dalfox url http://example.com -b https://callback
dalfox file urls.txt --custom-payload mypayloads.txt
cat urls.txt | dalfox pipe -H "AuthToken: xxx"