XSSRadare
XSSRadare copied to clipboard
A Cross Site Scripting scanner using selenium webdriver
Hi i am very interested in you script concept can you make it compatible with windows?
Thank you for this very interesting script. Could you please specify the license, how can I use your script?
Thank you for the wonderfull script I am wondering if i can use more than one cookies like the following (PHPSESSID & security) : `python XSSRadare.py --url "http://192.168.23.1/hacking/DVWA-master/vulnerabilities/xss_r/?name=1" --c "PHPSESSID:v19sdcnc461scvo9vjgugqvms3:/;security:low:/hacking/"...
Now the XSSRadare works well, but can only discover XSS on GET parameters. I'm trying to add handling for POST requests, but I haven't succeeded. For example I have tried...