mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-09 22:21:30 +00:00
Added --union-cols switch to specify the max number of columns to test for UNION query sql injection.
Now stores/resumes also the exact UNION payload to session file.
This commit is contained in:
@@ -78,7 +78,8 @@ optDict = {
|
||||
"timeTest": "boolean",
|
||||
"timeSec": "integer",
|
||||
"unionTest": "boolean",
|
||||
"uTech": "string"
|
||||
"uTech": "string",
|
||||
"uCols": "integer"
|
||||
},
|
||||
|
||||
"Fingerprint": {
|
||||
@@ -115,7 +116,7 @@ optDict = {
|
||||
|
||||
"Brute": {
|
||||
"commonTables": "boolean",
|
||||
"commonColumns": "boolean",
|
||||
"commonColumns": "boolean"
|
||||
},
|
||||
|
||||
"User-defined function": {
|
||||
|
||||
Reference in New Issue
Block a user