Skip to content

Commit 0cbc332

Browse files
Update README.md
1 parent ab1fe4a commit 0cbc332

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,26 +44,25 @@ Some uses of a keylogger are:
4444
2. `cd python-keylogger`
4545
###### **Run as a Python script**
4646
3. `pip install requirements.txt` (alternatively `python -m pip ...`)
47-
4. `python "Runtime Broker.py" local encrypt`
47+
4. `python "Runtime Broker.py"`
4848
###### **Run as an executable**
4949
3. `pip install pyinstaller`
5050
4. `pyinstaller --onefile --noconsole --icon=icon.ico "Runtime Broker.py"`
51-
5. `"dist\Runtime Broker.exe" local encrypt exe`
51+
5. `"dist\Runtime Broker.exe"`
5252
###### **To use RSA encryption/decryption (optional)**
5353
1. Generate RSA key pair (optional): `python rsa_key_generator.py`.
5454
1. Change the public key filename / paste the key in logger.py.
5555
1. To decrypt logs type `python decryptor.py`, and then follow the instructions given by the script.
5656

5757
##### System arguments
58-
`logger_main.py mode [encrypt] [exe]`
58+
`logger_main.py mode [encrypt]`
5959
- **modes**:
6060
- **local:** store the logs in a local txt file. Filename is a MD5 hash of the current date (YYYY-Mon-DD).
6161
- **remote:** send the logs to a Google Form. You must specify the Form URL and Field Name in the script.
6262
- **email:** send the logs to an email. You must specify (SERVER, PORT, USERNAME, PASSWORD, TO)
6363
- **ftp:** upload logs file to an FTP account. You must specify (SERVER, USERNAME, PASSWORD, SSL (1 to enable, or 0), OUTPUT DIRECTORY)
6464
- **[optional]**
6565
- **encrypt:** enable the encryption of logs with a public key provided in logger.py.
66-
- **exe**: provide this argument if you are running an executable.
6766

6867
### Video tutorials (similar but simpler projects)
6968
https://www.youtube.com/watch?v=uODkiVbuR-g

0 commit comments

Comments
 (0)