From 5a1cc5c3b32dd882fdbf6314bb88903aa17e0aef Mon Sep 17 00:00:00 2001 From: frxz751113 <156018267+frxz751113@users.noreply.github.com> Date: Sun, 4 May 2025 21:02:54 +0800 Subject: [PATCH] =?UTF-8?q?Update=20=E6=B5=8B=E7=BB=98=E7=AB=99=E9=87=87?= =?UTF-8?q?=E9=9B=86.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- py/测绘站采集.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/py/测绘站采集.py b/py/测绘站采集.py index 1d0ebb1..1fbfdf6 100644 --- a/py/测绘站采集.py +++ b/py/测绘站采集.py @@ -130,9 +130,9 @@ def main(): continue # 构造搜索请求 - search_txt = f'"udpxy" && country="CN" && region="{province}"' + search_txt = f'"udpxy" && country="CN" && region="{province}" && is_domain=true && host!="="""' encoded_query = base64.b64encode(search_txt.encode()).decode() - search_url = f'https://fofa.info/result?qbase64={encoded_query}JiYgaXNfZG9tYWluPXRydWUgJiYgaG9zdCE9Ij0iIiI=' + search_url = f'https://fofa.info/result?qbase64={encoded_query}' # 执行搜索 try: