Fixed another bug on Microsoft SQL Server custom "limited" query reported by Konrads Smelkovs

This commit is contained in:
Bernardo Damele
2009-02-02 23:44:19 +00:00
parent 9ab174a444
commit 770e000cb4
4 changed files with 34 additions and 17 deletions

View File

@@ -30,7 +30,7 @@ import sys
# sqlmap version and site
VERSION = "0.6.4-rc5"
VERSION = "0.6.4-rc6"
VERSION_STRING = "sqlmap/%s" % VERSION
SITE = "http://sqlmap.sourceforge.net"
@@ -73,7 +73,7 @@ MATCH_RATIO = 0.9
SQL_STATEMENTS = {
"SQL SELECT statement": (
"select ",
"select top ",
" top ",
" from ",
" from dual",
" where ",