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