mirror of
https://github.com/lgandx/Responder.git
synced 2025-12-14 19:59:03 +00:00
Minor bugs and display/logging fixes + RDP srv SSLwrapping fix
This commit is contained in:
@@ -173,7 +173,7 @@ def ParseCLDAPPacket(data, client, Challenge):
|
||||
|
||||
elif Operation == b'\x63':
|
||||
Buffer = ParseSearch(data)
|
||||
print(text('[CLDAP] Sent CLDAP pong to %s.'% client))
|
||||
print(text('[CLDAP] Sent CLDAP pong to %s.'% client.replace("::ffff:","")))
|
||||
return Buffer
|
||||
|
||||
elif settings.Config.Verbose:
|
||||
|
||||
Reference in New Issue
Block a user