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

Skip to content

Commit 3409953

Browse files
committed
Revisiting default level 1 payloads (MySQL stacked queries are as frequent as double rainbows)
1 parent 3b3ab07 commit 3409953

5 files changed

Lines changed: 17 additions & 17 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.9.52"
22+
VERSION = "1.0.9.53"
2323
REVISION = getRevisionNumber()
2424
TYPE = "dev" if VERSION.count('.') > 2 and VERSION.split('.')[-1] != '0' else "stable"
2525
TYPE_COLORS = {"dev": 33, "stable": 90, "pip": 34}

txt/checksum.md5

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ e60456db5380840a586654344003d4e6 lib/core/readlineng.py
4545
5ef56abb8671c2ca6ceecb208258e360 lib/core/replication.py
4646
99a2b496b9d5b546b335653ca801153f lib/core/revision.py
4747
7c15dd2777af4dac2c89cab6df17462e lib/core/session.py
48-
ddab16d302a21444b7f12de4630af2df lib/core/settings.py
48+
b112acf982657cb2bb7a4dbf00dc7b7a lib/core/settings.py
4949
7af83e4f18cab6dff5e67840eb65be80 lib/core/shell.py
5050
23657cd7d924e3c6d225719865855827 lib/core/subprocessng.py
5151
c3ace7874a536d801f308cf1fd03df99 lib/core/target.py
@@ -451,7 +451,7 @@ a279656ea3fcb85c727249b02f828383 xml/livetests.xml
451451
4b266898af8b7f380db910511de24ec4 xml/payloads/boolean_blind.xml
452452
103a4c9b12c582b24a3fac8147a9c8d4 xml/payloads/error_based.xml
453453
06b1a210b190d52477a9d492443725b5 xml/payloads/inline_query.xml
454-
96adb9bfbab867d221974d3ddb303cb6 xml/payloads/stacked_queries.xml
455-
9abc699fadede1e31586c2263ca900a4 xml/payloads/time_blind.xml
456-
033b39025e8ee0f302935f6db3a39e77 xml/payloads/union_query.xml
454+
3194e2688a7576e1f877d5b137f7c260 xml/payloads/stacked_queries.xml
455+
c2d8dd03db5a663e79eabb4495dd0723 xml/payloads/time_blind.xml
456+
ac649aff0e7db413e4937e446e398736 xml/payloads/union_query.xml
457457
1587a02322a96ac48973e782d6fedf73 xml/queries.xml

xml/payloads/stacked_queries.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<test>
66
<title>MySQL &gt; 5.0.11 stacked queries (comment)</title>
77
<stype>4</stype>
8-
<level>1</level>
8+
<level>2</level>
99
<risk>1</risk>
1010
<clause>0</clause>
1111
<where>1</where>
@@ -26,7 +26,7 @@
2626
<test>
2727
<title>MySQL &gt; 5.0.11 stacked queries</title>
2828
<stype>4</stype>
29-
<level>2</level>
29+
<level>3</level>
3030
<risk>1</risk>
3131
<clause>0</clause>
3232
<where>1</where>
@@ -46,7 +46,7 @@
4646
<test>
4747
<title>MySQL &gt; 5.0.11 stacked queries (query SLEEP - comment)</title>
4848
<stype>4</stype>
49-
<level>2</level>
49+
<level>3</level>
5050
<risk>1</risk>
5151
<clause>0</clause>
5252
<where>1</where>
@@ -67,7 +67,7 @@
6767
<test>
6868
<title>MySQL &gt; 5.0.11 stacked queries (query SLEEP)</title>
6969
<stype>4</stype>
70-
<level>3</level>
70+
<level>4</level>
7171
<risk>1</risk>
7272
<clause>0</clause>
7373
<where>1</where>
@@ -87,7 +87,7 @@
8787
<test>
8888
<title>MySQL &lt; 5.0.12 stacked queries (heavy query - comment)</title>
8989
<stype>4</stype>
90-
<level>2</level>
90+
<level>3</level>
9191
<risk>2</risk>
9292
<clause>0</clause>
9393
<where>1</where>
@@ -107,7 +107,7 @@
107107
<test>
108108
<title>MySQL &lt; 5.0.12 stacked queries (heavy query)</title>
109109
<stype>4</stype>
110-
<level>4</level>
110+
<level>5</level>
111111
<risk>2</risk>
112112
<clause>0</clause>
113113
<where>1</where>

xml/payloads/time_blind.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -570,7 +570,7 @@
570570
</test>
571571

572572
<test>
573-
<title>Microsoft SQL Server/Sybase time-based blind</title>
573+
<title>Microsoft SQL Server/Sybase time-based blind (IF)</title>
574574
<stype>5</stype>
575575
<level>1</level>
576576
<risk>1</risk>
@@ -591,7 +591,7 @@
591591
</test>
592592

593593
<test>
594-
<title>Microsoft SQL Server/Sybase time-based blind (comment)</title>
594+
<title>Microsoft SQL Server/Sybase time-based blind (IF - comment)</title>
595595
<stype>5</stype>
596596
<level>4</level>
597597
<risk>1</risk>

xml/payloads/union_query.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@
346346
<test>
347347
<title>MySQL UNION query ([CHAR]) - [COLSTART] to [COLSTOP] columns (custom)</title>
348348
<stype>6</stype>
349-
<level>1</level>
349+
<level>2</level>
350350
<risk>1</risk>
351351
<clause>1,2,3,4,5</clause>
352352
<where>1</where>
@@ -368,7 +368,7 @@
368368
<test>
369369
<title>MySQL UNION query (NULL) - [COLSTART] to [COLSTOP] columns (custom)</title>
370370
<stype>6</stype>
371-
<level>1</level>
371+
<level>2</level>
372372
<risk>1</risk>
373373
<clause>1,2,3,4,5</clause>
374374
<where>1</where>
@@ -412,7 +412,7 @@
412412
<test>
413413
<title>MySQL UNION query ([CHAR]) - 1 to 10 columns</title>
414414
<stype>6</stype>
415-
<level>1</level>
415+
<level>2</level>
416416
<risk>1</risk>
417417
<clause>1,2,3,4,5</clause>
418418
<where>1</where>
@@ -434,7 +434,7 @@
434434
<test>
435435
<title>MySQL UNION query (NULL) - 1 to 10 columns</title>
436436
<stype>6</stype>
437-
<level>1</level>
437+
<level>2</level>
438438
<risk>1</risk>
439439
<clause>1,2,3,4,5</clause>
440440
<where>1</where>

0 commit comments

Comments
 (0)