mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-21 02:02:02 +00:00
Update cheatsheets
This commit is contained in:
21
dalfox
Normal file
21
dalfox
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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}}`
|
||||
Reference in New Issue
Block a user