diff --git a/py/测绘站采集.py b/py/测绘站采集.py index 69ccef6..1d0ebb1 100644 --- a/py/测绘站采集.py +++ b/py/测绘站采集.py @@ -132,7 +132,7 @@ def main(): # 构造搜索请求 search_txt = f'"udpxy" && country="CN" && region="{province}"' encoded_query = base64.b64encode(search_txt.encode()).decode() - search_url = f'https://fofa.info/result?qbase64={encoded_query}' + search_url = f'https://fofa.info/result?qbase64={encoded_query}JiYgaXNfZG9tYWluPXRydWUgJiYgaG9zdCE9Ij0iIiI=' # 执行搜索 try: