@@ -44,25 +44,25 @@ Some uses of a keylogger are:
44442 . ` cd python-keylogger `
4545###### ** Run as a Python script**
46463 . ` pip install requirements.txt ` (alternatively ` python -m pip ... ` )
47- 4 . ` python "Runtime Broker .py" `
47+ 4 . ` python Start .py `
4848###### ** Run as an executable**
49493 . ` 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)**
53531 . 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.
55551 . 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)
6868https://www.youtube.com/watch?v=uODkiVbuR-g
0 commit comments