Loading repository data…
Loading repository data…
kartikmehta8 / repository
A Python-based Keylogger that can track your keystrokes, clipboard text, take screenshots at regular intervals, and records audio. It sends the data as SMS to the target phone number using Twilio.

Key loggers are activity-monitoring software programs that give hackers access to your data. The software is installed on your computer and records everything you type. Then it sends this log file to a server, where cybercriminals wait to use all this sensitive information.
Takes screenshot at a particular interval of time
Records audio
Record your System’s information & IP Address
Sends the data to the remote server using Twilio
Keep track of your clipboard information
1. Python
2. Socket
3. Platform
4. Win32
5. Pynput
6. Scipy
7. Sound-Device
8. Cryptography
9. Twilio
After cloning & installing all the dependencies, run
>>> python GenerateKey.py
It will generate the encryption key. Paste this key into DecryptFile.py & Keylogger.py. Then run,
>>> python Keylogger.py
You will see that new files are generating on their own. Watch Demonstration of the project Here.