mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 17:46:37 +03:00
minor cosmetics
This commit is contained in:
parent
a121339395
commit
e00f4a8934
|
@ -828,7 +828,7 @@ def dictionaryAttack(attack_dict):
|
|||
handle, filename = tempfile.mkstemp(suffix=".txt")
|
||||
os.close(handle)
|
||||
fp = open(filename, "w+")
|
||||
singleTimeLogMessage("writing uncracked hashes to '%s' for eventual further processing" % filename)
|
||||
singleTimeLogMessage("writing uncracked hashes to file '%s' for eventual further processing" % filename)
|
||||
if user and not user.startswith(DUMMY_USER_PREFIX):
|
||||
fp.write("%s:%s\n" % (user, hash_))
|
||||
else:
|
||||
|
|
Loading…
Reference in New Issue
Block a user