mirror of
https://github.com/lgandx/Responder.git
synced 2025-12-24 08:29:08 +00:00
minor fix
This commit is contained in:
@@ -132,7 +132,7 @@ def WriteData(outfile,data, user):
|
||||
if re.search(user.encode('hex'), filestr.read().encode('hex')):
|
||||
filestr.close()
|
||||
return False
|
||||
if re.search("$".encode('hex'), user):
|
||||
if re.search("\$", user):
|
||||
filestr.close()
|
||||
return False
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user