Skip to content

Keyloggers are programs that capture your key strokes. They can be used to keep logs of everything you press on the keyboard but on the flip side it can be used for malicious purposes as well.

License

Notifications You must be signed in to change notification settings

aktechnohacker/Keylogger-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 

Repository files navigation

Buy Me A Coffee

Key-Logger (Secret Eye)

What is KeyLogger ?

* A computer program that records every keystroke made by a computer user, especially in order to gain fraudulent access to passwords and other confidential information.

* Keyloggers are activity-monitoring software programs that give hackers access to your personal data. The passwords and credit card numbers you type, the webpages you visit – all by logging your keyboard strokes. The software is installed on your computer, and records everything you type.


The keylogger that I've made is a basic keylogger with not much functionality.

It captures your keystrokes and saves them in a file "keylogger.txt".

It then sends the contents of the file(i.e. the keystrokes) to your email id.

SYNTAX : python3 keylogger.py

[NOTE: You need to press esc key to exit out the keylogger.]

You need to have pynput , smtplib and ssl installed.

While python comes with the library smtplib and ssl preinstalled.

You can install pynput with : pip install pynput

About

Keyloggers are programs that capture your key strokes. They can be used to keep logs of everything you press on the keyboard but on the flip side it can be used for malicious purposes as well.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published