scan websites for XSS | dalfox cheat-sheet
ยท
116 words
ยท
1 minute read
What is dalfox ? ๐
dalfox is a powerful open-source XSS scanner focused on automation.
Commands of dalfox ๐
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
For more information, checkout the documentation: https://dalfox.hahwul.com/docs/usage .
I hope you enjoyed reading this post as much as I enjoyed writing it. If you know a person who can benefit from this information, send them a link of this post. If you want to get notified about new posts, follow me on YouTube , Twitter (x) , LinkedIn , and GitHub .