Skip to content

Commit 9adbdf5

Browse files
Update README.md
1 parent 0cbc332 commit 9adbdf5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,25 +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"`
47+
4. `python Start.py`
4848
###### **Run as an executable**
4949
3. `pip install pyinstaller`
50-
4. `pyinstaller --onefile --noconsole --icon=icon.ico "Runtime Broker.py"`
51-
5. `"dist\Runtime Broker.exe"`
50+
4. `pyinstaller --onefile --noconsole --icon=icon.ico Start.py`
51+
5. `dist\Start.exe`
5252
###### **To use RSA encryption/decryption (optional)**
5353
1. Generate RSA key pair (optional): `python rsa_key_generator.py`.
54-
1. Change the public key filename / paste the key in logger.py.
54+
1. Change the public key filename / paste the key in Start.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]`
58+
`Start.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]**
65-
- **encrypt:** enable the encryption of logs with a public key provided in logger.py.
65+
- **encrypt:** enable the encryption of logs with a public key provided in Start.py.
6666

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

0 commit comments

Comments
 (0)