diff --git a/pages/common/dalfox.md b/pages/common/dalfox.md new file mode 100644 index 000000000..763f87b71 --- /dev/null +++ b/pages/common/dalfox.md @@ -0,0 +1,16 @@ +# dalfox + +> A powerful open-source XSS scanner focused on automation. +> More information: . + +- 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}}`