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

Skip to content

Commit 2e2c62b

Browse files
committed
More error regexes
1 parent 53289b0 commit 2e2c62b

2 files changed

Lines changed: 5 additions & 1 deletion

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.4"
22+
VERSION = "1.0.7.5"
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 & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@
3535
<error regexp="Microsoft SQL Native Client.*[0-9a-fA-F]{8}"/>
3636
<error regexp="com\.microsoft\.sqlserver\.jdbc\.SQLServerException"/>
3737
<error regexp="ODBC SQL Server Driver"/>
38+
<error regexp="SQLServer JDBC Driver"/>
39+
<error regexp="macromedia\.jdbc\.sqlserverbase"/>
40+
<error regexp="com\.jnetdirect\.jsql"/>
3841
</dbms>
3942

4043
<!-- Microsoft Access -->
@@ -52,6 +55,7 @@
5255
<error regexp="Oracle.*Driver"/>
5356
<error regexp="Warning.*\Woci_.*"/>
5457
<error regexp="Warning.*\Wora_.*"/>
58+
<error regexp="oracle\.jdbc\.driver"/>
5559
</dbms>
5660

5761
<!-- IBM DB2 -->

0 commit comments

Comments
 (0)