Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 1.38 KB

File metadata and controls

36 lines (21 loc) · 1.38 KB

XSS_PrO

@Medium

XSS_PrO is a powerful tool designed to detect Cross-Site Scripting (XSS) vulnerabilities in web applications. It provides automated scanning capabilities to identify potential XSS vectors and vulnerabilities across web pages and forms.

Features

  • 100% Accurcate Result
  • Less number of false possitive

Requirements

pip install -r requirements.txt

Ensure Chrome Browser is installed on your system. if not, download and install. (Download version 127.0)

  • Do wayback on the domain which you want to do xss testing
  • Copy all the waybacked url to the urls.txt file
  • Add your XSS payloads to payloads.txt

Run

python XSS_PRO.py --payloads payload.txt --urls url.txt

image

Note: The chrome driver attached is for windows. if you want to run on linux machine replace it with linux chrome driver and change the name in the code also.(line 11)

If you’d like to contribute to its enhancement, you’re welcome to do so.