Skip to content

Commit

Permalink
Update certificates (fix #66)
Browse files Browse the repository at this point in the history
  • Loading branch information
the1812 committed Oct 24, 2024
1 parent e5f72ac commit e8c1318
Show file tree
Hide file tree
Showing 10 changed files with 18 additions and 48 deletions.
2 changes: 1 addition & 1 deletion mwp-ver.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.17.1.0
2.18.0.0
13 changes: 9 additions & 4 deletions src/MalwarePatch/Assets/certificate-map.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@
"driveTheLife 256.2019.6.cer",
"driveTheLife 2020.06.cer",
"driveTheLife 256.2020.06.cer",
"driveTheLife 256.2023.08.cer"
"driveTheLife 256.2023.08.cer",
"driveTheLife 256.2024.10.cer"
],
"Funshion": [
"funshion.cer"
Expand Down Expand Up @@ -129,7 +130,9 @@
"kingsoft 2022.01.cer",
"kingsoft 256.2022.01.cer",
"kingsoft 256.2022.07.cer",
"kingsoft 256.2024.06.cer"
"kingsoft 256.2024.06.cer",
"kingsoft 2024.10.cer",
"kingsoft 256.2024.10.cer"
],
"Kugou": [
"kugou.cer",
Expand Down Expand Up @@ -210,7 +213,8 @@
"sogou 256.2019.10.cer",
"sogou 2020.10.cer",
"sogou 256.2020.10.cer",
"sogou 256.2021.10.cer"
"sogou 256.2021.10.cer",
"sogou 256.2024.10.cer"
],
"Sohu": [
"sohu.cer",
Expand All @@ -229,7 +233,8 @@
"tencent 256.2020.02.cer",
"tencent 2021.02.cer",
"tencent 256.2021.02.cer",
"tencent 256.2024.02.cer"
"tencent 256.2024.02.cer",
"tencent 256.2024.10.cer"
],
"Thunder": [
"thunder.cer",
Expand Down
45 changes: 5 additions & 40 deletions src/MalwarePatch/Assets/malware-remote-info.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"match": [
{
"url": "https://sd.360.cn/download_center.html",
"regex": "href=\"(https://wsdl.360safe.com/360sd/.+?.exe)",
"regex": "href=\"(https://.+?.360safe.com/360sd/.+?.exe)",
"group": 1
}
]
Expand Down Expand Up @@ -67,16 +67,6 @@
],
"match": []
},
"HeiNote": {
"fixed": [],
"match": [
{
"url": "http://heinote.7654.com/#firstPage",
"regex": "href=\"(http://d.heinote.com/downloads/.+.exe)\"",
"group": 1
}
]
},
"Higeshi": {
"fixed": [],
"match": [
Expand Down Expand Up @@ -151,16 +141,6 @@
}
]
},
"Ruanmei": {
"fixed": [],
"match": [
{
"url": "https://mofang.ruanmei.com/",
"regex": "href=\"(http[s]?://dl.ruanmei.com/pcmaster/.*?)\"",
"group": 1
}
]
},
"Shaji": {
"fixed": [ "https://softdl.ahhxwavi.cn/pc/pdfconvert/PDFConverter_guanwang-1.exe" ],
"match": []
Expand All @@ -174,8 +154,8 @@
"group": 0
},
{
"url": "https://ie.sogou.com/",
"regex": "nav=\"download\".*href=\"(.*?)\"",
"url": "https://sogou.browser.qq.com/",
"regex": "href=\"([^\"]*?SogouExplorer_Setup[^\"]*?)\"",
"group": 1
}
]
Expand All @@ -184,8 +164,8 @@
"fixed": [],
"match": [
{
"url": "https://tv.sohu.com/app/?x=4",
"regex": "href=\"(.*?)\".*btn-dwn",
"url": "https://tv.sohu.com/down/index.shtml?downLoad=win",
"regex": "href=\"(.*?)\".*donwbtn",
"group": 1
}
]
Expand All @@ -199,11 +179,6 @@
"Tencent": {
"fixed": [],
"match": [
{
"url": "https://cdn-go.cn/qq-web/im.qq.com_new/latest/rainbow/windowsDownloadUrl.js",
"regex": "ntDownloadX64Url\":\\s*\"(.+)\",",
"group": 1
},
{
"url": "https://office.qq.com/download.html",
"regex": "href=\"(.*?)\".*tim.downloads.windows",
Expand Down Expand Up @@ -242,15 +217,5 @@
"group": 1
}
]
},
"YY": {
"fixed": [],
"match": [
{
"url": "https://www.yy.com/web/pcyy_download/",
"regex": "window\\.location\\.href=\"(.*?)\"",
"group": 1
}
]
}
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion src/MalwarePatch/Languages/MainLanguage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public enum Keys
AllowProgramDescription,
}
internal static DateTime LastModifiedTime => File.GetLastWriteTime(Process.GetCurrentProcess().MainModule.FileName);
internal const int UpdateMonth = 6;
internal const int UpdateMonth = 10;
internal static string UpdateTime
{
get
Expand Down
4 changes: 2 additions & 2 deletions src/MalwarePatch/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@
// 可以指定所有值,也可以使用以下所示的 "*" 预置版本号和修订号
// 方法是按如下所示使用“*”: :
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.17.1.0")]
[assembly: AssemblyFileVersion("2.17.1.0")]
[assembly: AssemblyVersion("2.18.0.0")]
[assembly: AssemblyFileVersion("2.18.0.0")]

0 comments on commit e8c1318

Please sign in to comment.