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 8585 </test >
8686
8787 <test >
88- <title >MySQL < 5.0.12 stacked queries (heavy query - comment)</title >
88+ <title >MySQL < 5.0.12 stacked queries (BENCHMARK - comment)</title >
8989 <stype >4</stype >
9090 <level >3</level >
9191 <risk >2</risk >
105105 </test >
106106
107107 <test >
108- <title >MySQL < 5.0.12 stacked queries (heavy query )</title >
108+ <title >MySQL < 5.0.12 stacked queries (BENCHMARK )</title >
109109 <stype >4</stype >
110110 <level >5</level >
111111 <risk >2</risk >
Original file line number Diff line number Diff line change 169169 </test >
170170
171171 <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 >
173173 <stype >5</stype >
174174 <level >2</level >
175175 <risk >2</risk >
189189 </test >
190190
191191 <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 >
193193 <stype >5</stype >
194194 <level >2</level >
195195 <risk >3</risk >
209209 </test >
210210
211211 <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 >
213213 <stype >5</stype >
214214 <level >5</level >
215215 <risk >2</risk >
230230 </test >
231231
232232 <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 >
234234 <stype >5</stype >
235235 <level >5</level >
236236 <risk >3</risk >
15001500 </test >
15011501
15021502 <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 >
15041504 <stype >5</stype >
15051505 <level >4</level >
15061506 <risk >2</risk >
18541854 </test >
18551855
18561856 <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 >
18581858 <stype >5</stype >
18591859 <level >4</level >
18601860 <risk >2</risk >
Original file line number Diff line number Diff line change 2020from thirdparty .six import unichr as _unichr
2121
2222# sqlmap version (<major>.<minor>.<month>.<monthly commit>)
23- VERSION = "1.5.11.5 "
23+ VERSION = "1.5.11.6 "
2424TYPE = "dev" if VERSION .count ('.' ) > 2 and VERSION .split ('.' )[- 1 ] != '0' else "stable"
2525TYPE_COLORS = {"dev" : 33 , "stable" : 90 , "pip" : 34 }
2626VERSION_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