Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f91ae32 commit a4b60dcCopy full SHA for a4b60dc
2 files changed
lib/core/settings.py
@@ -19,7 +19,7 @@
19
from lib.core.revision import getRevisionNumber
20
21
# sqlmap version (<major>.<minor>.<month>.<monthly commit>)
22
-VERSION = "1.0.6.56"
+VERSION = "1.0.6.57"
23
REVISION = getRevisionNumber()
24
STABLE = VERSION.count('.') <= 2
25
VERSION_STRING = "sqlmap/%s#%s" % (VERSION, "stable" if STABLE else "dev")
xml/errors.xml
@@ -33,6 +33,7 @@
33
<error regexp="(?s)Exception.*\WSystem\.Data\.SqlClient\."/>
34
<error regexp="(?s)Exception.*\WRoadhouse\.Cms\."/>
35
<error regexp="Microsoft SQL Native Client.*[0-9a-fA-F]{8}"/>
36
+ <error regexp="com\.microsoft\.sqlserver\.jdbc\.SQLServerException"/>
37
</dbms>
38
39
<!-- Microsoft Access -->
0 commit comments