joshkar / X-Recon

A utility for detecting webpage inputs and conducting XSS scans.
124 stars 20 forks source link
bugbounty bughunting hunt xss xss-scanner xssscan


X-Recon

A utility for identifying web page inputs and conducting XSS scanning.

Features:


X-Recon

Note:

The scanning functionality is currently inactive on SPA (Single Page Application) web applications, and we have only tested it on websites developed with PHP, yielding remarkable results. In the future, we plan to incorporate these features into the tool.



X-Recon XSS Scan

Note:

This tool maintains an up-to-date list of file extensions that it skips during the exploration process. The default list includes common file types such as images, stylesheets, and scripts (".css",".js",".mp4",".zip","png",".svg",".jpeg",".webp",".jpg",".gif"). You can customize this list to better suit your needs by editing the setting.json file..

Installation

$ git clone https://github.com/joshkar/X-Recon
$ cd X-Recon
$ python3 -m pip install -r requirements.txt
$ python3 xr.py

Target For Test:

You can use this address in the Get URL section

http://testphp.vulnweb.com