10 lines
293 B
Markdown
10 lines
293 B
Markdown
# Keylogger
|
|
A simple keylogger in Python. It stores all the inputs into a text file.
|
|
The program is meant to be used from an usb.
|
|
You can compile it with pyinstaller.
|
|
Call it minecraft.exe so it won't be detectable by windows defender (yes, this is working lmao)
|
|
|
|
# Usage
|
|
python keylogger.py
|
|
|