Coding a Windows Keylogger in C

preview_player
Показать описание
✘ Links:

Coding a keylogger that hooks a procedure into the Windows operating system to listen for low level global keystrokes. Not straightforward, but doable!
Use with caution!
Рекомендации по теме
Комментарии
Автор

i was trying hard figuring out this win doc, you did great job

abdullahdaja
Автор

Yes we are intrested make the full version of this

RR-xbnh
Автор

29:39 I'm not aware such thing exists in vim, cool!

reyuki-i
Автор

Finalize keylogger sounds pretty interesting. I did like with js, c and java, would be good to see everything made in c😊

mykhaylozhovkevych
Автор

In linux it is very easy and you dont need an API, you just need to read from /dev/input/event using a filestream

delq
Автор

my previous comment was removed, where i explained how to send the captured data. so here is what i said. Store the logged data into a file, then in your C code use the windows api function CreateProcess(null, (LPSTR)pwr, null, null, &si, &pi) this way... char pwr = "powershell -Command Invoke-Request etc etc (to send the file)", and make it send via a discord webhook.

AvBYedits
Автор

I think you should use system("pause") or similar(i am not a windows guy), in linux, there is a function named pause() specifically for this purpose

tinutom
Автор

amazing video thanks for creating. If we are on the same network can't we create a server on another computer and run a listener to capture the key strokes remotely?

johndonatoprabahar
Автор

what about youtube\google\"all" microsoft websites, , javascript keyloggerS ? cant we find and dissect tham ?

QuadDerrick
Автор

great video, loved it, HOWEVER, i HATE that code formatting style, and the color scheme, and the fact that ur using vim :) neovim>

mnlog
Автор

Hey man, you're doing great ❤.
Love from Bangladesh.🇧🇩

RatanBasak-fh