File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 (" " ):
Original file line number Diff line number Diff line change 1919from 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 "
2323TYPE = "dev" if VERSION .count ('.' ) > 2 and VERSION .split ('.' )[- 1 ] != '0' else "stable"
2424TYPE_COLORS = {"dev" : 33 , "stable" : 90 , "pip" : 34 }
2525VERSION_STRING = "sqlmap/%s#%s" % ('.' .join (VERSION .split ('.' )[:- 1 ]) if VERSION .count ('.' ) > 2 and VERSION .split ('.' )[- 1 ] == '0' else VERSION , TYPE )
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ acba8b5dc93db0fe6b2b04ff0138c33c extra/icmpsh/icmpsh.exe_
882176d964f2d5ba2d871383d6a1868b8f extra/icmpsh/icmpsh_m.py
992d020d2bdcee1170805f48839fdb89df extra/icmpsh/__init__.py
1010310efc965c862cfbd7b0da5150a5ad36 extra/__init__.py
11- 20dd956898077268ce1acc017ecdbfd7 extra/mssqlsig/update.py
11+ f31ab783fd49a9e29ec34dd0a8e3873d extra/mssqlsig/update.py
1212310efc965c862cfbd7b0da5150a5ad36 extra/safe2bin/__init__.py
1313d3e99da5b5c2209e97836af9098124ee extra/safe2bin/safe2bin.py
1414d229479d02d21b29f209143cb0547780 extra/shellcodeexec/linux/shellcodeexec.x32_
@@ -45,7 +45,7 @@ dd19b4d930d418f8aef498941346ab2d lib/core/option.py
4545d8e9250f3775119df07e9070eddccd16 lib/core/replication.py
4646785f86e3f963fa3798f84286a4e83ff2 lib/core/revision.py
474740c80b28b3a5819b737a5a17d4565ae9 lib/core/session.py
48- 9a61b162d66a2e5716edfef7c7222834 lib/core/settings.py
48+ 9fca251ba40b97d2fed8eb963b72e05f lib/core/settings.py
4949d91291997d2bd2f6028aaf371bf1d3b6 lib/core/shell.py
50502ad85c130cc5f2b3701ea85c2f6bbf20 lib/core/subprocessng.py
51512571146b71f487a3d11867746c033e40 lib/core/target.py
You can’t perform that action at this time.
0 commit comments