ayushoverhere / Mini-Project-Keylogger

Created software in python that records keystrokes and sends key logs via email.
GNU General Public License v3.0
2 stars 5 forks source link
hacktoberfest hacktoberfest-accepted hacktoberfest2022



    Mini-Project-Keylogger
🔥Mini-Project-Keylogger
Screenshot-2022-09-09-043722

🔥Mini-Project-Keylogger

We developed keylogging software in Python3 that records every keystroke of physical as well as on-screen keyboard, and delivers keylogs through email in response to a timer. Simple overview of use/purpose.

What is a KeyLogger ?

A keylogger is a form of malware or hardware that keeps track of and records your keystrokes as you type. It takes the information and sends it to a hacker using a command-and-control (C&C) server.

How to prevent Keylogging ?

  1. Use a 2-Step Verification.
  2. Install Anti Malware Program.
  3. Avoid Downloading Crack Software.
  4. Use a Password Manager.

How to detect Keyloggers

  1. Through Task Manager.
  2. Full Malware Scan

Description

Our graphical user interface simply receives input and logs keystrokes in response to a timer. In this project, we used a variety of libraries, including tkinter, pynput.keyboard, logging, time, smtplib, SSL, email, threading, etc.

Getting Started

Authors

Contributors names and contact info

Version History

License

This project is licensed under the GNU General Public License v3.0 - see the LICENSE.md file for details

Acknowledgments

Inspiration, code snippets, etc.