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

Skip to content

Commit 67a3e8c

Browse files
committed
Minor patch
1 parent d9a931f commit 67a3e8c

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

extra/mssqlsig/update.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def updateMSSQLXML():
7474
stopIdx = mssqlVersionsHtmlString.index("SQL Server %s Builds" % releases[index + 1])
7575

7676
mssqlVersionsReleaseString = mssqlVersionsHtmlString[startIdx:stopIdx]
77-
servicepackVersion = re.findall("</td><td>[7\.0|2000|2005|2008|2008 R2]*(.*?)</td><td.*?([\d\.]+)</td>[\r]*\n", mssqlVersionsReleaseString, re.I)
77+
servicepackVersion = re.findall("</td><td>(7\.0|2000|2005|2008|2008 R2)*(.*?)</td><td.*?([\d\.]+)</td>[\r]*\n", mssqlVersionsReleaseString, re.I)
7878

7979
for servicePack, version in servicepackVersion:
8080
if servicePack.startswith(" "):

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.enums import OS
2020

2121
# sqlmap version (<major>.<minor>.<month>.<monthly commit>)
22-
VERSION = "1.1.4.25"
22+
VERSION = "1.1.4.26"
2323
TYPE = "dev" if VERSION.count('.') > 2 and VERSION.split('.')[-1] != '0' else "stable"
2424
TYPE_COLORS = {"dev": 33, "stable": 90, "pip": 34}
2525
VERSION_STRING = "sqlmap/%s#%s" % ('.'.join(VERSION.split('.')[:-1]) if VERSION.count('.') > 2 and VERSION.split('.')[-1] == '0' else VERSION, TYPE)

txt/checksum.md5

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ acba8b5dc93db0fe6b2b04ff0138c33c extra/icmpsh/icmpsh.exe_
88
2176d964f2d5ba2d871383d6a1868b8f extra/icmpsh/icmpsh_m.py
99
2d020d2bdcee1170805f48839fdb89df extra/icmpsh/__init__.py
1010
310efc965c862cfbd7b0da5150a5ad36 extra/__init__.py
11-
20dd956898077268ce1acc017ecdbfd7 extra/mssqlsig/update.py
11+
f31ab783fd49a9e29ec34dd0a8e3873d extra/mssqlsig/update.py
1212
310efc965c862cfbd7b0da5150a5ad36 extra/safe2bin/__init__.py
1313
d3e99da5b5c2209e97836af9098124ee extra/safe2bin/safe2bin.py
1414
d229479d02d21b29f209143cb0547780 extra/shellcodeexec/linux/shellcodeexec.x32_
@@ -45,7 +45,7 @@ dd19b4d930d418f8aef498941346ab2d lib/core/option.py
4545
d8e9250f3775119df07e9070eddccd16 lib/core/replication.py
4646
785f86e3f963fa3798f84286a4e83ff2 lib/core/revision.py
4747
40c80b28b3a5819b737a5a17d4565ae9 lib/core/session.py
48-
9a61b162d66a2e5716edfef7c7222834 lib/core/settings.py
48+
9fca251ba40b97d2fed8eb963b72e05f lib/core/settings.py
4949
d91291997d2bd2f6028aaf371bf1d3b6 lib/core/shell.py
5050
2ad85c130cc5f2b3701ea85c2f6bbf20 lib/core/subprocessng.py
5151
2571146b71f487a3d11867746c033e40 lib/core/target.py

0 commit comments

Comments
 (0)