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:
Bernardo Damele
2010-11-13 23:24:41 +00:00
parent df5dc10111
commit 8d07272c82
6 changed files with 36 additions and 10 deletions

View File

@@ -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": {