pombreda / impacket

Automatically exported from code.google.com/p/impacket
Other
0 stars 0 forks source link

NTLMAuthHeader should be used for DCE/RPC only #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The common header defined in class NTLMAuthHeader in ntlm.py is actually 
exclusive to DCE/RPC, not NTLM. So if included (see r246), DCE/RPC 
authentication with NTLM1 works, but SMB with NTLM1 doesn't. 

Original issue reported on code.google.com by jigermano on 2 Feb 2011 at 8:48

GoogleCodeExporter commented 9 years ago
Should be fixed in r247

Original comment by jigermano on 2 Feb 2011 at 9:11