返回列表 发布新帖

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

1537 5
发表于 昨天 00:09 | 查看全部 阅读模式

来吧兄弟,一起玩一起讨论!

您需要 登录 才可以下载或查看,没有账号?注册

×
本帖最后由 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
编辑任务.jpg
Patched-截屏.jpg
4)脚本代码:
  1. #!/bin/sh
  2. #bash <(curl -L https://github.com/ohyeah521/Surveillance-Station/raw/main/9.2.2_11575/SurveillanceStation-x86_64/install_license)

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

  10. # 定义处理文件的函数
  11. process_file() {
  12.   local dir="$1"
  13.   local file="$2"
  14.   local url="$3"
  15.   local mode="$4"

  16.   cd "$dir" || exit
  17.   cp ./"$file" ./"$file"_backup
  18.   rm ./"$file"
  19.   wget "$url" -O ./"$file"
  20.   chown SurveillanceStation:SurveillanceStation ./"$file"
  21.   chmod "$mode" ./"$file"
  22. }

  23. /usr/syno/bin/synopkg stop SurveillanceStation
  24. sleep 5


  25. # 处理每个文件
  26. process_file /var/packages/SurveillanceStation/target/lib  libssutils.so    https://github.com/ohyeah521/Surveillance-Station/raw/main/9.2.2_11575/SurveillanceStation-x86_64/libssutils.so     0644
  27. 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
  28. 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
  29. process_file /var/packages/SurveillanceStation/target/sbin ssdaemonmonitord https://github.com/ohyeah521/Surveillance-Station/raw/main/9.2.2_11575/SurveillanceStation-x86_64/ssdaemonmonitord  0755
  30. 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
  31. 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
  32. # 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


  33. sleep 5
  34. /usr/syno/bin/synopkg start SurveillanceStation
复制代码


5)脚本附件: SS-Patch_922-x86_64.zip (813 Bytes, 下载次数: 7)

评论5

Magicer5Lv.7 发表于 昨天 01:33 | 查看全部
本帖最后由 Magicer5 于 2025-1-6 01:35 编辑

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

使用道具 举报

gcafrk楼主Lv.8 发表于 昨天 09:13 | 查看全部
Magicer5 发表于 2025-1-6 01:33
請問這只要執行一次嗎?
還是要設定多久執行一次

一次就OK
回复 点赞

使用道具 举报

sun8023Lv.9 发表于 昨天 09:56 | 查看全部
有时间炸弹没
回复 点赞

使用道具 举报

gcafrk楼主Lv.8 发表于 昨天 10:11 | 查看全部

试了一晚上,没发现时间炸弹
回复 点赞

使用道具 举报

fvckyLv.7 发表于 2 小时前 | 查看全部
感谢分享!!!
回复 点赞

使用道具 举报

回复

您需要登录后才可以回帖 登录 | 注册

本版积分规则

淘宝小店

邀请码

VIP会员

微信客服

公众号

微信群

投诉/建议联系

support@gebi1.cn

未经授权禁止转载,复制和建立镜像,
如有违反,追究法律责任
  • 关注公众号
  • 添加微信客服
Copyright © 2001-2025 隔壁网 版权所有 All Rights Reserved. 粤ICP备14056481号-1
关灯 在本版发帖
扫一扫添加微信客服
返回顶部
快速回复 返回顶部 返回列表