mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
Another patch for #2827
This commit is contained in:
parent
f2f7994ac6
commit
574074e171
3 changed files with 4 additions and 4 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue