netgian / Keylogger

Simple Python keylogger that sends keystrokes throught a Discord Webhook

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NetGian Keylogger

~ ~ Python keylogger that sends keystrokes throught a Discord Webhook ~ ~

Note:
This script was created for educational purposes. Therefore, any consequences resulting from your actions are your responsibility and accountability.

⚙️ 〢 Setup

pip install -r requirements.txt

🤖 〢 Usage

Create a Discord webhook
Open the script and change this variables to you personal configuration.

WEBHOOK_URL = 'your-custom-webhook-url'
TIME_INTERVAL = 60  # Amount of time between each report, expressed in seconds.

Once you saved your configuration, you can run the script.

python keylogger.py

🔍 〢 Tested on:

  • Windows 10

📜 〢 License

This project is distributed under GNU General Public License v3.0 license.

About

Simple Python keylogger that sends keystrokes throught a Discord Webhook

License:GNU General Public License v3.0


Languages

Language:Python 100.0%