XSS Automation Finding with Rooter

Introduction

Welcome to XSS Automation Finding with Rooter! This tool, developed by Shubham Tiwari, aids in automating the discovery of XSS (Cross-Site Scripting) vulnerabilities on web applications.

Usage

  1. Download the Script: Clone this repository or download the xss-automate.sh script from the repository.

  2. Make the Script Executable: Navigate to the directory containing the script in your terminal and run the command:

    chmod +x xss-automate.sh
    
    
  3. Run the Script: Execute the script with the desired domain as an argument. For example:

    ./xss-automate.sh example.com
    
    
  4. Interpret the Output: Review the output generated by the script to identify any XSS vulnerabilities detected on the provided domain.

image

Contact

Connect with Shubham via:

Happy bug hunting! 🐞✨