File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919from lib .core .enums import OS
2020
2121# sqlmap version (<major>.<minor>.<month>.<monthly commit>)
22- VERSION = "1.1.9.16 "
22+ VERSION = "1.1.9.17 "
2323TYPE = "dev" if VERSION .count ('.' ) > 2 and VERSION .split ('.' )[- 1 ] != '0' else "stable"
2424TYPE_COLORS = {"dev" : 33 , "stable" : 90 , "pip" : 34 }
2525VERSION_STRING = "sqlmap/%s#%s" % ('.' .join (VERSION .split ('.' )[:- 1 ]) if VERSION .count ('.' ) > 2 and VERSION .split ('.' )[- 1 ] == '0' else VERSION , TYPE )
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ a44d7a4cc6c9a67a72d6af2f25f4ddac lib/core/exception.py
4646d8e9250f3775119df07e9070eddccd16 lib/core/replication.py
4747785f86e3f963fa3798f84286a4e83ff2 lib/core/revision.py
484840c80b28b3a5819b737a5a17d4565ae9 lib/core/session.py
49- 8c9f54349f35bb47b8f1b2899be65ee8 lib/core/settings.py
49+ a68c970393d16970207aa9799f9772e0 lib/core/settings.py
5050d91291997d2bd2f6028aaf371bf1d3b6 lib/core/shell.py
51512ad85c130cc5f2b3701ea85c2f6bbf20 lib/core/subprocessng.py
5252effc153067a00bd43461bfc1cdec1122 lib/core/target.py
@@ -456,7 +456,7 @@ fb93505ef0ab3b4a20900f3e5625260d xml/boundaries.xml
456456535d625cff8418bdc086ab4e1bbf5135 xml/errors.xml
457457a279656ea3fcb85c727249b02f828383 xml/livetests.xml
45845814a2abeb88b00ab489359d0dd7a3017f xml/payloads/boolean_blind.xml
459- 5a4ec9aaac9129205b88f2a7df9ffb27 xml/payloads/error_based.xml
459+ b5b8b0aebce810e6cdda1b7106c96427 xml/payloads/error_based.xml
46046006b1a210b190d52477a9d492443725b5 xml/payloads/inline_query.xml
4614613194e2688a7576e1f877d5b137f7c260 xml/payloads/stacked_queries.xml
462462c2d8dd03db5a663e79eabb4495dd0723 xml/payloads/time_blind.xml
Original file line number Diff line number Diff line change 2828
2929 <test >
3030 <!-- It does not work against ORDER BY or GROUP BY clause -->
31- <title >MySQL > = 5.5 OR error-based - WHERE, HAVING clause (BIGINT UNSIGNED)</title >
31+ <title >MySQL > = 5.5 OR error-based - WHERE or HAVING clause (BIGINT UNSIGNED)</title >
3232 <stype >2</stype >
3333 <level >4</level >
3434 <risk >3</risk >
7272 </test >
7373
7474 <test >
75- <title >MySQL > = 5.5 OR error-based - WHERE, HAVING clause (EXP)</title >
75+ <title >MySQL > = 5.5 OR error-based - WHERE or HAVING clause (EXP)</title >
7676 <stype >2</stype >
7777 <level >4</level >
7878 <risk >3</risk >
113113
114114 <test >
115115 <!-- It does not work against ORDER BY or GROUP BY clause -->
116- <title >MySQL > = 5.7.8 OR error-based - WHERE, HAVING clause (JSON_KEYS)</title >
116+ <title >MySQL > = 5.7.8 OR error-based - WHERE or HAVING clause (JSON_KEYS)</title >
117117 <stype >2</stype >
118118 <level >5</level >
119119 <risk >3</risk >
305305
306306 <test >
307307 <!-- It does not work against ORDER BY or GROUP BY clause -->
308- <title >MySQL > = 4.1 OR error-based - WHERE, HAVING clause (FLOOR)</title >
308+ <title >MySQL > = 4.1 OR error-based - WHERE or HAVING clause (FLOOR)</title >
309309 <stype >2</stype >
310310 <level >2</level >
311311 <risk >3</risk >
You can’t perform that action at this time.
0 commit comments