Skip to content

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.

kartikmehta8/pyKeylogger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyKeylogger

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.

This key logger can not only detect & record your keystrokes but can also:

  • 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

Technologies on which it is built:

1. Python
2. Socket
3. Platform
4. Win32
5. Pynput
6. Scipy
7. Sound-Device
8. Cryptography
9. Twilio

Why pyKeylogger?

  • It will broaden the way of thinking of researchers about how we can innovate the key loggers.
  • It will help identify the loopholes in the current anti key loggers software.
  • Multi software hack: pyKeylogger is packed with many modules to make it more advance than traditional keyloggers.

Capable of deleting all the records after sending them to the remote server.

Delete Records

Encrypts the data & generates a new key (Asymmetric Key Encryption) that only the person at the remote server can decrypt.

Encryption

Using Twilio for transferring the data to a remote server!

Twilio

How to use?

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.

About

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.

Topics

Resources

Stars

Watchers

Forks

Languages