mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-23 05:15:25 +02:00
dalfox: add page (#11549)
This commit is contained in:
parent
eead50fd91
commit
a330cda918
1 changed files with 16 additions and 0 deletions
16
pages/common/dalfox.md
Normal file
16
pages/common/dalfox.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
# 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 {{'X-My-Header: 123'}}`
|
||||
|
||||
- Scan a list of URLs from a file:
|
||||
|
||||
`dalfox file {{path/to/file}}`
|
Loading…
Add table
Reference in a new issue