Skip to content

A malicious tool used in real life to steal input from user for various purposes.

Notifications You must be signed in to change notification settings

xAbdulrhman/KeyLogger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

KeyLogger

Disclaimer! This is only for learning purposes, I'm not responsible for any malicious activity

What is KeyLogger?

KeyLoggers are a particularly insidious type of spyware that can record and steal consecutive keystrokes such as Passwords, Usernames, SSN #'s, Credit Card #'s (and much more) that the user enters on a device.

as you may tell, the definition and concept may seem basic but the power of such tool is endless.

in the source code.. you'll notice the comments where you need to adjust path for saving the Text file that will record your input.

How to use it?

You need to know that these few line will be detected from your anti-virus, so you'll need to do the following:

  1. Having "pynput" module is a must, to download it use the command pip3 install pynput in your CMD/Bash.
  2. Turn off Real-time protection on your anti-virus application.
  3. Add This file path as an Exclusion (exception) from defender threat scan.
  4. * not doing above will cause the file to be erased.

It is completely safe and you can delete it in any point.

Lastly, run the code and start typing, you'll see the file is saved in desired folder repeatedly as you type. Enjoy :]

About

A malicious tool used in real life to steal input from user for various purposes.

Topics

Resources

Stars

Watchers

Forks

Languages