mirror of
https://github.com/lgandx/Responder.git
synced 2025-08-21 05:43:35 -07:00
Merge pull request #219 from SAERXCIT/master
Extend --disable-ess to HTTP
This commit is contained in:
commit
9c303d7bd5
1 changed files with 1 additions and 1 deletions
|
@ -359,7 +359,7 @@ class NTLM_Challenge(Packet):
|
||||||
("TargetNameLen", "\x06\x00"),
|
("TargetNameLen", "\x06\x00"),
|
||||||
("TargetNameMaxLen", "\x06\x00"),
|
("TargetNameMaxLen", "\x06\x00"),
|
||||||
("TargetNameOffset", "\x38\x00\x00\x00"),
|
("TargetNameOffset", "\x38\x00\x00\x00"),
|
||||||
("NegoFlags", "\x05\x02\x89\xa2"),
|
("NegoFlags", "\x05\x02\x81\xa2" if settings.Config.NOESS_On_Off else "\x05\x02\x89\xa2"),
|
||||||
("ServerChallenge", ""),
|
("ServerChallenge", ""),
|
||||||
("Reserved", "\x00\x00\x00\x00\x00\x00\x00\x00"),
|
("Reserved", "\x00\x00\x00\x00\x00\x00\x00\x00"),
|
||||||
("TargetInfoLen", "\x7e\x00"),
|
("TargetInfoLen", "\x7e\x00"),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue