mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-09 22:21:30 +00:00
Major bug fix to correctly dump tables entries
This commit is contained in:
@@ -489,7 +489,10 @@ def __saveCmdline():
|
||||
if datatype == "boolean":
|
||||
value = "False"
|
||||
elif datatype == "integer":
|
||||
value = "1"
|
||||
if option == "threads":
|
||||
value = "1"
|
||||
else:
|
||||
value = "0"
|
||||
elif datatype == "string":
|
||||
value = ""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user