From 5ad93414b1ba5b9f9133e190dd17b44d13345878 Mon Sep 17 00:00:00 2001 From: Mehdi Date: Sat, 15 Jun 2024 15:17:23 +0330 Subject: [PATCH] Update XSS.md --- XSS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/XSS.md b/XSS.md index c44c366..68178f9 100644 --- a/XSS.md +++ b/XSS.md @@ -849,7 +849,7 @@ alert("XSS"); ## Automate XSS * [dalfox](https://github.com/hahwul/dalfox) - DalFox is a powerful open-source tool that focuses on automation, making it ideal for quickly scanning for XSS flaws and analyzing parameters ```bash -# use dalfox +# combined use of dalfox python3 paramspider.py -d https://target.com -s TRUE -e ttf,woff,eot,svg,css | deduplicate | sed '1,4d' | httpx -silent | dalfox pipe -S | cut -d " " -f2 ```