Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
X-Recon — A utility for detecting webpage inputs and conducting XSS scans. | Kitploit
Tools/GitHubGitHub/joshkar/x-recon
ReconnaissanceVulnerability ScannersWeb Vulnerability ScannersInformation GatheringWeb SecuritySubdomain EnumerationCrawler
GitHubjoshkar/x-recon

X-Recon

A utility for detecting webpage inputs and conducting XSS scans.

View Repository
1712844 months agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share


X-Recon

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

Features:

  • Subdomain Discovery:

    • Retrieves relevant subdomains for the target website and consolidates them into a whitelist. These subdomains can be utilized during the scraping process.
  • Site-wide Link Discovery:

    • Collects all links throughout the website based on the provided whitelist and the specified max_depth.
  • Form and Input Extraction:

    • Identifies all forms and inputs found within the extracted links, generating a JSON output. This JSON output serves as a foundation for leveraging the XSS scanning capability of the tool.
  • XSS Scanning:

    • Once the start recon option returns a custom JSON containing the extracted entries, the X-Recon tool can initiate the XSS vulnerability testing process and furnish you with the desired results!

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

root@kitploit:~
$ 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

root@kitploit:~
  http://testphp.vulnweb.com
Download Tool