dalfox

XSS vulnerability scanner and exploitation tool for web applications

brewmacoslinux
Try with needOr install directly
Source

About

XSS scanner and utility focused on automation

Commands

dalfox

Examples

scan a website for XSS vulnerabilities$ dalfox url https://example.com
test multiple URLs from a file for XSS$ dalfox file urls.txt
scan with custom headers and cookies$ dalfox url https://example.com -H 'Authorization: Bearer token' -C 'session=abc123'
test specific parameter for XSS injection$ dalfox url 'https://example.com?q=test' -p q
run XSS scan with verbose output and save results$ dalfox url https://example.com -v --output results.json