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 98b77d3 commit 65a0f15Copy full SHA for 65a0f15
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.64"
+VERSION = "1.0.6.65"
23
REVISION = getRevisionNumber()
24
STABLE = VERSION.count('.') <= 2
25
VERSION_STRING = "sqlmap/%s#%s" % (VERSION, "stable" if STABLE else "dev")
xml/errors.xml
@@ -28,7 +28,7 @@
28
<error regexp="Driver.* SQL[\-\_\ ]*Server"/>
29
<error regexp="OLE DB.* SQL Server"/>
30
<error regexp="\bSQL Server.*Driver"/>
31
- <error regexp="Warning.*mssql_.*"/>
+ <error regexp="Warning.*(mssql|sqlsrv)_"/>
32
<error regexp="\bSQL Server.*[0-9a-fA-F]{8}"/>
33
<error regexp="(?s)Exception.*\WSystem\.Data\.SqlClient\."/>
34
<error regexp="(?s)Exception.*\WRoadhouse\.Cms\."/>
0 commit comments