Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 65a0f15

Browse files
committed
Minor update (error regex for PHP's sqlsrv module)
1 parent 98b77d3 commit 65a0f15

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

lib/core/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
from lib.core.revision import getRevisionNumber
2020

2121
# sqlmap version (<major>.<minor>.<month>.<monthly commit>)
22-
VERSION = "1.0.6.64"
22+
VERSION = "1.0.6.65"
2323
REVISION = getRevisionNumber()
2424
STABLE = VERSION.count('.') <= 2
2525
VERSION_STRING = "sqlmap/%s#%s" % (VERSION, "stable" if STABLE else "dev")

xml/errors.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<error regexp="Driver.* SQL[\-\_\ ]*Server"/>
2929
<error regexp="OLE DB.* SQL Server"/>
3030
<error regexp="\bSQL Server.*Driver"/>
31-
<error regexp="Warning.*mssql_.*"/>
31+
<error regexp="Warning.*(mssql|sqlsrv)_"/>
3232
<error regexp="\bSQL Server.*[0-9a-fA-F]{8}"/>
3333
<error regexp="(?s)Exception.*\WSystem\.Data\.SqlClient\."/>
3434
<error regexp="(?s)Exception.*\WRoadhouse\.Cms\."/>

0 commit comments

Comments
 (0)