LinuxCommandLibrary

dalfox

A powerful open-source XSS scanner focused on automation.

TLDR

Scan a single URL for XSS vulnerabilities

$ dalfox url [http://example.com]
copy


Scan a URL using a header for authentication
$ dalfox url [http://example.com] -H ['X-My-Header: 123']
copy


Scan a list of URLs from a file
$ dalfox file [path/to/file]
copy

Copied to clipboard