This repository contains a Python script for a comprehensive keylogger and monitoring tool. This script logs keystrokes, records audio from the microphone, takes snapshots from the webcam, and captures various system and network information. This project is intended for educational purposes only. Use responsibly.
The Keylogger script logs keys pressed on a computer, records audio, captures webcam snapshots, and collects system and network information. It uses various Python libraries to accomplish these tasks and sends the collected data to an email address.
- Keystroke logging
- Microphone recording
- Webcam snapshots
- Network and system information collection
- Browsing history extraction
- Encrypted data storage
- Emailing collected data
To run this project locally, follow these steps:
- Clone the repository:
git clone https://github.com/cherifon/Keylogger.git
- Navigate to the project directory:
cd Keylogger - Create and activate a virtual environment (optional but recommended):
python -m venv venv source venv/bin/activate # On Windows use `venv\Scripts\activate`
- Install dependencies:
pip install -r requirements.txt
- Run the script:
python Key-logger.py
- Ensure you have set up the email credentials: Replace '**************************' with your actual email address and password in the send_email function.
- View the log files: The keystrokes, audio recordings, webcam snapshots, and other collected data will be saved and sent to the specified email.
This project is for educational purposes only. Unauthorized use of this script to log keystrokes, record audio, or capture images on a computer without permission is illegal and unethical. The author does not condone or support any illegal activity.
This code is highly inspired by the Advanced Keylogger with Webcam and Microphone Spy repository by quitehacker.
If you have any questions or suggestions, feel free to contact me at cherifjebali0301@gmail.com.