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 305bfd9 commit ac08db8Copy full SHA for ac08db8
2 files changed
lib/core/settings.py
@@ -20,7 +20,7 @@
20
from lib.core.revision import getRevisionNumber
21
22
# sqlmap version (<major>.<minor>.<month>.<monthly commit>)
23
-VERSION = "1.0.4.2"
+VERSION = "1.0.4.3"
24
REVISION = getRevisionNumber()
25
STABLE = VERSION.count('.') <= 2
26
VERSION_STRING = "sqlmap/%s#%s" % (VERSION, "stable" if STABLE else "dev")
xml/errors.xml
@@ -31,6 +31,7 @@
31
<error regexp="\bSQL Server.*[0-9a-fA-F]{8}"/>
32
<error regexp="(?s)Exception.*\WSystem\.Data\.SqlClient\."/>
33
<error regexp="(?s)Exception.*\WRoadhouse\.Cms\."/>
34
+ <error regexp="Microsoft SQL Native Client.*[0-9a-fA-F]{8}"/>
35
</dbms>
36
37
<!-- Microsoft Access -->
0 commit comments