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