Skip to content

Latest commit

 

History

History

keylog_dropper

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Keyload dropper AKA Keylogger Dropper

What is this ?

This is an dropper used to download keylogger and sender and exectute in background.

How does it work ?

When you execute the dropper, The keylogger and its sender will be dropped at Users Temp directory.

Next, it will use windows API CreateProcessW to execute the program as background.

It uses telegram bot to send the keycap.log(an file which stores keylog information) file for every 10 seconds. You can change the thread::sleep depend upon your needs

How to implement it ?

Just Clone these and compile both the programs.

For key_exec: Change the URL.

For bot_send : Enter your telegram BOT TOKEN and your CHAT ID.

cargo build --release

keylogger.exe : An compiled version of keylogger

Host the file anywhere and execute the key_exec.exe

Demos.

exection

Video:

click_exec.mp4

By 5mukx