Update 测绘站采集.py

This commit is contained in:
frxz751113
2025-05-03 09:51:14 +08:00
committed by GitHub
parent a7a5b85f4e
commit 1b153920f3
+1 -1
View File
@@ -130,7 +130,7 @@ def main():
continue 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() 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}'