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.1.18 "
22+ VERSION = "1.2.1.19 "
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 @@ ffa5f01f39b17c8d73423acca6cfe86a lib/core/readlineng.py
46460c3eef46bdbf87e29a3f95f90240d192 lib/core/replication.py
4747a7db43859b61569b601b97f187dd31c5 lib/core/revision.py
4848fcb74fcc9577523524659ec49e2e964b lib/core/session.py
49- 1349fdfa1f60244969299a4431024420 lib/core/settings.py
49+ 0fe2ab6fe688d723c96b1f0326d4bdb5 lib/core/settings.py
5050d0adc28a38e43a787df4471f7f027413 lib/core/shell.py
515163491be462c515a1a3880c27c2acc4a2 lib/core/subprocessng.py
5252505aaa61e1bba3c3d4567c3e667699e3 lib/core/target.py
@@ -461,7 +461,7 @@ d989813ee377252bca2103cea524c06b xml/banner/sharepoint.xml
461461350605448f049cd982554123a75f11e1 xml/banner/x-aspnet-version.xml
462462817078783e1edaa492773d3b34d8eef0 xml/banner/x-powered-by.xml
463463fb93505ef0ab3b4a20900f3e5625260d xml/boundaries.xml
464- 9567590d35dfd9f214b9979e6000b139 xml/errors.xml
464+ 0d0d4bd0e06c99dd8eb4f92acc25caf3 xml/errors.xml
465465a279656ea3fcb85c727249b02f828383 xml/livetests.xml
46646614a2abeb88b00ab489359d0dd7a3017f xml/payloads/boolean_blind.xml
467467b5b8b0aebce810e6cdda1b7106c96427 xml/payloads/error_based.xml
Original file line number Diff line number Diff line change 66 <error regexp =" SQL syntax.*?MySQL" />
77 <error regexp =" Warning.*?mysql_" />
88 <error regexp =" MySqlException \(0x" />
9+ <error regexp =" MySQLSyntaxErrorException" />
910 <error regexp =" valid MySQL result" />
1011 <error regexp =" check the manual that corresponds to your (MySQL|MariaDB) server version" />
1112 <error regexp =" MySqlClient\." />
1213 <error regexp =" com\.mysql\.jdbc\.exceptions" />
14+ <error regexp =" Zend_Db_Statement_Mysqli_Exception" />
1315 </dbms >
1416
1517 <!-- PostgreSQL -->
3537 <error regexp =" Microsoft SQL Native Client error '[0-9a-fA-F]{8}" />
3638 <error regexp =" com\.microsoft\.sqlserver\.jdbc\.SQLServerException" />
3739 <error regexp =" ODBC SQL Server Driver" />
40+ <error regexp =" ODBC Driver \d+ for SQL Server" />
3841 <error regexp =" SQLServer JDBC Driver" />
3942 <error regexp =" macromedia\.jdbc\.sqlserver" />
4043 <error regexp =" com\.jnetdirect\.jsql" />
44+ <error regexp =" SQLSrvException" />
4145 </dbms >
4246
4347 <!-- Microsoft Access -->
You can’t perform that action at this time.
0 commit comments