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 86a3569 commit 98b77d3Copy full SHA for 98b77d3
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.63"
+VERSION = "1.0.6.64"
23
REVISION = getRevisionNumber()
24
STABLE = VERSION.count('.') <= 2
25
VERSION_STRING = "sqlmap/%s#%s" % (VERSION, "stable" if STABLE else "dev")
xml/errors.xml
@@ -34,6 +34,7 @@
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
+ <error regexp="ODBC SQL Server Driver"/>
38
</dbms>
39
40
<!-- Microsoft Access -->
0 commit comments