Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 671 Bytes

File metadata and controls

15 lines (11 loc) · 671 Bytes

Keylogger

A basic program that captures keystrokes and outputs it into a file which can be used to gather usernames and passwords online/offline.

Installation

  • git clone < repo-url >, or click on the download link.
  • Extract the zip file
  • Compile the .cpp file
  • Run the executable file (Note: It will run in background so if you want to terminate it use Task manager)
  • A "Record.txt" file will be created having the credentials

Disclaimer

The information contained in this project is for educational purpose only and it's unethical to gain someone else's personal information without their notice. I won't be liable for any unethical use of this project.