Skip to content

0xYumeko/XSSSpecter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published