GithubHelp home page GithubHelp logo

keylogger's Introduction

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 [email protected].

keylogger's People

Contributors

cherifon avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.