Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 542 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 542 Bytes

Keylogger

Python based simple keylogger that captures keystrokes on a client machine and sends the data to a remote server which logs the received keystrokes for later analysis.

  • keylogger.py: Captures user keystrokes and sends them to the server in real-time, running discreetly in the background.
  • log_server.py: Collects and stores keystrokes received from the cliente.

Disclaimer: This project is intended for educational purposes only. It should be used responsibly and in compliance with applicable laws and regulations.