mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
Some more Informix error regexes
This commit is contained in:
parent
dd082ef79d
commit
53289b0234
2 changed files with 5 additions and 3 deletions
|
|
@ -66,6 +66,8 @@
|
|||
<dbms value="Informix">
|
||||
<error regexp="Exception.*Informix"/>
|
||||
<error regexp="Informix ODBC Driver"/>
|
||||
<error regexp="com\.informix\.jdbc"/>
|
||||
<error regexp="weblogic\.jdbc\.informix"/>
|
||||
</dbms>
|
||||
|
||||
<!-- Interbase/Firebird -->
|
||||
|
|
@ -77,8 +79,8 @@
|
|||
<!-- SQLite -->
|
||||
<dbms value="SQLite">
|
||||
<error regexp="SQLite/JDBCDriver"/>
|
||||
<error regexp="SQLite.Exception"/>
|
||||
<error regexp="System.Data.SQLite.SQLiteException"/>
|
||||
<error regexp="SQLite\.Exception"/>
|
||||
<error regexp="System\.Data\.SQLite\.SQLiteException"/>
|
||||
<error regexp="Warning.*sqlite_.*"/>
|
||||
<error regexp="Warning.*SQLite3::"/>
|
||||
<error regexp="\[SQLITE_ERROR\]"/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue