mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
Update takeover.py
This commit is contained in:
@@ -145,7 +145,7 @@ def auto_take(url):
|
||||
# 主函数
|
||||
def main(url):
|
||||
cname = cname_get(url)
|
||||
if cname_get(url) != None:
|
||||
if cname != None:
|
||||
print('[*]CNAME获取成功,正在验证是否存在于敏感列表中...')
|
||||
json_dicts = providers_read() # 接收指纹信息
|
||||
for json_dict in json_dicts:
|
||||
|
||||
Reference in New Issue
Block a user