Skip to content

Latest commit

 

History

History
46 lines (38 loc) · 1.37 KB

File metadata and controls

46 lines (38 loc) · 1.37 KB

Python Keylogger

About

This project demonstrates a Python-based keylogger implemented in a controlled and ethical environment. It captures keyboard input and sends the data to a remote server for analysis.

Note: This project is strictly for educational and cybersecurity research purposes only.

Features

  • Real-time keystroke capture
  • Captures the username
  • Data buffering and processing
  • HTTP-based data transmission
  • Runs in background

Libraries Used

pynput 
requests
threading
json
getpass

Installation

python -m pip -r install requirements.txt

Usage

python keylogger.py

Data Flow

⚠️ Disclaimer

This project is for educational purposes only. The public version excludes advanced techniques such as persistence and evasion to ensure ethical use.

Node Server

You can find the Node.js server here:
git clone https://github.com/zer0arc4/Node-Server.git

Author

Developed by : zer0arc4
If you find this project useful, consider giving it a star ⭐