Skip to content

ohyeah521/MailPlus-Server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

免责声明

本研究旨在为了学术和技术交流的目的,探讨商业软件注册限制的绕过方法。

特别声明:

  1. 本研究仅用于学术研究和技术学习,不得用于任何违法或不正当的目的,包括但不限于商业用途、侵权行为或破坏性操作。
  2. 研究成果的发布不代表对绕过方法的推广或鼓励,也不对任何由此产生的法律责任或后果承担责任。
  3. 用户应自行确保在进行任何相关操作之前,已经获得软件供应商的授权许可,并遵守所有相关法律法规。
  4. 本免责声明不适用于任何违反法律法规的行为,作者不对因使用本研究成果而产生的任何法律责任、经济损失或其他不良后果承担责任。

请使用者在使用本研究成果时,自觉遵守法律法规,并对自己的行为负责。

注册流程分析

只做技术分享,谢绝交流,请勿讨论

先说结论:整体来说添加许可证算法实现还是很安全的

	synopki_init
	synopki_activated
	synopki_encrypt
	synopki_decrypt
	synopki_set_pk_signature
	synopki_verify_sign_key
	synopki_verify_sig_by_ed25519_pk
	Z85_encode
	Z85_decode

信任链结构

硬编码 Synology 公钥
        ↓
验证签名文件 (/usr/syno/etc/license/private/Sing.9)
        ↓
验证 Vault 中的对等公钥
        ↓
用于加密/解密和签名验证

交流群

Telegram Group


请我喝杯咖啡

If this code helps and you wish to support me:

时间炸弹

3.4.1-21569 版本去除了一个时间炸弹,之前的版本不在修复,请升级到新版本


破解授权

  • Online:
# 普通
curl -fsSL https://raw.githubusercontent.com/ohyeah521/MailPlus-Server/main/activated.sh | bash
# 使用github代理(可自行更换代理, 注意结尾的/)
export GPROXY=https://gh-proxy.com/
curl -fsSL ${GPROXY}https://raw.githubusercontent.com/ohyeah521/MailPlus-Server/main/activated.sh | bash
export GPROXY=
# 使用 http(s)/socks5 代理(请自行更换代理地址)
export CPROXY=http://username:[email protected]:7890
curl -fsSL -x ${CPROXY:+-x ${CPROXY}} https://raw.githubusercontent.com/ohyeah521/MailPlus-Server/main/activated.sh | bash
export CPROXY=
  • Offline:
# 1. Download https://github.com/ohyeah521/MailPlus-Server/archive/refs/heads/main.zip
# 2. Unload to your DSM system.
unzip MailPlus-Server-main.zip
cd MailPlus-Server-main
chmod +x activated.sh
./activated.sh 

恢复授权

  • Online:
# 1. 普通
curl -fsSL https://raw.githubusercontent.com/ohyeah521/MailPlus-Server/main/activated.sh | bash -s -- -r
# 2. 使用github代理,(可自行更换代理, 注意结尾的/)
export GPROXY=https://gh-proxy.com/
curl -fsSL ${GPROXY}https://raw.githubusercontent.com/ohyeah521/MailPlus-Server/main/activated.sh | bash -s -- -r
export GPROXY=
# 3. 使用 http(s)/socks5 代理(请自行更换代理地址)
export CPROXY=http://username:[email protected]:7890
curl -fsSL ${CPROXY:+-x ${CPROXY}} https://raw.githubusercontent.com/ohyeah521/MailPlus-Server/main/activated.sh | bash -s -- -r
export CPROXY=
  • Offline:
# 1. Download https://github.com/ohyeah521/MailPlus-Server/archive/refs/heads/main.zip
# 2. Unload to your DSM system.
unzip MailPlus-Server-main.zip
cd MailPlus-Server-main
chmod +x activated.sh
./activated.sh -r

破解234授权

License

About

MailPlus-Server破解234授权

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages