-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fa273b8
commit 2fbb6e0
Showing
1 changed file
with
22 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,23 @@ | ||
# Keylogger | ||
A simple and yet effective Keylogger for made from P | ||
|
||
A simple yet effective Keylogger made from Python | ||
|
||
---------------------- | ||
|
||
How it works: | ||
|
||
This keylogger works by reading key presses using the module "Keyboard" | ||
|
||
This module reads the keypresses and sends the data to a text file (Keylogged.txt) | ||
|
||
From here, the function send_to_webhook reads the file contents and sends it to the webhook URL | ||
|
||
To prevent bloating and resending of the same text to the webhook, the file contents of the text file are erased completely | ||
|
||
The process continues | ||
|
||
---------------------- | ||
|
||
Use it as you want, I don't care. | ||
|
||
made by Themanhimself115 |