Some more Informix error regexes

This commit is contained in:
Miroslav Stampar 2016-07-04 10:03:36 +02:00
parent dd082ef79d
commit 53289b0234
2 changed files with 5 additions and 3 deletions

View File

@ -19,7 +19,7 @@ from lib.core.enums import OS
from lib.core.revision import getRevisionNumber from lib.core.revision import getRevisionNumber
# sqlmap version (<major>.<minor>.<month>.<monthly commit>) # sqlmap version (<major>.<minor>.<month>.<monthly commit>)
VERSION = "1.0.7.3" VERSION = "1.0.7.4"
REVISION = getRevisionNumber() REVISION = getRevisionNumber()
STABLE = VERSION.count('.') <= 2 STABLE = VERSION.count('.') <= 2
VERSION_STRING = "sqlmap/%s#%s" % (VERSION, "stable" if STABLE else "dev") VERSION_STRING = "sqlmap/%s#%s" % (VERSION, "stable" if STABLE else "dev")

View File

@ -66,6 +66,8 @@
<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="com\.informix\.jdbc"/>
<error regexp="weblogic\.jdbc\.informix"/>
</dbms> </dbms>
<!-- Interbase/Firebird --> <!-- Interbase/Firebird -->
@ -77,8 +79,8 @@
<!-- SQLite --> <!-- SQLite -->
<dbms value="SQLite"> <dbms value="SQLite">
<error regexp="SQLite/JDBCDriver"/> <error regexp="SQLite/JDBCDriver"/>
<error regexp="SQLite.Exception"/> <error regexp="SQLite\.Exception"/>
<error regexp="System.Data.SQLite.SQLiteException"/> <error regexp="System\.Data\.SQLite\.SQLiteException"/>
<error regexp="Warning.*sqlite_.*"/> <error regexp="Warning.*sqlite_.*"/>
<error regexp="Warning.*SQLite3::"/> <error regexp="Warning.*SQLite3::"/>
<error regexp="\[SQLITE_ERROR\]"/> <error regexp="\[SQLITE_ERROR\]"/>