xAkihiro666 / X2

I built this keylogger because I saw one on YouTube and tried to ask for the source code. The creator said he would release it after getting 10 likes, but he never did. This made me angry, so instead of begging for it, I decided to make my own keylogger.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

I built this keylogger because I saw one on YouTube and tried to ask for the source code. The creator said he would release it after getting 10 likes, but he never did. This made me angry, so instead of begging for it, I decided to make my own keylogger.


Languages

Language:Python 100.0%