2025-03-14 21:59:59 -06:00
|
|
|
# dalfox
|
|
|
|
|
|
|
|
|
|
> A powerful open-source XSS scanner focused on automation.
|
|
|
|
|
> More information: <https://dalfox.hahwul.com/docs/usage>.
|
|
|
|
|
|
|
|
|
|
- Scan a single URL for XSS vulnerabilities:
|
|
|
|
|
|
|
|
|
|
`dalfox url {{http://example.com}}`
|
|
|
|
|
|
|
|
|
|
- Scan a URL using a header for authentication:
|
|
|
|
|
|
2025-05-08 12:26:01 -06:00
|
|
|
`dalfox url {{http://example.com}} {{[-H|--header]}} {{'X-My-Header: 123'}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Scan a list of URLs from a file:
|
|
|
|
|
|
|
|
|
|
`dalfox file {{path/to/file}}`
|