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

Skip to content

Commit ac08db8

Browse files
committed
Including one more error regex (based on testasp[.]vulnweb[.]com)
1 parent 305bfd9 commit ac08db8

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

lib/core/settings.py

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

2222
# sqlmap version (<major>.<minor>.<month>.<monthly commit>)
23-
VERSION = "1.0.4.2"
23+
VERSION = "1.0.4.3"
2424
REVISION = getRevisionNumber()
2525
STABLE = VERSION.count('.') <= 2
2626
VERSION_STRING = "sqlmap/%s#%s" % (VERSION, "stable" if STABLE else "dev")

xml/errors.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
<error regexp="\bSQL Server.*[0-9a-fA-F]{8}"/>
3232
<error regexp="(?s)Exception.*\WSystem\.Data\.SqlClient\."/>
3333
<error regexp="(?s)Exception.*\WRoadhouse\.Cms\."/>
34+
<error regexp="Microsoft SQL Native Client.*[0-9a-fA-F]{8}"/>
3435
</dbms>
3536

3637
<!-- Microsoft Access -->

0 commit comments

Comments
 (0)