An open API service indexing awesome lists of open source software.

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.

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