Skip to content

Developed a keylogger for educational use. Captures keystrokes, clipboard data, and system info while running stealthily in the background.

Notifications You must be signed in to change notification settings

Neofetcher/Python-Keylogger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Python Keylogger

This Python keylogger is a simple yet powerful tool for capturing keystrokes, system information, screenshots, and copied clipboard data on a target system. It runs in the background and logs all keyboard input and screenshots storing it in a hidden file for later retrieval.

Features:

-Saves every single key and special characters

-Gets Computer Information (RAM, OS) & Network Information

-Stealth Mode: The keylogger operates silently in the background, without alerting the user.

-Cross-Platform: Works on Windows, macOS, and Linux systems.

-Customizable Logging: Log keystrokes to a text file with customizable formatting.

-Clipboard

-Screenshots

Modules/Libraries Used:

-Pywin32

-Pynput

-Scipy

-Requests

-Pillow

Resources Used:

Create an Advanced Keylogger in Python - Crash Course - https://youtu.be/25um032xgrw?si=X1v1sWVacewOgZ2O

I Wrote an Advanced Keylogger in Python (sorta...) - https://www.youtube.com/watch?v=LR5iYf_gwUQ&t=0s

Adding New Features to Python Keylogger - https://www.youtube.com/watch?v=F4TmtebJepQ

Python Basics by Edurkea! - https://www.youtube.com/watch?v=woVJ4N5nl_s&t=1218s

Create a Keylogger with Python - Tutorial - https://www.youtube.com/watch?v=TbMKwl11itQ&t=0s

Auto PY to Exe Project - https://pypi.org/project/auto-py-to-exe/

Usage:

To convert the file from .py to .exe use: Auto PY to Exe Project - https://pypi.org/project/auto-py-to-exe/

-Clone the repository:

image

-Customize the settings in Keylogger.py according to your requirements.

-Run the keylogger:

image

-To stop the keylogger, press the specified termination key combination (default is 'Ctrl + Shift + x').

Disclamer

This project is intended for educational purposes only. Use responsibly and only with proper authorization on systems you own or have explicit permission to monitor.

About

Developed a keylogger for educational use. Captures keystrokes, clipboard data, and system info while running stealthily in the background.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages