1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-26 01:15:26 +02:00
tldr/pages/common/dalfox.md

17 lines
408 B
Markdown
Raw Normal View History

2023-11-20 17:38:04 +01: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:
`dalfox url {{http://example.com}} {{[-H|--header]}} {{'X-My-Header: 123'}}`
2023-11-20 17:38:04 +01:00
- Scan a list of URLs from a file:
`dalfox file {{path/to/file}}`