Skip to content

kaanvardar/Input-Hunter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Automated XSS/HTML Injection Payload Tester using Selenium This project is a simple Python automation tool for testing potential XSS or HTML injection points in web applications.

Terminal Output Overview Input Hunter Overview

Features:

  • Reads payloads from payload.txt
  • Uses Selenium to automatically find and interact with input fields
  • Submits payloads and checks if they are reflected in the response
  • Prints potential injection findings to the console

Note: This tool is developed for educational and security testing purposes only. Use it responsibly on systems you own or have explicit permission to test.

This project uses payloads from @payloadbox, @ismailtasdelen, and @vsachin168 — thanks for your awesome work!

Big thanks to @yusufdalbudak, @canerhamzaoglu, and @fethiahmetyildirim for their support throughout this project 😁

Installation

  1. pip install selenium
  2. pip install webdriver-manager
  3. python3 injector.py

Usage

  • Modify the code and change the target section on line 58. This will be fixed in future updates.

About

Automated XSS & HTML payload injector for all input fields

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages