mirror of
https://github.com/lgandx/Responder.git
synced 2025-07-16 10:02:53 -07:00
removed debug string
This commit is contained in:
parent
a256355468
commit
47e63ae4ec
1 changed files with 0 additions and 1 deletions
|
@ -192,7 +192,6 @@ def PacketSequence(data, client, Challenge):
|
|||
|
||||
if NTLM_Auth:
|
||||
Packet_NTLM = b64decode(''.join(NTLM_Auth))[8:9]
|
||||
print "Challenge 2:", Challenge.encode('hex')
|
||||
if Packet_NTLM == "\x01":
|
||||
GrabURL(data, client)
|
||||
GrabReferer(data, client)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue