Skip to content

Latest commit

 

History

History
54 lines (41 loc) · 1.33 KB

README.md

File metadata and controls

54 lines (41 loc) · 1.33 KB

Automates HTML injection, HTTP Parameter Pollution, and XXE attacks.

Static Badge Static Badge



Features:

  • HTTP Parameter Pollution (HPP)
  • HTML Injection (HTMLi)
  • XML External Entity (XXE) Injection

Installation

git clone https://github.com/vquid0/HTMLI
cd HTMLI
pip install -r requirements.txt

Usage

python htmli.py -u <target_url> [--hpp] [--htmli] [--xxe]

Arguments:

  • -u, --url: The target website URL.
  • --hpp: Enable HTTP Parameter Pollution testing.
  • --htmli: Enable HTML Injection testing.
  • --xxe: Enable XXE Injection testing.

Examples:

  • Test for all vulnerabilities:
    python htmli.py -u "https://example.com" --hpp --htmli --xxe
    

Important Notes

Use this tool ethically and responsibly.
This Tool Still In Beta.

Licensed under the GNU GPLv3.