mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 21:21:33 +00:00
Initial support for partial UNION query sql injection
This commit is contained in:
@@ -540,6 +540,7 @@ def __setConfAttributes():
|
||||
conf.outputPath = None
|
||||
conf.paramDict = {}
|
||||
conf.parameters = {}
|
||||
conf.paramNegative = False
|
||||
conf.path = None
|
||||
conf.port = None
|
||||
conf.scheme = None
|
||||
|
||||
Reference in New Issue
Block a user