From ab57c854a492145219512c6c235ceb58026d12a8 Mon Sep 17 00:00:00 2001 From: frxz751113 <156018267+frxz751113@users.noreply.github.com> Date: Tue, 3 Sep 2024 18:40:47 +0800 Subject: [PATCH] =?UTF-8?q?Update=20=E6=B5=8B=E8=AF=95.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- py/测试.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py/测试.py b/py/测试.py index af65847..98159d5 100644 --- a/py/测试.py +++ b/py/测试.py @@ -84,7 +84,7 @@ for url in urls: # 去重得到唯一的URL列表 unique_urls = set(urls_all) # 排除包含特定子字符串的域名 - unique_urls = {u for u in unique_urls if "fofa.info" not in u} + unique_urls = {u for u in unique_urls if "fofa.info" not in u and "status.rapidssl.com" not in u} valid_urls = [] # 多线程获取可用url