You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PoC de mi keylogger de bajo nivel en Windows, usando la API SetWindowsHookEx con el hook global WH_KEYBOARD_LL. intercepto las entradas de teclado en todo el sistema y transmitirlas a un servidor local ademas de sacar procesos usados en tiempo real.
A C++ keylogger for Windows that utilizes low-level keyboard hooks and the WinHTTP API to efficiently capture and log all keystrokes, transmitting the data asynchronously to a specified Discord webhook for remote monitoring.