You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
⚠️ 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.