More error regexes

This commit is contained in:
Miroslav Stampar 2016-07-04 17:24:17 +02:00
parent 53289b0234
commit 2e2c62b6a7
2 changed files with 5 additions and 1 deletions

View File

@ -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.4"
VERSION = "1.0.7.5"
REVISION = getRevisionNumber()
STABLE = VERSION.count('.') <= 2
VERSION_STRING = "sqlmap/%s#%s" % (VERSION, "stable" if STABLE else "dev")

View File

@ -35,6 +35,9 @@
<error regexp="Microsoft SQL Native Client.*[0-9a-fA-F]{8}"/>
<error regexp="com\.microsoft\.sqlserver\.jdbc\.SQLServerException"/>
<error regexp="ODBC SQL Server Driver"/>
<error regexp="SQLServer JDBC Driver"/>
<error regexp="macromedia\.jdbc\.sqlserverbase"/>
<error regexp="com\.jnetdirect\.jsql"/>
</dbms>
<!-- Microsoft Access -->
@ -52,6 +55,7 @@
<error regexp="Oracle.*Driver"/>
<error regexp="Warning.*\Woci_.*"/>
<error regexp="Warning.*\Wora_.*"/>
<error regexp="oracle\.jdbc\.driver"/>
</dbms>
<!-- IBM DB2 -->