Skip to content

DamnBoy402/XHunter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

XHunter Vulnerability Scanner (XVS)


Description

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.

Key Features

  • 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.

Review Screenshots

Review 1 Review 2 Review 3

Installation

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

  1. Installation: Use the command above to install all necessary dependencies and the script.

  2. Running the Script: The script will run automatically after installation. You can also run it manually by using the following command:

python XHunter.py

(for other uses as an example)

python XH.py -u 'https://ahh.fv.ck' --all

  1. Analyze Results: After the scan is complete, analyze the provided report to understand the potential vulnerabilities and how to address them.

Note:

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)

License MIT

XHunter Vulnerability Scanner (XVS) is licensed under the MIT License.


Note 2

Feel free to, contribute, report issues, or provide feedback. Don't forget to follow my github!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages