Proper naming

This commit is contained in:
Miroslav Stampar 2016-05-22 14:26:36 +02:00
parent 6623c3f877
commit b9e5655e3c
3 changed files with 10 additions and 10 deletions

View File

@ -19,7 +19,7 @@ from lib.core.enums import OS
from lib.core.revision import getRevisionNumber
# sqlmap version (<major>.<minor>.<month>.<monthly commit>)
VERSION = "1.0.5.43"
VERSION = "1.0.5.44"
REVISION = getRevisionNumber()
STABLE = VERSION.count('.') <= 2
VERSION_STRING = "sqlmap/%s#%s" % (VERSION, "stable" if STABLE else "dev")

View File

@ -3,7 +3,7 @@
<root>
<!-- Stacked queries tests -->
<test>
<title>MySQL &gt; 5.0.11 stacked queries (SELECT - comment)</title>
<title>MySQL &gt; 5.0.11 stacked queries (SLEEP - comment)</title>
<stype>4</stype>
<level>1</level>
<risk>1</risk>
@ -24,7 +24,7 @@
</test>
<test>
<title>MySQL &gt; 5.0.11 stacked queries (SELECT)</title>
<title>MySQL &gt; 5.0.11 stacked queries (SLEEP)</title>
<stype>4</stype>
<level>2</level>
<risk>1</risk>

View File

@ -3,7 +3,7 @@
<root>
<!-- Time-based boolean tests -->
<test>
<title>MySQL &gt;= 5.0.12 AND time-based blind (SELECT)</title>
<title>MySQL &gt;= 5.0.12 AND time-based blind (SLEEP)</title>
<stype>5</stype>
<level>1</level>
<risk>1</risk>
@ -23,7 +23,7 @@
</test>
<test>
<title>MySQL &gt;= 5.0.12 OR time-based blind (SELECT)</title>
<title>MySQL &gt;= 5.0.12 OR time-based blind (SLEEP)</title>
<stype>5</stype>
<level>1</level>
<risk>3</risk>
@ -43,7 +43,7 @@
</test>
<test>
<title>MySQL &gt;= 5.0.12 AND time-based blind (SELECT - comment)</title>
<title>MySQL &gt;= 5.0.12 AND time-based blind (SLEEP - comment)</title>
<stype>5</stype>
<level>3</level>
<risk>1</risk>
@ -64,7 +64,7 @@
</test>
<test>
<title>MySQL &gt;= 5.0.12 OR time-based blind (SELECT - comment)</title>
<title>MySQL &gt;= 5.0.12 OR time-based blind (SLEEP - comment)</title>
<stype>5</stype>
<level>3</level>
<risk>3</risk>
@ -249,7 +249,7 @@
</test>
<test>
<title>MySQL &gt;= 5.0.12 RLIKE time-based blind (SELECT)</title>
<title>MySQL &gt;= 5.0.12 RLIKE time-based blind (SLEEP)</title>
<stype>5</stype>
<level>2</level>
<risk>1</risk>
@ -269,7 +269,7 @@
</test>
<test>
<title>MySQL &gt;= 5.0.12 RLIKE time-based blind (SELECT - comment)</title>
<title>MySQL &gt;= 5.0.12 RLIKE time-based blind (SLEEP - comment)</title>
<stype>5</stype>
<level>4</level>
<risk>1</risk>
@ -1406,7 +1406,7 @@
</test>
<test>
<title>MySQL &gt;= 5.0.12 time-based blind - Parameter replace (SELECT)</title>
<title>MySQL &gt;= 5.0.12 time-based blind - Parameter replace (SLEEP)</title>
<stype>5</stype>
<level>3</level>
<risk>1</risk>