Skip to content

educational keylogger project that records keystrokes, clipboard content, active window titles, and sends the collected data to a Discord webhook

License

Notifications You must be signed in to change notification settings

Ludusm11/input_logger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Keylogger Project

Description

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.

Features

  • 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.

Installation

To install and use this keylogger, follow these steps:

  1. Clone the repository:

    git clone https://github.com/Ludusm11/input_logger.git
    cd input_logger
  2. Install the required dependencies:

    pip install -r requirements.txt

Usage

After installation, you can run the keylogger with the following command:

python keylog.py

Make sure to configure the DISCORD_WEBHOOK_URL in the script before running it.

Legal Use & Disclaimer

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.

License

This project is distributed under the MIT License. Refer to the LICENSE file for more details.

Contributing

Contributions are welcome! Please fork this repository and submit a pull request if you have any improvements or bug fixes.

Contact

For any questions or concerns, feel free to reach out:

  • Discord: ludvs

Thank you for using this project.

About

educational keylogger project that records keystrokes, clipboard content, active window titles, and sends the collected data to a Discord webhook

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages