Keystroke logger in Powershell

I’ve found very interesting the possibility to call native Windows API from Powershell. Personally I find pretty messy the MS Windows API documentation and struggled a bit understanding how to print out a character instead of a key code, but in the end it worked and here is my key logger example. This script takes … Continue reading Keystroke logger in Powershell