Update takeover.py

This commit is contained in:
Echocipher
2019-08-16 16:43:48 +08:00
committed by GitHub
parent c040501ee4
commit 3e4a067c6b
+1 -1
View File
@@ -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: