Update 测绘站采集.py

This commit is contained in:
frxz751113
2025-05-04 21:02:54 +08:00
committed by GitHub
parent 890ef5925e
commit 5a1cc5c3b3
+2 -2
View File
@@ -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: