xssFuzz
xssFuzz copied to clipboard
🚀 XSSFUZZ - A tool for detecting XSS vulnerabilities in web applications.
 default run giving me this error  and no response from target web
Traceback (most recent call last): , line 417, in initialTest(val.url,val.headers) , line 372, in initialTest out = check_csp_vulnerabilities(response.headers['Content-Security-Policy']) ^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'headers'
Is it possible to pass a gf sorted xss file to this tool? or we have to manually scan every single url?
![Uploading Screenshot (1188).png…]()
So i have problem here where when i run command like this ```python xssFuzz.py -u "http://testphp.vulnweb.com/listproducts.php?cat=1" --tag script --limit 5 -t 10 --verbose``` i supposed to get response like in...