Skip to content

Brilliant keylogger program that takes audio, screenshots and key-strokes made in python. Works on all operating systems

License

Notifications You must be signed in to change notification settings

IAmMaulik/KeyloggerPy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Keylogger Program

This is a brilliant program that I made in python. It is a keylogger which tracks all the letters/commands typed by the user. as well as takes screenshots and also captures audio and sends it all to the attacker every 10 seconds. It is an extremely dangerous software. I have also compiled it into a .exe file so that it runs on computers that do not have python installed as well

Modules Used

  • os
  • logging
  • platform
  • smtplib
  • socket
  • threading
  • wave
  • pyscreenshot
  • sounddevice
  • pynput

Steps to use this keylogger

  • Using Python
    • Type this command in terminal if you have git installed
      git clone https://github.com/IAmMaulik/KeyloggerPy.git
      cd KeyloggerPy
      pip install -r requirements.txt
      
    • Run the program by writing
      python3 main.py
      
  • Using the compiled EXE file
    • Type this command in your terminal
      git clone https://github.com/IAmMaulik/KeyloggerPy.git
      
    • Run the keylogger.exe file

I am not responsible for any of the illegal activities that you can by using this program. Use at your own risk

About

Brilliant keylogger program that takes audio, screenshots and key-strokes made in python. Works on all operating systems

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages