Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b9e5655

Browse files
committed
Proper naming
1 parent 6623c3f commit b9e5655

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

lib/core/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
from lib.core.revision import getRevisionNumber
2020

2121
# sqlmap version (<major>.<minor>.<month>.<monthly commit>)
22-
VERSION = "1.0.5.43"
22+
VERSION = "1.0.5.44"
2323
REVISION = getRevisionNumber()
2424
STABLE = VERSION.count('.') <= 2
2525
VERSION_STRING = "sqlmap/%s#%s" % (VERSION, "stable" if STABLE else "dev")

xml/payloads/04_stacked_queries.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<root>
44
<!-- Stacked queries tests -->
55
<test>
6-
<title>MySQL &gt; 5.0.11 stacked queries (SELECT - comment)</title>
6+
<title>MySQL &gt; 5.0.11 stacked queries (SLEEP - comment)</title>
77
<stype>4</stype>
88
<level>1</level>
99
<risk>1</risk>
@@ -24,7 +24,7 @@
2424
</test>
2525

2626
<test>
27-
<title>MySQL &gt; 5.0.11 stacked queries (SELECT)</title>
27+
<title>MySQL &gt; 5.0.11 stacked queries (SLEEP)</title>
2828
<stype>4</stype>
2929
<level>2</level>
3030
<risk>1</risk>

xml/payloads/05_time_blind.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<root>
44
<!-- Time-based boolean tests -->
55
<test>
6-
<title>MySQL &gt;= 5.0.12 AND time-based blind (SELECT)</title>
6+
<title>MySQL &gt;= 5.0.12 AND time-based blind (SLEEP)</title>
77
<stype>5</stype>
88
<level>1</level>
99
<risk>1</risk>
@@ -23,7 +23,7 @@
2323
</test>
2424

2525
<test>
26-
<title>MySQL &gt;= 5.0.12 OR time-based blind (SELECT)</title>
26+
<title>MySQL &gt;= 5.0.12 OR time-based blind (SLEEP)</title>
2727
<stype>5</stype>
2828
<level>1</level>
2929
<risk>3</risk>
@@ -43,7 +43,7 @@
4343
</test>
4444

4545
<test>
46-
<title>MySQL &gt;= 5.0.12 AND time-based blind (SELECT - comment)</title>
46+
<title>MySQL &gt;= 5.0.12 AND time-based blind (SLEEP - comment)</title>
4747
<stype>5</stype>
4848
<level>3</level>
4949
<risk>1</risk>
@@ -64,7 +64,7 @@
6464
</test>
6565

6666
<test>
67-
<title>MySQL &gt;= 5.0.12 OR time-based blind (SELECT - comment)</title>
67+
<title>MySQL &gt;= 5.0.12 OR time-based blind (SLEEP - comment)</title>
6868
<stype>5</stype>
6969
<level>3</level>
7070
<risk>3</risk>
@@ -249,7 +249,7 @@
249249
</test>
250250

251251
<test>
252-
<title>MySQL &gt;= 5.0.12 RLIKE time-based blind (SELECT)</title>
252+
<title>MySQL &gt;= 5.0.12 RLIKE time-based blind (SLEEP)</title>
253253
<stype>5</stype>
254254
<level>2</level>
255255
<risk>1</risk>
@@ -269,7 +269,7 @@
269269
</test>
270270

271271
<test>
272-
<title>MySQL &gt;= 5.0.12 RLIKE time-based blind (SELECT - comment)</title>
272+
<title>MySQL &gt;= 5.0.12 RLIKE time-based blind (SLEEP - comment)</title>
273273
<stype>5</stype>
274274
<level>4</level>
275275
<risk>1</risk>
@@ -1406,7 +1406,7 @@
14061406
</test>
14071407

14081408
<test>
1409-
<title>MySQL &gt;= 5.0.12 time-based blind - Parameter replace (SELECT)</title>
1409+
<title>MySQL &gt;= 5.0.12 time-based blind - Parameter replace (SLEEP)</title>
14101410
<stype>5</stype>
14111411
<level>3</level>
14121412
<risk>1</risk>

0 commit comments

Comments
 (0)