This Python script serves as a personal keylogger and system monitor, designed for tracking keystrokes, capturing system information, and generating periodic reports via email.
- Keystroke Logging: Records keyboard inputs in a log file.
- System Information: Gathers system details like hostname, IP address, platform information, etc.
- Email Reports: Sends periodic reports including captured data (keystrokes, system info, screenshots, audio recordings) via email.
- Python 3.x installed
- Required Python packages:
pyscreenshot
,sounddevice
,pynput
Replace "YOUR_USERNAME" and "YOUR_PASSWORD" with your email credentials.
Running the Script Run the script in a Python environment.
Use responsibly and ethically for personal purposes only. Ensure compliance with laws and respect others' privacy. Review and understand the code before execution.
This script is intended for personal use only and should not be used for unauthorized monitoring or any illegal activities. Use at your own risk.
Running the Script Run the script in a Python environment.
pip install pyscreenshot sounddevice pynput