Skip to content

A Hidden and Undetectable keylogger written in C++

Notifications You must be signed in to change notification settings

ryanwe1ss/Keylogger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Keylogger for Windows

A hidden and undetectable keylogger written in C++

Compilers

  • MinGW 32/64 Bit (recommended)
  • Visual C++

Features

  • Logs most keys in a text file which is stored in the %APPDATA% folder as default
  • Sends log file over to a specified FTP server
  • Ability to run in the background acting as a system process

Usage

  • If using MinGW Compiler: g++ keylogger.cpp -o keylogger -lwininet
  • It is built to run in the background of a target machine and logs most keys that are pressed and after a specifed amount of time, sends file over to the FTP server
  • Make sure when deploying to change the FTP constant variables to an active FTP server

Disclaimer

  • This program is for educational purposes only! Use at your own risk.

About

A Hidden and Undetectable keylogger written in C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages