diff --git a/extra/mssqlsig/update.py b/extra/mssqlsig/update.py
index 5bcda5013..368558bf4 100644
--- a/extra/mssqlsig/update.py
+++ b/extra/mssqlsig/update.py
@@ -74,7 +74,7 @@ def updateMSSQLXML():
stopIdx = mssqlVersionsHtmlString.index("SQL Server %s Builds" % releases[index + 1])
mssqlVersionsReleaseString = mssqlVersionsHtmlString[startIdx:stopIdx]
- servicepackVersion = re.findall("
[7\.0|2000|2005|2008|2008 R2]*(.*?) | [\r]*\n", mssqlVersionsReleaseString, re.I)
+ servicepackVersion = re.findall("(7\.0|2000|2005|2008|2008 R2)*(.*?) | [\r]*\n", mssqlVersionsReleaseString, re.I)
for servicePack, version in servicepackVersion:
if servicePack.startswith(" "):
diff --git a/lib/core/settings.py b/lib/core/settings.py
index 2770d440d..9421862a2 100755
--- a/lib/core/settings.py
+++ b/lib/core/settings.py
@@ -19,7 +19,7 @@ from lib.core.enums import DBMS_DIRECTORY_NAME
from lib.core.enums import OS
# sqlmap version (...)
-VERSION = "1.1.4.25"
+VERSION = "1.1.4.26"
TYPE = "dev" if VERSION.count('.') > 2 and VERSION.split('.')[-1] != '0' else "stable"
TYPE_COLORS = {"dev": 33, "stable": 90, "pip": 34}
VERSION_STRING = "sqlmap/%s#%s" % ('.'.join(VERSION.split('.')[:-1]) if VERSION.count('.') > 2 and VERSION.split('.')[-1] == '0' else VERSION, TYPE)
diff --git a/txt/checksum.md5 b/txt/checksum.md5
index 3185c347a..7d62b265c 100644
--- a/txt/checksum.md5
+++ b/txt/checksum.md5
@@ -8,7 +8,7 @@ acba8b5dc93db0fe6b2b04ff0138c33c extra/icmpsh/icmpsh.exe_
2176d964f2d5ba2d871383d6a1868b8f extra/icmpsh/icmpsh_m.py
2d020d2bdcee1170805f48839fdb89df extra/icmpsh/__init__.py
310efc965c862cfbd7b0da5150a5ad36 extra/__init__.py
-20dd956898077268ce1acc017ecdbfd7 extra/mssqlsig/update.py
+f31ab783fd49a9e29ec34dd0a8e3873d extra/mssqlsig/update.py
310efc965c862cfbd7b0da5150a5ad36 extra/safe2bin/__init__.py
d3e99da5b5c2209e97836af9098124ee extra/safe2bin/safe2bin.py
d229479d02d21b29f209143cb0547780 extra/shellcodeexec/linux/shellcodeexec.x32_
@@ -45,7 +45,7 @@ dd19b4d930d418f8aef498941346ab2d lib/core/option.py
d8e9250f3775119df07e9070eddccd16 lib/core/replication.py
785f86e3f963fa3798f84286a4e83ff2 lib/core/revision.py
40c80b28b3a5819b737a5a17d4565ae9 lib/core/session.py
-9a61b162d66a2e5716edfef7c7222834 lib/core/settings.py
+9fca251ba40b97d2fed8eb963b72e05f lib/core/settings.py
d91291997d2bd2f6028aaf371bf1d3b6 lib/core/shell.py
2ad85c130cc5f2b3701ea85c2f6bbf20 lib/core/subprocessng.py
2571146b71f487a3d11867746c033e40 lib/core/target.py