Skip to content

Simple Python keylogger that sends keystrokes throught a Discord Webhook

License

Notifications You must be signed in to change notification settings

netgian/Keylogger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages