mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 05:01:30 +00:00
Another patch for #2827
This commit is contained in:
@@ -577,7 +577,7 @@ def storeHashesToFile(attack_dict):
|
||||
|
||||
kb.storeHashesChoice = readInput(message, default='N', boolean=True)
|
||||
|
||||
if kb.storeHashesChoice:
|
||||
if items and kb.storeHashesChoice:
|
||||
handle, filename = tempfile.mkstemp(prefix=MKSTEMP_PREFIX.HASHES, suffix=".txt")
|
||||
os.close(handle)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user