mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-01-24 00:04:23 +03:00
New error regex for MsSQL
This commit is contained in:
parent
f91ae32284
commit
a4b60dc00f
|
@ -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.6.56"
|
VERSION = "1.0.6.57"
|
||||||
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")
|
||||||
|
|
|
@ -33,6 +33,7 @@
|
||||||
<error regexp="(?s)Exception.*\WSystem\.Data\.SqlClient\."/>
|
<error regexp="(?s)Exception.*\WSystem\.Data\.SqlClient\."/>
|
||||||
<error regexp="(?s)Exception.*\WRoadhouse\.Cms\."/>
|
<error regexp="(?s)Exception.*\WRoadhouse\.Cms\."/>
|
||||||
<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"/>
|
||||||
</dbms>
|
</dbms>
|
||||||
|
|
||||||
<!-- Microsoft Access -->
|
<!-- Microsoft Access -->
|
||||||
|
|
Loading…
Reference in New Issue
Block a user