File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -486,8 +486,8 @@ Tag: <test>
486
486
<test >
487
487
<title >MySQL AND boolean-based blind - WHERE, HAVING, ORDER BY or GROUP BY clause (EXTRACTVALUE)</title >
488
488
<stype >1</stype >
489
- <level >1 </level >
490
- <risk >5 </risk >
489
+ <level >5 </level >
490
+ <risk >1 </risk >
491
491
<clause >1,2,3,8</clause >
492
492
<where >1</where >
493
493
<vector >AND EXTRACTVALUE([RANDNUM],CASE WHEN ([INFERENCE]) THEN [RANDNUM] ELSE 0x3A END)</vector >
@@ -505,8 +505,8 @@ Tag: <test>
505
505
<test >
506
506
<title >MySQL OR boolean-based blind - WHERE, HAVING, ORDER BY or GROUP BY clause (EXTRACTVALUE)</title >
507
507
<stype >1</stype >
508
- <level >3 </level >
509
- <risk >5 </risk >
508
+ <level >5 </level >
509
+ <risk >3 </risk >
510
510
<clause >1,2,3,8</clause >
511
511
<where >2</where >
512
512
<vector >OR EXTRACTVALUE([RANDNUM],CASE WHEN ([INFERENCE]) THEN [RANDNUM] ELSE 0x3A END)</vector >
Original file line number Diff line number Diff line change 20
20
from thirdparty .six import unichr as _unichr
21
21
22
22
# sqlmap version (<major>.<minor>.<month>.<monthly commit>)
23
- VERSION = "1.7.12.8 "
23
+ VERSION = "1.7.12.9 "
24
24
TYPE = "dev" if VERSION .count ('.' ) > 2 and VERSION .split ('.' )[- 1 ] != '0' else "stable"
25
25
TYPE_COLORS = {"dev" : 33 , "stable" : 90 , "pip" : 34 }
26
26
VERSION_STRING = "sqlmap/%s#%s" % ('.' .join (VERSION .split ('.' )[:- 1 ]) if VERSION .count ('.' ) > 2 and VERSION .split ('.' )[- 1 ] == '0' else VERSION , TYPE )
You can’t perform that action at this time.
0 commit comments