RobinMeis / MITMsmtp

MITMsmtp is an Evil SMTP Server for pentesting SMTP clients to catch login credentials and mails sent over plain or SSL encrypted connections.
https://robin.meis.space/
GNU General Public License v3.0
38 stars 4 forks source link

Support for NTLM #3

Open RobinMeis opened 5 years ago

RobinMeis commented 5 years ago

Adding support for NTLM

RobinMeis commented 5 years ago

Docs: https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-smtpntlm/a048c79f-7597-401b-bcb4-521d682de765

RobinMeis commented 5 years ago

Actually more complicated than it seemed when checking Microsoft's example. Due to negotiation flags there are couple of options that have to be supported. Skipping NTLM support for now