A Java WebView based Android application that demonstrates real-time HTML element hijacking This project captures user input from web elements like login forms in real time using JavaScript injection and Java threading Load a target website URL in a WebView Inject custom JavaScript to target specific HTML elements like email and password fields Use Java threads to continuously monitor and capture element values as the user types Send captured data to a server/database/Telegram bot in real time
## Security NoteThis application is for educational purposes only Unauthorized hijacking of user credentials is illegal and unethical
Use this project responsibly and only on systems you own or have explicit permission to test


