Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 53289b0

Browse files
committed
Some more Informix error regexes
1 parent dd082ef commit 53289b0

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

lib/core/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
from lib.core.revision import getRevisionNumber
2020

2121
# sqlmap version (<major>.<minor>.<month>.<monthly commit>)
22-
VERSION = "1.0.7.3"
22+
VERSION = "1.0.7.4"
2323
REVISION = getRevisionNumber()
2424
STABLE = VERSION.count('.') <= 2
2525
VERSION_STRING = "sqlmap/%s#%s" % (VERSION, "stable" if STABLE else "dev")

xml/errors.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@
6666
<dbms value="Informix">
6767
<error regexp="Exception.*Informix"/>
6868
<error regexp="Informix ODBC Driver"/>
69+
<error regexp="com\.informix\.jdbc"/>
70+
<error regexp="weblogic\.jdbc\.informix"/>
6971
</dbms>
7072

7173
<!-- Interbase/Firebird -->
@@ -77,8 +79,8 @@
7779
<!-- SQLite -->
7880
<dbms value="SQLite">
7981
<error regexp="SQLite/JDBCDriver"/>
80-
<error regexp="SQLite.Exception"/>
81-
<error regexp="System.Data.SQLite.SQLiteException"/>
82+
<error regexp="SQLite\.Exception"/>
83+
<error regexp="System\.Data\.SQLite\.SQLiteException"/>
8284
<error regexp="Warning.*sqlite_.*"/>
8385
<error regexp="Warning.*SQLite3::"/>
8486
<error regexp="\[SQLITE_ERROR\]"/>

0 commit comments

Comments
 (0)