gcafrk 发表于 昨天 00:09

Surveillance Station 9.2.2-11575破解60授权(转发+自创运行方法+无时间炸弹)

本帖最后由 gcafrk 于 2025-1-6 10:13 编辑

系统:DS3622xs DSM 7.2.1-69057 Update6,Intel CPU
破解方法:
1)更新Surveillance Station 9.2.2-11575
2)将以下代码(见4)保存为SS-Patch.sh,或者直接下载附件(见5),并保存到群晖任意目录。
3)在【控制面板】-->【任务计划】中,新增【计划任务】-->【用户自定义的脚本】,以root权限手动运行,仅需一次就OK


4)脚本代码:
#!/bin/sh
#bash <(curl -L https://github.com/ohyeah521/Surveillance-Station/raw/main/9.2.2_11575/SurveillanceStation-x86_64/install_license)

# 屏蔽认证服务器
if grep -q "synosurveillance.synology.com" /etc/hosts; then
echo "already blocked license server: synosurveillance.synology.com."
else
echo "add block license server: synosurveillance.synology.com"
echo "0.0.0.0 synosurveillance.synology.com" | sudo tee -a /etc/hosts
fi

# 定义处理文件的函数
process_file() {
local dir="$1"
local file="$2"
local url="$3"
local mode="$4"

cd "$dir" || exit
cp ./"$file" ./"$file"_backup
rm ./"$file"
wget "$url" -O ./"$file"
chown SurveillanceStation:SurveillanceStation ./"$file"
chmod "$mode" ./"$file"
}

/usr/syno/bin/synopkg stop SurveillanceStation
sleep 5


# 处理每个文件
process_file /var/packages/SurveillanceStation/target/liblibssutils.so    https://github.com/ohyeah521/Surveillance-Station/raw/main/9.2.2_11575/SurveillanceStation-x86_64/libssutils.so   0644
process_file /var/packages/SurveillanceStation/target/sbin sscmshostd       https://github.com/ohyeah521/Surveillance-Station/raw/main/9.2.2_11575/SurveillanceStation-x86_64/sscmshostd      0755
process_file /var/packages/SurveillanceStation/target/sbin sscored          https://github.com/ohyeah521/Surveillance-Station/raw/main/9.2.2_11575/SurveillanceStation-x86_64/sscored         0755
process_file /var/packages/SurveillanceStation/target/sbin ssdaemonmonitord https://github.com/ohyeah521/Surveillance-Station/raw/main/9.2.2_11575/SurveillanceStation-x86_64/ssdaemonmonitord0755
process_file /var/packages/SurveillanceStation/target/sbin ssexechelperd    https://github.com/ohyeah521/Surveillance-Station/raw/main/9.2.2_11575/SurveillanceStation-x86_64/ssexechelperd   0755
process_file /var/packages/SurveillanceStation/target/sbin ssroutined       https://github.com/ohyeah521/Surveillance-Station/raw/main/9.2.2_11575/SurveillanceStation-x86_64/ssroutined      0755
# process_file /var/packages/SurveillanceStation/target/sbin ssrtmpclientd    https://github.com/ohyeah521/Surveillance-Station/raw/main/9.2.2_11575/SurveillanceStation-x86_64/ssrtmpclientd   0755


sleep 5
/usr/syno/bin/synopkg start SurveillanceStation


5)脚本附件:

Magicer5 发表于 昨天 01:33

本帖最后由 Magicer5 于 2025-1-6 01:35 编辑

請問這只要執行一次嗎?
還是要設定多久執行一次

gcafrk 发表于 昨天 09:13

Magicer5 发表于 2025-1-6 01:33
請問這只要執行一次嗎?
還是要設定多久執行一次

一次就OK

sun8023 发表于 昨天 09:56

有时间炸弹没

gcafrk 发表于 昨天 10:11

sun8023 发表于 2025-1-6 09:56
有时间炸弹没

试了一晚上,没发现时间炸弹

fvcky 发表于 8 小时前

感谢分享!!!

cdmxp 发表于 3 小时前

好东西。

cszhj 发表于 1 小时前

白裙运行后打不开了,提示:抱歉,您所指定的页面不存在。

gcafrk 发表于 1 小时前

cszhj 发表于 2025-1-7 20:24
白裙运行后打不开了,提示:抱歉,您所指定的页面不存在。

去官网下载一个完整版,安装一下,然后再弄。
页: [1]
查看完整版本: Surveillance Station 9.2.2-11575破解60授权(转发+自创运行方法+无时间炸弹)