Skip to content

Commit

Permalink
Merge pull request #219 from SAERXCIT/master
Browse files Browse the repository at this point in the history
Extend --disable-ess to HTTP
  • Loading branch information
lgandx authored Nov 8, 2022
2 parents b61d211 + 660b6ca commit 9c303d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packets.py
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ class NTLM_Challenge(Packet):
("TargetNameLen", "\x06\x00"),
("TargetNameMaxLen", "\x06\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", ""),
("Reserved", "\x00\x00\x00\x00\x00\x00\x00\x00"),
("TargetInfoLen", "\x7e\x00"),
Expand Down

0 comments on commit 9c303d7

Please sign in to comment.