File tree 1 file changed +6
-5
lines changed
1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -15,18 +15,18 @@ Some uses of a keylogger are:
15
15
### Features
16
16
- Global event hook on all (incl. On-Screen) keyboards using cross-platform library [ Keyboard] ( https://github.com/boppreh/keyboard ) .
17
17
- Pure Python, no C modules to be compiled.
18
+ - 2 logging modes:
19
+ - Storing logs locally and once a day sending logs to your onion hidden service (via Tor, of course, stealthily installing it);
20
+ - Debug mode (printing to console).
21
+ - Persistence:
22
+ - Adding to Windows Startup.
18
23
- Human-readable logs:
19
24
- Logging keys as they actually are in your layout; cyrillic keyboard layout is fully implemented;
20
25
- Logging window titles and current time where appropriate;
21
26
- Backspace support (until the active window is changed);
22
27
- Full upper-/ lowercase detection (capslock + shift keys).
23
- - A variety of logging modes:
24
- - Storing logs locally and once a day sending logs to an onion hidden service;
25
- - Debug mode (printing to console).
26
28
- Privacy protection:
27
29
- RSA public-key encryption of logs on the fly using [ PyCryptoDome] ( https://pycryptodome.readthedocs.io/en/latest/ ) .
28
- - Persistence:
29
- - Adding to Windows Startup.
30
30
31
31
### Getting started
32
32
@@ -39,6 +39,7 @@ Some uses of a keylogger are:
39
39
##### ** Quick start**
40
40
1 . ` git clone https://github.com/secureyourself7/python-keylogger `
41
41
2 . ` cd python-keylogger `
42
+ 3 . Customize parameters in Start.py: url_server_upload, hidden_service_check_connection.
42
43
###### ** Run as a Python script**
43
44
3 . ` pip install requirements.txt ` (alternatively ` python -m pip ... ` )
44
45
4 . ` python Start.py `
You can’t perform that action at this time.
0 commit comments