File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 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:
1515### Features
1616- Global event hook on all (incl. On-Screen) keyboards using cross-platform library [ Keyboard] ( https://github.com/boppreh/keyboard ) .
1717- 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.
1823- Human-readable logs:
1924 - Logging keys as they actually are in your layout; cyrillic keyboard layout is fully implemented;
2025 - Logging window titles and current time where appropriate;
2126 - Backspace support (until the active window is changed);
2227 - 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).
2628- Privacy protection:
2729 - RSA public-key encryption of logs on the fly using [ PyCryptoDome] ( https://pycryptodome.readthedocs.io/en/latest/ ) .
28- - Persistence:
29- - Adding to Windows Startup.
3030
3131### Getting started
3232
@@ -39,6 +39,7 @@ Some uses of a keylogger are:
3939##### ** Quick start**
40401 . ` git clone https://github.com/secureyourself7/python-keylogger `
41412 . ` cd python-keylogger `
42+ 3 . Customize parameters in Start.py: url_server_upload, hidden_service_check_connection.
4243###### ** Run as a Python script**
43443 . ` pip install requirements.txt ` (alternatively ` python -m pip ... ` )
44454 . ` python Start.py `
You can’t perform that action at this time.
0 commit comments