mirror of
https://github.com/lgandx/Responder.git
synced 2025-12-15 12:19:04 +00:00
Changed comment to be more clear about what is being done when logging
This commit is contained in:
3
utils.py
3
utils.py
@@ -171,7 +171,8 @@ def SaveToDb(result):
|
|||||||
|
|
||||||
if count == 0:
|
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:
|
with open(logfile,"a") as outf:
|
||||||
if len(result['cleartext']):
|
if len(result['cleartext']):
|
||||||
outf.write('%s:%s' % (result['user'], result['cleartext']))
|
outf.write('%s:%s' % (result['user'], result['cleartext']))
|
||||||
|
|||||||
Reference in New Issue
Block a user