Skip to content

nomaan5541/keylogger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

🧩 Simple Keylogger (Local)

  • This is a basic Python keylogger that logs all keystrokes to a text file locally.
  • This tool will work after the installation of python3
  • Type this command for the installation pip install pynput
  • Type in cmd python main.py at the location cmd
  • The key logger will start all the character will be saved in the suprate file with time

🚨 Disclaimer

  • This tool is for Fun use only. Never run this on a machine or for a person without clear permission.
  • Remember to follow virus_boss for more tools

🧪 Features

  • Logs all keystrokes to key_log.txt
  • Records time of each keystroke
  • Stops when ESC is pressed

.exe

  • the exe file can run in background to exit the program go to task manager and search main and edn the task
  • remember to use it for education/fun purpose only
  • open dist folder for the application

🛠️ Requirements

  • Python 3
  • pynput

🚀 Run

pip install -r requirements.txt
python main.py
pip install pyinstaller



About

Simple_Keylogger_Local_Logging_Only keylogger records all keystrokes typed on the keyboard and saves them to a local file. It's a common technique used in real-world malware, and understanding it helps in developing detection and prevention strategies.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors