mirror of
https://github.com/rapid7/metasploit-payloads
synced 2025-03-24 18:16:24 +01:00
13 lines
534 B
C
13 lines
534 B
C
#ifndef _METERPRETER_SOURCE_EXTENSION_EXTAPI_PRIV_SERVER_NTDS_H
|
|
#define _METERPRETER_SOURCE_EXTENSION_EXTAPI_PRIV_SERVER_NTDS_H
|
|
|
|
DWORD ntds_parse(Remote *remote, Packet *packet);
|
|
static DWORD ntds_channel_read(Channel *channel, Packet *request,
|
|
LPVOID context, LPVOID buffer, DWORD bufferSize, LPDWORD bytesRead);
|
|
static DWORD ntds_channel_close(Channel *channel, Packet *request,
|
|
LPVOID context);
|
|
|
|
#define BLANK_LM_HASH "aad3b435b51404eeaad3b435b51404ee"
|
|
#define BLANK_NT_HASH "31d6cfe0d16ae931b73c59d7e0c089c0"
|
|
#endif
|