Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Themanhimself115 authored Jul 28, 2024
1 parent fa273b8 commit 2fbb6e0
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion README.md
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

0 comments on commit 2fbb6e0

Please sign in to comment.