Skip to content

Latest commit

 

History

History
56 lines (41 loc) · 1.61 KB

README.md

File metadata and controls

56 lines (41 loc) · 1.61 KB

GitHub logo

X2 Keylogger Project

Python 3.8+ MIT License

This Keylogger program is for educational purposes only.

Overview

This is a Python Keylogger that tracks and logs all the keystrokes made by the user. The logged keystrokes can be saved to a text file for analysis. This program is designed for educational purposes only and should not be used for any malicious activities.

Features

  • Records all keystrokes made by the user
  • Ignores certain keys, such as Alt+Tab and Shift
  • Logs keystrokes to a text file
  • Runs in the background without the user's knowledge
  • Logs format is easy to read. For it tracks on what .exe/Windows Title you are in.

To Do (Not Really Sure If I'll Continue This)

  • Email Logging - I could do this easily, but I'll just update it with the screeshots
  • Screenshots - Added but didn't update the code yet.
  • GUI

Installation

  1. Clone the repository:
git clone https://github.com/xAkihiro666/X2.git
  1. Install the required packages:
pip install -r requirements.txt

Usage

  1. Open a terminal and navigate to the project directory
  2. Run the keylogger:
python A2.py
  1. Press the keys you want to log
  2. Press Ctrl+C to stop the keylogger
  3. Open the keystrokes.log file to view the logged keystrokes