• XSS.stack #1 – первый литературный журнал от юзеров форума

RDPCredentialStealer

log4n

CD-диск
Пользователь
Регистрация
29.05.2023
Сообщения
17
Реакции
3
Found this interesting RDP stealer

RDPCredStealerDLL:

This code is an implementation of a hooking technique in C++ using the Detours library. It specifically targets the CredUnPackAuthenticationBufferW function from the credui.dll library, which is responsible for unpacking authentication buffers used in credential operations. Let's break down the code step by step: The necessary header files are included, such as windows.h, wincred.h, detours.h, and others. A function pointer type CredUnPackAuthenticationBufferW_t is defined, representing the original CredUnPackAuthenticationBufferW function's signature. The function pointer pCredUnPackAuthenticationBufferW is declared, which will be used to store the address of the original function.

more info: https://medium.com/@s12deff/steal-rdp-password-with-api-hooking-39a4e6b48fde
 


Напишите ответ...
  • Вставить:
Прикрепить файлы
Верх