zedxpace / Python-Keylogger

This repository contains the python code of the keylogger which will get all the key hits by the user as well get the content from clipboard and appends them in the keylogs file

Home Page:http://www.codexpace.in/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BlackHatPython-Keylogger

view - Documentation

[python -3.7]

  • You just have to run the code and keep in mind the file named keylogs and the code must be in same project so that all the captured data
    can be stored in the keylogs.txt rather then viewing it on terminal .
  • Note : running the code for second time will not erase your previously captured keystroke it will just append the logs rather then overwriting them
  • Before running the code make sure that you have all the modules installed in your system.
  • ABout Keylogger :
  • please store the keylogs.txt in same directory as code where all the keylogs will saved
  • you just need to start the keylogger once you started it will automatically capture each and every stroke so , even it is mozilla or chrome or any other application. -ZED

About

This repository contains the python code of the keylogger which will get all the key hits by the user as well get the content from clipboard and appends them in the keylogs file

http://www.codexpace.in/


Languages

Language:Python 100.0%