Keylogger Module (Win32 API)
Versionv1.2
Difficulty Beginner
Downloads5,545
Rating (0.00)
Updated2025-04-15
CategoryMalware Development

Keylogger Module (Win32 API)

$15.99

Win32 Keylogger Module

Módulo de captura de teclado para Windows usando la API nativa:

  • Hook de teclado — SetWindowsHookEx(WH_KEYBOARD_LL) para captura global de pulsaciones sin necesidad de privilegios elevados.
  • Context awareness — Registra el título de la ventana activa (GetForegroundWindow + GetWindowText) junto con cada pulsación.
  • Teclas especiales — Mapeo correcto de Shift, Ctrl, Alt, teclas de función, Enter, Backspace, etc.
  • Log cifrado — Output cifrado con XOR key configurable. Formato: [timestamp][window_title][keystroke].
  • Modo silencioso — Sin ventana visible, sin icono en taskbar. Compilado como aplicación Windows sin consola.
  • Exfiltración opcional — Función para enviar logs via HTTP POST a un servidor remoto a intervalos configurables.

Código fuente C — ~300 líneas, bien comentado. Compilable con MinGW o MSVC.

Reviews (0)

No reviews yet. Be the first!

Related Tools

Process Hollowing Injector (C)
Malware Development

Process Hollowing Injector (C)

Reflective DLL Injection Template
Malware Development

Reflective DLL Injection Template

Python RAT Core Module
Malware Development

Python RAT Core Module

Shellcode Encoder x86/x64
Malware Development

Shellcode Encoder x86/x64