Skip to content

Commit e41a14a

Browse files
Update README.md
1 parent 8e2c2e0 commit e41a14a

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

+6-5
Original file line numberDiff line numberDiff 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**
4040
1. `git clone https://github.com/secureyourself7/python-keylogger`
4141
2. `cd python-keylogger`
42+
3. Customize parameters in Start.py: url_server_upload, hidden_service_check_connection.
4243
###### **Run as a Python script**
4344
3. `pip install requirements.txt` (alternatively `python -m pip ...`)
4445
4. `python Start.py`

0 commit comments

Comments
 (0)