diff --git a/py/测绘站采集.py b/py/测绘站采集.py index 3970be0..69ccef6 100644 --- a/py/测绘站采集.py +++ b/py/测绘站采集.py @@ -130,7 +130,7 @@ def main(): continue # 构造搜索请求 - search_txt = f'"udpxy" && country="CN" && region="{province}" && aXNfZG9tYWluPXRydWU%3D' + 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}'