Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6bfb7c2

Browse files
committed
minor fix
1 parent d8047c7 commit 6bfb7c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_sqlmap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ def main():
129129
kb.threadContinue = False
130130
kb.threadException = True
131131

132-
if conf.hashDB:
132+
if conf.get('hashDB', None):
133133
conf.hashDB.flush(True)
134134

135135
# Reference: http://stackoverflow.com/questions/1635080/terminate-a-multi-thread-python-program

0 commit comments

Comments
 (0)