#include "smtprelay.h"#include "payload.h"

Go to the source code of this file.
Functions | |
| int | HandleIncommingSMTPRequest (RELAY *relay, char *destinationhostname, int destinationport) |
Variables | |
| int | verbose |
| int HandleIncommingSMTPRequest | ( | RELAY * | relay, | |
| char * | destinationhostname, | |||
| int | destinationport | |||
| ) |
Definition at line 38 of file smtprelay.cpp.
References AddDialect(), buildAuthResponse(), BuildSmbPacket(), BuildSmbPacket1(), ConnectToRemoteHost(), debug, RELAY::destination, dumpAuthChallenge(), dumpAuthRequest(), dumpAuthResponse(), DumpMem(), ExecuteCode(), from64tobits(), GetNTLMPacketFromSmbPacket, GetNTLMPacketInfo(), GetSmbPacket2(), NEGOTIATEPROTOCOLREQUEST, SendBytesAndWaitForResponse(), SESSIONSETUPANDX, SmbLength, SmbPacketLen, SMBWAITTIMEOUT, RELAY::source, to64frombits(), and verbose.
Referenced by ReplayAttackAgainst().

| int verbose |
Definition at line 147 of file smbrelay3.cpp.
1.5.4