mirror of
https://github.com/lgandx/Responder.git
synced 2025-08-19 21:03:33 -07:00
Do not print machine accounts name in quiet mode
This commit is contained in:
parent
918509ce7b
commit
d3e94620e0
1 changed files with 3 additions and 0 deletions
|
@ -147,6 +147,9 @@ def PrintData(outfile,user):
|
||||||
if re.search(user, filestr.read()):
|
if re.search(user, filestr.read()):
|
||||||
filestr.close()
|
filestr.close()
|
||||||
return False
|
return False
|
||||||
|
if re.search("\$", user):
|
||||||
|
filestr.close()
|
||||||
|
return False
|
||||||
else:
|
else:
|
||||||
return True
|
return True
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue