mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-05-01 06:13:44 +03:00
More error regexes
This commit is contained in:
parent
53289b0234
commit
2e2c62b6a7
|
@ -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.4"
|
VERSION = "1.0.7.5"
|
||||||
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")
|
||||||
|
|
|
@ -35,6 +35,9 @@
|
||||||
<error regexp="Microsoft SQL Native Client.*[0-9a-fA-F]{8}"/>
|
<error regexp="Microsoft SQL Native Client.*[0-9a-fA-F]{8}"/>
|
||||||
<error regexp="com\.microsoft\.sqlserver\.jdbc\.SQLServerException"/>
|
<error regexp="com\.microsoft\.sqlserver\.jdbc\.SQLServerException"/>
|
||||||
<error regexp="ODBC SQL Server Driver"/>
|
<error regexp="ODBC SQL Server Driver"/>
|
||||||
|
<error regexp="SQLServer JDBC Driver"/>
|
||||||
|
<error regexp="macromedia\.jdbc\.sqlserverbase"/>
|
||||||
|
<error regexp="com\.jnetdirect\.jsql"/>
|
||||||
</dbms>
|
</dbms>
|
||||||
|
|
||||||
<!-- Microsoft Access -->
|
<!-- Microsoft Access -->
|
||||||
|
@ -52,6 +55,7 @@
|
||||||
<error regexp="Oracle.*Driver"/>
|
<error regexp="Oracle.*Driver"/>
|
||||||
<error regexp="Warning.*\Woci_.*"/>
|
<error regexp="Warning.*\Woci_.*"/>
|
||||||
<error regexp="Warning.*\Wora_.*"/>
|
<error regexp="Warning.*\Wora_.*"/>
|
||||||
|
<error regexp="oracle\.jdbc\.driver"/>
|
||||||
</dbms>
|
</dbms>
|
||||||
|
|
||||||
<!-- IBM DB2 -->
|
<!-- IBM DB2 -->
|
||||||
|
|
Loading…
Reference in New Issue
Block a user