XHunter Vulnerability Scanner (XVS) is a vulnerability scanning tool that helps detect various types of vulnerabilities on websites. This script is designed to assist in finding security holes that could be exploited by malicious parties. With the ability to scan for various vulnerabilities, XVS provides a valuable tool for bug hunters and security analysts.
- Vulnerability Scanning: Detects common vulnerabilities often found on websites.
- Compatibility: Works with various websites that may have exploitable vulnerabilities.
- In-Depth Analysis: Provides clear analysis and details about each vulnerability found.
- Quick Response: Delivers fast scanning results with efficient reporting.
To install and run XHunter Vulnerability Scanner (XVS), run the following command in your terminal (this will clone the repository and install everything in one go):
git clone https://github.com/DamnBoy402/XHunter.git && cd XHunter && pip install requests beautifulsoup4 && python XHunter.py
How to Use
-
Installation: Use the command above to install all necessary dependencies and the script.
-
Running the Script: The script will run automatically after installation. You can also run it manually by using the following command:
python XHunter.py
python XH.py -u 'https://ahh.fv.ck' --all
- Analyze Results: After the scan is complete, analyze the provided report to understand the potential vulnerabilities and how to address them.
There is an error in the site crawling system, so this is still in the development stage.
Requirements
Python 3.x
Required libraries: requests, beautifulsoup4, re (for HTTP programming and HTML parsing)
XHunter Vulnerability Scanner (XVS) is licensed under the MIT License.
Feel free to, contribute, report issues, or provide feedback. Don't forget to follow my github!


