Skip to content

This is a simple Python-based keylogger built for educational and ethical hacking purposes. It captures keystrokes system-wide on macOS, logs them to a local file, and optionally sends them to a Discord webhook in real time.

Notifications You must be signed in to change notification settings

darth7411kylo/keylogger.py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Python Keylogger (Educational Use Only)

⚠️ This project is for educational, red teaming, or malware analysis use only. Do NOT use it without full permission on any machine.

Features

  • Logs keystrokes
  • Sends data to Discord
  • Saves local log to ~/keylogger/keylog.txt

How to Run

pip3 install pynput requests
python3 keylogger.py

About

This is a simple Python-based keylogger built for educational and ethical hacking purposes. It captures keystrokes system-wide on macOS, logs them to a local file, and optionally sends them to a Discord webhook in real time.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages