You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-15Lines changed: 15 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,10 +16,10 @@ Some uses of a keylogger are:
16
16
- Global event hook on all (incl. On-Screen) keyboards using cross-platform library [Keyboard](https://github.com/boppreh/keyboard). The program makes no attempt to hide itself.
17
17
- Pure Python, no C modules to be compiled.
18
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);
19
+
- Storing logs locally and (optionally) sending logs to your onion hidden service via Tor (Tor auto-install optional; disabled by default).
20
20
- Debug mode (printing to console).
21
-
- Persistence:
22
-
- Adding to Windows Startup.
21
+
- Persistence (opt-in):
22
+
- Adding to Windows Startup only when the 'persist' flag is provided.
23
23
- Human-readable logs:
24
24
- Logging keys as they actually are in your layout; cyrillic keyboard layout is fully implemented;
25
25
- Logging window titles and current time where appropriate;
@@ -31,34 +31,36 @@ Some uses of a keylogger are:
31
31
### Getting started
32
32
33
33
#### System requirements
34
-
- MS Windows (tested on 10). TODO: test Linux (requires sudo) and macOS support;
35
-
-[Python 3](https://www.python.org/downloads/) (tested on v. 3.7.4).
34
+
- MS Windows 10/11. Linux/macOS are not supported.
35
+
-[Python 3](https://www.python.org/downloads/) (tested on v. 3.13).
0 commit comments