File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 85
85
</test >
86
86
87
87
<test >
88
- <title >MySQL < 5.0.12 stacked queries (heavy query - comment)</title >
88
+ <title >MySQL < 5.0.12 stacked queries (BENCHMARK - comment)</title >
89
89
<stype >4</stype >
90
90
<level >3</level >
91
91
<risk >2</risk >
105
105
</test >
106
106
107
107
<test >
108
- <title >MySQL < 5.0.12 stacked queries (heavy query )</title >
108
+ <title >MySQL < 5.0.12 stacked queries (BENCHMARK )</title >
109
109
<stype >4</stype >
110
110
<level >5</level >
111
111
<risk >2</risk >
Original file line number Diff line number Diff line change 169
169
</test >
170
170
171
171
<test >
172
- <title >MySQL < 5.0.12 AND time-based blind (heavy query )</title >
172
+ <title >MySQL < 5.0.12 AND time-based blind (BENCHMARK )</title >
173
173
<stype >5</stype >
174
174
<level >2</level >
175
175
<risk >2</risk >
189
189
</test >
190
190
191
191
<test >
192
- <title >MySQL < 5.0.12 OR time-based blind (heavy query )</title >
192
+ <title >MySQL < 5.0.12 OR time-based blind (BENCHMARK )</title >
193
193
<stype >5</stype >
194
194
<level >2</level >
195
195
<risk >3</risk >
209
209
</test >
210
210
211
211
<test >
212
- <title >MySQL < 5.0.12 AND time-based blind (heavy query - comment)</title >
212
+ <title >MySQL < 5.0.12 AND time-based blind (BENCHMARK - comment)</title >
213
213
<stype >5</stype >
214
214
<level >5</level >
215
215
<risk >2</risk >
230
230
</test >
231
231
232
232
<test >
233
- <title >MySQL < 5.0.12 OR time-based blind (heavy query - comment)</title >
233
+ <title >MySQL < 5.0.12 OR time-based blind (BENCHMARK - comment)</title >
234
234
<stype >5</stype >
235
235
<level >5</level >
236
236
<risk >3</risk >
1500
1500
</test >
1501
1501
1502
1502
<test >
1503
- <title >MySQL < 5.0.12 time-based blind - Parameter replace (heavy queries )</title >
1503
+ <title >MySQL < 5.0.12 time-based blind - Parameter replace (BENCHMARK )</title >
1504
1504
<stype >5</stype >
1505
1505
<level >4</level >
1506
1506
<risk >2</risk >
1854
1854
</test >
1855
1855
1856
1856
<test >
1857
- <title >MySQL < 5.0.12 time-based blind - ORDER BY, GROUP BY clause (heavy query )</title >
1857
+ <title >MySQL < 5.0.12 time-based blind - ORDER BY, GROUP BY clause (BENCHMARK )</title >
1858
1858
<stype >5</stype >
1859
1859
<level >4</level >
1860
1860
<risk >2</risk >
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.5.11.5 "
23
+ VERSION = "1.5.11.6 "
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