MCPcopy Create free account
hub / github.com/decoder-it/ADCSCoercePotato / ThreadHTTPCrossProtocolRelay

Function ThreadHTTPCrossProtocolRelay

ADCSCoercePotato.cpp:384–388  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

382 return 0;
383}
384DWORD WINAPI ThreadHTTPCrossProtocolRelay(LPVOID lpParam) {
385 THREAD_PARAMETERS* thread_params = (THREAD_PARAMETERS*)lpParam;
386 //DoHTTPCrossProtocolRelay(thread_params->remoteHTTPRelayServerIp, thread_params->remoteHTTPRelayServerPort);
387 return 0;
388}
389
390void ExtractType3FromRpc(char* rpcPacket, int rpcPacketLen, char* ntlmType3, int* ntlmType3Len) {
391 int ntlmIndex = findNTLMBytes(rpcPacket, rpcPacketLen);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected