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
- 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