8000 GitHub - DeveloperAvik/HTMLiHunter
[go: up one dir, main page]

Skip to content

DeveloperAvik/HTMLiHunter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HTMLiHunter - Advanced HTML Injection Scanner

HTMLiHunter is an automated tool to detect HTML Injection vulnerabilities in web applications. It supports scanning GET and POST parameters, DOM reflection detection with Selenium, and custom payload injection.

Features:

  • Injects multiple payloads into URL parameters and form inputs
  • Detects reflected HTML in server responses and DOM using Selenium
  • Supports custom payload lists
  • Saves vulnerabilities to a JSON report file
  • Color-coded terminal output for readability

Installation:

  1. Ensure Python 3.7+ is installed.

  2. Install dependencies with:

    pip install -r requirements.txt --break-system-packages (If you using Debian)

  3. Download ChromeDriver from: https://chromedriver.chromium.org/ and add it to your system PATH.

Usage:

Run the scanner on a target URL:

python exploit.py "https://example.com/search?query=test"

With custom payloads (one per line in payloads.txt):

python exploit.py "https://example.com/search?query=test" --payloads payloads.txt

Output:

  • Prints scan progress and vulnerabilities found
  • Saves report to htmli_report.json

Demo Video 🎬 Watch the HTMLiHunter Demo on YouTube

License:

MIT License (see LICENSE file or https://opensource.org/licenses/MIT)

Disclaimer:

Use only on targets you have permission to test.

Contact:

Developed by Your Name Email: developeravikdas@gmail.com

Happy hunting! 🐛🔍

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

0