Skip to content
/ HTMLI Public

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

License

Notifications You must be signed in to change notification settings

vquid0/HTMLI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages