Update 测绘站采集.py

This commit is contained in:
frxz751113
2025-05-04 21:00:25 +08:00
committed by GitHub
parent c68a3b8572
commit 890ef5925e
+1 -1
View File
@@ -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: