This project is an Advanced Keylogger built using Python and Flask, capable of capturing and monitoring user activity across a system.
It includes features such as:
- Keystroke logging
- Clipboard data capture
- Application usage logs
- Screenshot capture
- Webcam image capture
- Audio recording
- Data encryption
- Email transmission of logs
- Flask-based Web Interface
β οΈ Note: This tool is developed strictly for educational and ethical research purposes. Do not use it for unauthorized or illegal activity.
- β Keypress logging
- π Clipboard data monitoring
- πΌοΈ Screenshots at intervals
- πΈ Webcam image capture (PNG)
- π Audio recording via mic (WAV)
- π¦ Encrypted data storage
- π§ Auto-email sending of logs
- π Flask web interface to manage logs
- Clone the repository:
git clone https://github.com/your-username/keylogger-python.git cd keylogger-python - Install dependencies: pip install -r requirements.txt Run the app: python main.py