https://github.com/darth7411kylo/keylogger.py
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.
https://github.com/darth7411kylo/keylogger.py
cybersecurity discord-webhook ethical-hacking infosec keylogger macos malware-analysis offensive-security-projects python red-team reverse-engineering surveillance
Last synced: 12 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/darth7411kylo/keylogger.py
- Owner: darth7411kylo
- Created: 2025-04-15T02:43:16.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-04-15T02:45:38.000Z (12 months ago)
- Last Synced: 2025-04-15T13:56:24.589Z (12 months ago)
- Topics: cybersecurity, discord-webhook, ethical-hacking, infosec, keylogger, macos, malware-analysis, offensive-security-projects, python, red-team, reverse-engineering, surveillance
- Language: Python
- Homepage: https://darth7411kylo.neocities.org
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
```bash
pip3 install pynput requests
python3 keylogger.py