mirror of
https://github.com/lgandx/Responder.git
synced 2025-08-19 21:03:33 -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')):
|
if re.search(user.encode('hex'), filestr.read().encode('hex')):
|
||||||
filestr.close()
|
filestr.close()
|
||||||
return False
|
return False
|
||||||
if re.search("$".encode('hex'), user):
|
if re.search("\$", user):
|
||||||
filestr.close()
|
filestr.close()
|
||||||
return False
|
return False
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue