Skip to content

Latest commit

 

History

History
99 lines (69 loc) · 1.94 KB

README.md

File metadata and controls

99 lines (69 loc) · 1.94 KB

XSSVulnerableScanner

GitHub repository GitHub version

XSSVulnerableScanner - A simple Scanner tool.

Screenshots

Screenshot

Table of Contents

Installation

  1. Update & upgrade packages

    apt update -yy && apt upgrade -yy
    
  2. Install git package

    apt install git -yy
    
  3. Install python package

    apt install python -yy
    
  4. Install package

    apt install sqlmap -yy
    
  5. Clone the repository

    git clone https://github.com/raic0d3r/XSSVulnerableScanner.git
    
  6. Change to XSSVulnerableScanner directory

    cd XSSVulnerableScanner
    
  7. Change the access mode

    chmod +x XSSVulnerableScanner.py
    
  8. Install requirements

    pip install -r requirements.txt
    

Usage

python3 XSSVulnerableScanner.py

Example

python3 XSSVulnerableScanner.py

Features

  • Scan XSS Vulnerable
  • Find deface path

Environments

  • Linux
  • Android (Termux)

Disclaimer

⚠️ We are not responsible for any misuse or damage caused by this program. use this tool at your own risk!

Author

by Raihan Uddin

(Table of Contents)

Thanks

@1ndianl33t , @tomnomnom , @lc ,@hahwul

License

This repository is under Unlicense License.