XSSRP is a powerful utility designed to automate the detection and analysis of Cross-Site Scripting vulnerabilities in web applications. It provides comprehensive features that include dynamic payload generation, seamless integration with ZAP and Burp, to help secure applications effectively, and identify potential risks.
Spidering: Automatically crawl and map out websites to identify potential XSS vectors, ensuring comprehensive coverage of possible attack surfaces.
Dynamic Payload Generation: Generate advanced payloads designed to bypass Web Application Firewalls (WAFs) and other security filters, increasing the chances of identifying vulnerabilities.
Tool Integration: Integrate with tools like OWASP ZAP and Burp Suite, enabling advanced testing scenarios and thorough vulnerability assessments.
Ensure that you have Python 3.x
installed on your system.
pip install scrapy beautifulsoup4 requests colorama click selenium
Cloning the Repository
git clone https://github.com/Clock-Skew/XSSRP
cd XSSRP/src/
chmod +x app.py
python app.py --url http://example.com
I welcome contributions from the community! If you have ideas for enhancements or find issues, please submit a pull request.