Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 729 Bytes

README.md

File metadata and controls

39 lines (25 loc) · 729 Bytes

0xYumeko XSSSpecter

This tool scans websites for various types of XSS vulnerabilities (Reflected, Stored, and DOM-based XSS).

2024-09-05_17-06

Features:

  • Dynamic form detection
  • XSS payload testing
  • Output formatted in PrettyTable and saved to a file

Installation:

git clone https://github.com/0xYumeko/XSSSpecter.git
cd XSSSpecter
pip install -r requirements.txt

Usage:

python3 XSSSpecter.py -u http://example.com -p payloads.txt -o output.txt

3. Requirements File (requirements.txt)

Example:

colorama==0.4.4
requests==2.25.1
beautifulsoup4==4.9.3
prettytable==2.1.0