mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-09-01 00:40:02 +00:00
Initial support for partial UNION query sql injection
This commit is contained in:
parent
f97585c593
commit
578bcb9140
5 changed files with 41 additions and 15 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue