dalfox

XSS scanner and utility focused on automation and fast scanning

brewmacoslinux
Try with needOr install directly
Source

About

XSS scanner and utility focused on automation

Commands

dalfox

Examples

Scan a single URL for XSS vulnerabilities$ dalfox url http://example.com
Scan multiple URLs from a file with increased verbosity$ dalfox file urls.txt -v
Scan with custom payload and pipe mode for integration$ dalfox url http://example.com -p '(alert(1))' --pipe