@@ -173,6 +173,9 @@ def SaveToDb(result):
# 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']))
else:
outf.write(result['fullhash'])
outf.write("\n")
outf.close()
The note is not visible to the blocked user.