Skip to content

tcpcon/Telegram-Keylogger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Telegram Keylogger

A small windows keylogger with NO DEPENDENCIES made in C/Winapi, logs are sent to a telegram channel set by the attacker. Program does not have features for persistence or any antivirus bypassing techniques meaning it is quite ineffective at staying hidden in the wild. Keylogger was made to showcase how SetWindowsHook can be used malicously to capture keystrokes and how easy it is to send data to a cnc which in this case is our telegram channel. The keylogger when compiled is ~15kb.

Compile

Charset MUST be set to multi-byte

Edit "Config.h" with TG_BOT_TOKEN, TG_CHAT_ID and SEND_DELAY before compiling with Visual Studio (Release - x86).

About

A simplistic windows keylogger using windows hooks to capture keystrokes and telegram to send logs.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages