mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 09:36:35 +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
|
||||
|
||||
# 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")
|
||||
|
|
|
@ -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 -->
|
||||
|
|
Loading…
Reference in New Issue
Block a user