This is a keylogger project that records keystrokes, clipboard content, active window titles, and sends the collected data to a Discord webhook. This tool is intended strictly for educational purposes or for monitoring devices that you own, with explicit consent from all users of the device.
- Records keystrokes and saves them to a log file.
- Captures clipboard content and logs it.
- Logs the titles of active windows.
- Sends collected data to a Discord webhook at regular intervals.
To install and use this keylogger, follow these steps:
-
Clone the repository:
git clone https://github.com/Ludusm11/input_logger.git cd input_logger -
Install the required dependencies:
pip install -r requirements.txt
After installation, you can run the keylogger with the following command:
python keylog.pyMake sure to configure the DISCORD_WEBHOOK_URL in the script before running it.
This project is provided for educational purposes only. Unauthorized use of this software is strictly prohibited. The authors do not condone the use of this software for malicious purposes, including but not limited to:
- Unauthorized monitoring of individuals without their consent.
- Using this software on any device that you do not own or have explicit permission to monitor.
Disclaimer: The authors shall not be held liable for any misuse of this software. By using this software, you agree to use it responsibly and comply with all applicable laws and regulations.
This project is distributed under the MIT License. Refer to the LICENSE file for more details.
Contributions are welcome! Please fork this repository and submit a pull request if you have any improvements or bug fixes.
For any questions or concerns, feel free to reach out:
- Discord: ludvs
Thank you for using this project.