mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 17:46:37 +03:00
Update of error message regexes
This commit is contained in:
parent
66d26f67bf
commit
f04584bb68
|
@ -11,8 +11,8 @@
|
||||||
<error regexp="check the manual that corresponds to your (MySQL|MariaDB) server version"/>
|
<error regexp="check the manual that corresponds to your (MySQL|MariaDB) server version"/>
|
||||||
<error regexp="Unknown column '[^ ]+' in 'field list'"/>
|
<error regexp="Unknown column '[^ ]+' in 'field list'"/>
|
||||||
<error regexp="MySqlClient\."/>
|
<error regexp="MySqlClient\."/>
|
||||||
<error regexp="com\.mysql\.jdbc\.exceptions"/>
|
|
||||||
<error regexp="Zend_Db_Statement_Mysqli_Exception"/>
|
<error regexp="Zend_Db_Statement_Mysqli_Exception"/>
|
||||||
|
<error regexp="com\.mysql\.jdbc"/>
|
||||||
</dbms>
|
</dbms>
|
||||||
|
|
||||||
<!-- PostgreSQL -->
|
<!-- PostgreSQL -->
|
||||||
|
@ -24,6 +24,9 @@
|
||||||
<error regexp="PG::SyntaxError:"/>
|
<error regexp="PG::SyntaxError:"/>
|
||||||
<error regexp="org\.postgresql\.util\.PSQLException"/>
|
<error regexp="org\.postgresql\.util\.PSQLException"/>
|
||||||
<error regexp="ERROR:\s\ssyntax error at or near"/>
|
<error regexp="ERROR:\s\ssyntax error at or near"/>
|
||||||
|
<error regexp="ERROR: parser: parse error at or near"/>
|
||||||
|
<error regexp="PostgreSQL query failed"/>
|
||||||
|
<error regexp="org\.postgresql\.jdbc"/>
|
||||||
</dbms>
|
</dbms>
|
||||||
|
|
||||||
<!-- Microsoft SQL Server -->
|
<!-- Microsoft SQL Server -->
|
||||||
|
@ -36,13 +39,14 @@
|
||||||
<error regexp="System\.Data\.SqlClient\.SqlException"/>
|
<error regexp="System\.Data\.SqlClient\.SqlException"/>
|
||||||
<error regexp="(?s)Exception.*?\WRoadhouse\.Cms\."/>
|
<error regexp="(?s)Exception.*?\WRoadhouse\.Cms\."/>
|
||||||
<error regexp="Microsoft SQL Native Client error '[0-9a-fA-F]{8}"/>
|
<error regexp="Microsoft SQL Native Client error '[0-9a-fA-F]{8}"/>
|
||||||
<error regexp="com\.microsoft\.sqlserver\.jdbc\.SQLServerException"/>
|
<error regexp="\[SQL Server\]"/>
|
||||||
<error regexp="ODBC SQL Server Driver"/>
|
<error regexp="ODBC SQL Server Driver"/>
|
||||||
<error regexp="ODBC Driver \d+ for SQL Server"/>
|
<error regexp="ODBC Driver \d+ for SQL Server"/>
|
||||||
<error regexp="SQLServer JDBC Driver"/>
|
<error regexp="SQLServer JDBC Driver"/>
|
||||||
<error regexp="macromedia\.jdbc\.sqlserver"/>
|
|
||||||
<error regexp="com\.jnetdirect\.jsql"/>
|
<error regexp="com\.jnetdirect\.jsql"/>
|
||||||
<error regexp="SQLSrvException"/>
|
<error regexp="SQLSrvException"/>
|
||||||
|
<error regexp="macromedia\.jdbc\.sqlserver"/>
|
||||||
|
<error regexp="com\.microsoft\.sqlserver\.jdbc"/>
|
||||||
</dbms>
|
</dbms>
|
||||||
|
|
||||||
<!-- Microsoft Access -->
|
<!-- Microsoft Access -->
|
||||||
|
@ -61,9 +65,10 @@
|
||||||
<error regexp="Oracle.*?Driver"/>
|
<error regexp="Oracle.*?Driver"/>
|
||||||
<error regexp="Warning.*?\Woci_"/>
|
<error regexp="Warning.*?\Woci_"/>
|
||||||
<error regexp="Warning.*?\Wora_"/>
|
<error regexp="Warning.*?\Wora_"/>
|
||||||
<error regexp="oracle\.jdbc\.driver"/>
|
|
||||||
<error regexp="quoted string not properly terminated"/>
|
<error regexp="quoted string not properly terminated"/>
|
||||||
<error regexp="SQL command not properly ended"/>
|
<error regexp="SQL command not properly ended"/>
|
||||||
|
<error regexp="macromedia\.jdbc\.oracle"/>
|
||||||
|
<error regexp="oracle\.jdbc"/>
|
||||||
</dbms>
|
</dbms>
|
||||||
|
|
||||||
<!-- IBM DB2 -->
|
<!-- IBM DB2 -->
|
||||||
|
@ -72,12 +77,14 @@
|
||||||
<error regexp="DB2 SQL error"/>
|
<error regexp="DB2 SQL error"/>
|
||||||
<error regexp="\bdb2_\w+\("/>
|
<error regexp="\bdb2_\w+\("/>
|
||||||
<error regexp="SQLSTATE.+SQLCODE"/>
|
<error regexp="SQLSTATE.+SQLCODE"/>
|
||||||
|
<error regexp="com\.ibm\.db2\.jcc"/>
|
||||||
</dbms>
|
</dbms>
|
||||||
|
|
||||||
<!-- Informix -->
|
<!-- Informix -->
|
||||||
<dbms value="Informix">
|
<dbms value="Informix">
|
||||||
<error regexp="Exception.*?Informix"/>
|
<error regexp="Exception.*?Informix"/>
|
||||||
<error regexp="Informix ODBC Driver"/>
|
<error regexp="Informix ODBC Driver"/>
|
||||||
|
<error regexp="ODBC Informix driver"/>
|
||||||
<error regexp="com\.informix\.jdbc"/>
|
<error regexp="com\.informix\.jdbc"/>
|
||||||
<error regexp="weblogic\.jdbc\.informix"/>
|
<error regexp="weblogic\.jdbc\.informix"/>
|
||||||
</dbms>
|
</dbms>
|
||||||
|
@ -86,6 +93,7 @@
|
||||||
<dbms value="Firebird">
|
<dbms value="Firebird">
|
||||||
<error regexp="Dynamic SQL Error"/>
|
<error regexp="Dynamic SQL Error"/>
|
||||||
<error regexp="Warning.*?ibase_"/>
|
<error regexp="Warning.*?ibase_"/>
|
||||||
|
<error regexp="org\.firebirdsql\.jdbc"/>
|
||||||
</dbms>
|
</dbms>
|
||||||
|
|
||||||
<!-- SQLite -->
|
<!-- SQLite -->
|
||||||
|
@ -98,12 +106,16 @@
|
||||||
<error regexp="\[SQLITE_ERROR\]"/>
|
<error regexp="\[SQLITE_ERROR\]"/>
|
||||||
<error regexp="SQLite error \d+:"/>
|
<error regexp="SQLite error \d+:"/>
|
||||||
<error regexp="sqlite3.OperationalError:"/>
|
<error regexp="sqlite3.OperationalError:"/>
|
||||||
|
<error regexp="SQLite3::SQLException"/>
|
||||||
|
<error regexp="org\.sqlite\.JDBC"/>
|
||||||
</dbms>
|
</dbms>
|
||||||
|
|
||||||
<!-- SAP MaxDB -->
|
<!-- SAP MaxDB -->
|
||||||
<dbms value="SAP MaxDB">
|
<dbms value="SAP MaxDB">
|
||||||
<error regexp="SQL error.*?POS([0-9]+)"/>
|
<error regexp="SQL error.*?POS([0-9]+)"/>
|
||||||
<error regexp="Warning.*?maxdb"/>
|
<error regexp="Warning.*?maxdb"/>
|
||||||
|
<error regexp="DriverSapDB"/>
|
||||||
|
<error regexp="com\.sap\.dbtech\.jdbc"/>
|
||||||
</dbms>
|
</dbms>
|
||||||
|
|
||||||
<!-- Sybase -->
|
<!-- Sybase -->
|
||||||
|
@ -120,6 +132,7 @@
|
||||||
<error regexp="Warning.*?ingres_"/>
|
<error regexp="Warning.*?ingres_"/>
|
||||||
<error regexp="Ingres SQLSTATE"/>
|
<error regexp="Ingres SQLSTATE"/>
|
||||||
<error regexp="Ingres\W.*?Driver"/>
|
<error regexp="Ingres\W.*?Driver"/>
|
||||||
|
<error regexp="com\.ingres\.gcf\.jdbc"/>
|
||||||
</dbms>
|
</dbms>
|
||||||
|
|
||||||
<!-- Frontbase -->
|
<!-- Frontbase -->
|
||||||
|
@ -130,14 +143,13 @@
|
||||||
|
|
||||||
<!-- HSQLDB -->
|
<!-- HSQLDB -->
|
||||||
<dbms value="HSQLDB">
|
<dbms value="HSQLDB">
|
||||||
<error regexp="org\.hsqldb\.jdbc"/>
|
|
||||||
<error regexp="Unexpected end of command in statement \["/>
|
<error regexp="Unexpected end of command in statement \["/>
|
||||||
<error regexp="Unexpected token.*?in statement \["/>
|
<error regexp="Unexpected token.*?in statement \["/>
|
||||||
|
<error regexp="org\.hsqldb\.jdbc"/>
|
||||||
</dbms>
|
</dbms>
|
||||||
|
|
||||||
<!-- H2 -->
|
<!-- H2 -->
|
||||||
<dbms value="H2">
|
<dbms value="H2">
|
||||||
<error regexp="org\.h2\.jdbc"/>
|
<error regexp="org\.h2\.jdbc"/>
|
||||||
</dbms>
|
</dbms>
|
||||||
|
|
||||||
</root>
|
</root>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user