mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-01-23 15:54:24 +03:00
Some more Informix error regexes
This commit is contained in:
parent
dd082ef79d
commit
53289b0234
|
@ -19,7 +19,7 @@ from lib.core.enums import OS
|
|||
from lib.core.revision import getRevisionNumber
|
||||
|
||||
# sqlmap version (<major>.<minor>.<month>.<monthly commit>)
|
||||
VERSION = "1.0.7.3"
|
||||
VERSION = "1.0.7.4"
|
||||
REVISION = getRevisionNumber()
|
||||
STABLE = VERSION.count('.') <= 2
|
||||
VERSION_STRING = "sqlmap/%s#%s" % (VERSION, "stable" if STABLE else "dev")
|
||||
|
|
|
@ -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…
Reference in New Issue
Block a user