Commit Graph

5 Commits

Author SHA1 Message Date
Eli Bishop
c56d1298bd change default negotiate flags based on proxy server testing 2019-05-31 16:56:58 -07:00
Dave
4a21cbd618 Negotiation fails for servers where 'NTLMv2 session security' is required (#18)
If a server has specified that NTLMv2 session security is required,
    then negotiation will fail as the client does not advertise this during
    the handshake. The negoiate message needs to include the relevant
    flag 'negotiateFlagNTLMSSPNEGOTIATEEXTENDEDSESSIONSECURITY'

    To test enable this on the remote server by using regedt32 to modify the
    key
    HKLM\SYSTEM\CurrentControlSet\Control\Lsa\MSV1_0\NtlmMinServerSec and
    set the value to 0x20080000
2018-08-10 10:55:52 -07:00
justdan96
235d683359 gofmt 2018-04-13 09:50:16 +01:00
Dan
df1f808002 add version, domain and workstation fields
Add version support from jh125486
Add workstation and domain support from jh125486
Enable to extract domain from username
2018-04-12 18:05:24 +01:00
Paul Meyer
c3e922711f Initial commit of implementation 2015-10-16 21:50:49 -07:00