Skip to content

ERO-HACK/XSS-Scanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

14 Commits
Β 
Β 

Repository files navigation

πŸš€ XSS Scanner Tool

πŸ“ Description: This tool automates the scanning of web applications for Cross-Site Scripting (XSS) vulnerabilities. It injects multiple payloads into URL parameters, sends requests, and analyzes the response to detect if the payload caused an XSS. Results show possible vulnerabilities with URLs and allow saving reports.


▢️ How to Use: Run the scanner script with your target URL.
Replace the parameter value you want to test with the keyword XSS.
Example command:
python main.py --url https://example.com/search?q=XSS.
python main.py -u https://example.com/search?q=XSS.


πŸ’‘ The tool will:
βœ… Inject payloads into the specified parameter
βœ… Send HTTP requests to the target URL
βœ… Analyze responses for XSS execution
βœ… Display progress and possible vulnerabilities
βœ… Prompt you to save vulnerable payload URLs in a report file


πŸ› οΈ Author:
SHAYAN, To get this tool, use the @erotools_bot.


xxxx

Releases

No releases published

Packages

No packages published