mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
fixes #181 - proper save/resume information about single entry UNION SQL injection
This commit is contained in:
parent
d00e4a458a
commit
d13ad8b2d7
6 changed files with 92 additions and 46 deletions
|
|
@ -872,8 +872,6 @@ def __setConfAttributes():
|
|||
conf.outputPath = None
|
||||
conf.paramDict = {}
|
||||
conf.parameters = {}
|
||||
conf.paramFalseCond = False
|
||||
conf.paramNegative = False
|
||||
conf.path = None
|
||||
conf.port = None
|
||||
conf.progressWidth = 54
|
||||
|
|
@ -932,6 +930,9 @@ def __setKnowledgeBaseAttributes():
|
|||
kb.unionComment = ""
|
||||
kb.unionCount = None
|
||||
kb.unionPosition = None
|
||||
kb.unionNegative = False
|
||||
kb.unionFalseCond = False
|
||||
|
||||
|
||||
def __saveCmdline():
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue