Skip to content

szymonstanek/Cat-Logger

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Cat-Logger

University Project in collaboration with @szymonstanek

Cat Logger is a low-level C++ keylogger which captures keyboard strokes based on KBDHooks, communicate with server based on TCP connection via Windows Sockets 2. It runs as background process, doesn't store any files in easy accesed data, because it is sending the buffer over the network.

Server is GUI based application created with wxWidgets, has ability of live preview of target keyboard strokes. There is also function which filters the target input in search of e-mail addresses and PINs.

TODO: Connection encryption to hide plain messages Client should regain connection after server restart

About

University Project in collaboration with @fkielpinski

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%