This project demonstrates a simulated global keylogger using HTML, CSS, and JavaScript. It captures keystrokes typed anywhere on the page and displays them in different formats (character, hexadecimal, and binary).
- Captures keystrokes typed anywhere on the page.
- Displays captured keystrokes in character, hexadecimal, and binary formats.
- Simulated keyboard interface to visualize key presses.
- Clear button to reset the captured keystrokes.
- Open
index.htmlin a web browser. - Start typing anywhere on the page to see the captured keystrokes.
- Use the simulated keyboard interface to visualize key presses.
- Click the "Clear" button to reset the captured keystrokes.
This project is a simulation and does not use the HID (Human Interface Device) protocol. It is intended for demonstration purposes only and does not capture keystrokes at the system level.
index.html: The main HTML file containing the structure of the page.style.css: The CSS file for styling the page.script.js: The JavaScript file for handling keystroke logging and keyboard interface interactions.
This project is licensed under the MIT License.