MCPcopy Create free account
hub / github.com/CCob/lsarelayx / ForwardChallengeMessage

Method ForwardChallengeMessage

plugin/relaycontext.cpp:20–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18}
19
20NtlmRelayCommandResponse RelayContext::ForwardChallengeMessage(uint64_t credHandle, const MessageBuffer &ntlmChallenge){
21 NtlmRelayCommand relayCommand(uint64_t(this), credHandle, _clientPid, ntlmChallenge);
22 return Deserialize<NtlmRelayCommandResponse>(SendCommand(relayCommand));
23}
24
25NtlmRelayCommandFinished RelayContext::ForwardAuthenticateMessage(uint64_t credHandle, const MessageBuffer& ntlmAuthenticate){
26 NtlmRelayCommand relayCommand(uint64_t(this), credHandle, _clientPid, ntlmAuthenticate);

Callers 2

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected