xssFuzz icon indicating copy to clipboard operation
xssFuzz copied to clipboard

🚀 XSSFUZZ - A tool for detecting XSS vulnerabilities in web applications.

Results 5 xssFuzz issues
Sort by recently updated
recently updated
newest added

![image](https://github.com/user-attachments/assets/b56578a9-62db-4bbf-9338-24a70e20bd1f) default run giving me this error ![image](https://github.com/user-attachments/assets/cbdb5504-59a7-47d2-b7c6-a8d4ecdc2864) 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'

bug

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...