mirror of
https://github.com/lgandx/Responder.git
synced 2025-07-07 21:41:21 -07:00
Changed comment to be more clear about what is being done when logging
This commit is contained in:
parent
ac1789dd6c
commit
08535e5539
1 changed files with 2 additions and 1 deletions
3
utils.py
3
utils.py
|
@ -171,7 +171,8 @@ def SaveToDb(result):
|
|||
|
||||
if count == 0:
|
||||
|
||||
# Write JtR-style hash string to file
|
||||
# If we obtained cleartext credentials, write them to file
|
||||
# Otherwise, write JtR-style hash string to file
|
||||
with open(logfile,"a") as outf:
|
||||
if len(result['cleartext']):
|
||||
outf.write('%s:%s' % (result['user'], result['cleartext']))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue