Skip to content

cherifon/Python-Keylogger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Keylogger

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.

Table of Contents

Overview

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.

Features

  • Keystroke logging
  • Microphone recording
  • Webcam snapshots
  • Network and system information collection
  • Browsing history extraction
  • Encrypted data storage
  • Emailing collected data

Installation

To run this project locally, follow these steps:

  1. Clone the repository:
    git clone https://github.com/cherifon/Keylogger.git
  2. Navigate to the project directory:
    cd Keylogger
  3. Create and activate a virtual environment (optional but recommended):
    python -m venv venv
    source venv/bin/activate  # On Windows use `venv\Scripts\activate`
  4. Install dependencies:
    pip install -r requirements.txt

Usage

  1. Run the script:
    python Key-logger.py
  2. Ensure you have set up the email credentials: Replace '**************************' with your actual email address and password in the send_email function.
  3. View the log files: The keystrokes, audio recordings, webcam snapshots, and other collected data will be saved and sent to the specified email.

Disclaimer

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.

Attribution

This code is highly inspired by the Advanced Keylogger with Webcam and Microphone Spy repository by quitehacker.

Contact

If you have any questions or suggestions, feel free to contact me at cherifjebali0301@gmail.com.

About

A python keylogger

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages