Got rid of unreliable 'ORDER BY' technique to detect UNION query SQL injection, consequently switch --union-tech has gone now.

Minor code refactoring too.
This commit is contained in:
Bernardo Damele
2010-11-29 17:18:38 +00:00
parent e9291932e5
commit 8b9706656e
6 changed files with 25 additions and 79 deletions

View File

@@ -77,7 +77,6 @@ optDict = {
"Techniques": {
"timeSec": "integer",
"unionTest": "boolean",
"uTech": "string",
"uCols": "integer",
"uChar": "string"
},