Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 1.11 KB

README.md

File metadata and controls

24 lines (21 loc) · 1.11 KB

Keylogger

This python project is a keylogger application that collects data from a PC and sends the documents it to a specified email. It does performs this task continously. It is a form of a spyware or monitoring system. The data collect includes:

  • Keyboard input
  • Clipboard data
  • Sound Recording
  • Screenshots of the PC
  • System software and hardware information

TECHNOLOGIES AND LIBRARIES USED

To test the code:

  • Fork the repo and clone it.
  • Install python if not installed
  • Run py setup.py install to install the necessary dependencies
  • Go to config.py file and assign the environmental variables, email and password for sending the files
  • From a terminal and inside the project directory - run py main.py to start the keylogger