mirror of
https://github.com/lgandx/Responder.git
synced 2025-08-14 02:27:12 -07:00
minor fix
This commit is contained in:
parent
812c5a853f
commit
ea10416c4c
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue