6 ms·
Yes. Here's a Windows keystroke logger (with source code) that uses GetAsyncKeyState. I wrote this years ago to show an IT auditor that a restricted user could
by ef47d35620c1 12y ago
Yes. Here's a Windows keystroke logger (with source code) that uses GetAsyncKeyState. I wrote this years ago to show an IT auditor that a restricted user could run a keystroke logger (he was adamant that was not possible). It works on Windows XP to Windows 8.
http://16s.us/software/16k/ http://16s.us/software/16k/
- CyberShadow 12y agoGetAsyncKeyState will not reflect input that is sent to an elevated window. So, it does not break UIPI.
- aktau 12y agoOh man! I only wrote one program ever that could be used for malicious intent if so desired, and that was a GetAsyncKeyState()-based keylogger. Simple to write and so cool. The toughest part was figuring out how to register itself as a windows service and give it a good name so most people would ignore it. I ended up making a separate executable for that. Anyway, I got curious to see how my coding style had evolved since I was a kid so I dug it up for all to see: https://gist.github.com/aktau/11057438 https://gist.github.com/aktau/11057438 (I was young, be gentle).
- atesti 12y agoThe download of the exe file gives an error message, the cpp and txt files are fine though.