Init commit

This commit is contained in:
Masahiko AMANO
2021-11-11 15:22:08 +03:00
commit 0caef08c36
6 changed files with 393 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
# KeyLogger by H1K0 ![Python 3.7+](https://img.shields.io/badge/Python-3.7+-blue.svg)
## Requirements
- Python 3.7+
- `pynput` lib
- `threading` lib
## Usage
The KeyLogger is a script that logs all your keyboard presses/releases and mouse clicks/scrolls. Just run [key.py](key.py) and the logging is started!
All data is encrypted and compressed. You can set the path to a log file by modifying the `LOGPATH` in [config.py](config.py).
To convert the log to text use the [delog.py](delog.py). Just run it.
---
*© Masahiko AMANO a.k.a. H1K0*