sqlmap 0.6-rc5: major bug fix to make --sql-shell and --sql-query work properly also with mixed case statements (i.e oRDeR bY). Thanks Konrads Smelkovs to notifying.

This commit is contained in:
Bernardo Damele
2009-01-28 14:53:11 +00:00
parent a8d57bb031
commit 6054090191
3 changed files with 9 additions and 2 deletions

View File

@@ -30,7 +30,7 @@ import sys
# sqlmap version and site
VERSION = "0.6.4-rc4"
VERSION = "0.6.4-rc5"
VERSION_STRING = "sqlmap/%s" % VERSION
SITE = "http://sqlmap.sourceforge.net"