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.2.10.29 "
22+ VERSION = "1.2.10.30 "
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 @@ -49,7 +49,7 @@ c8c386d644d57c659d74542f5f57f632 lib/core/patch.py
49490c3eef46bdbf87e29a3f95f90240d192 lib/core/replication.py
5050a7db43859b61569b601b97f187dd31c5 lib/core/revision.py
5151fcb74fcc9577523524659ec49e2e964b lib/core/session.py
52- 77783316b43fe36fee4d5a987d4c612b lib/core/settings.py
52+ 8abd15c74363a1de79976adeb95fba4a lib/core/settings.py
5353dd68a9d02fccb4fa1428b20e15b0db5d lib/core/shell.py
5454a7edc9250d13af36ac0108f259859c19 lib/core/subprocessng.py
555547ad325975ab21fc9f11d90b46d0d143 lib/core/target.py
@@ -476,7 +476,7 @@ d989813ee377252bca2103cea524c06b xml/banner/sharepoint.xml
476476350605448f049cd982554123a75f11e1 xml/banner/x-aspnet-version.xml
477477ccb5e02a692f75d11b7fd00f1db48bf5 xml/banner/x-powered-by.xml
478478385570003bf7d84f2502191eae8268c6 xml/boundaries.xml
479- 6cffc395cd0280f5c1a84542da6642e5 xml/errors.xml
479+ a676d93d413b07d36495201d88671253 xml/errors.xml
480480a279656ea3fcb85c727249b02f828383 xml/livetests.xml
48148111547289b99eaced5b55185a3230529a xml/payloads/boolean_blind.xml
4824820656ba4132cd02477be90e65a7ddf6ce xml/payloads/error_based.xml
Original file line number Diff line number Diff line change 135135 <error regexp =" Unexpected token.*?in statement \[" />
136136 </dbms >
137137
138+ <!-- H2 -->
139+ <dbms value =" H2" >
140+ <error regexp =" org\.h2\.jdbc" />
141+ </dbms >
142+
138143</root >
You can’t perform that action at this time.
0 commit comments