Update 测绘站采集.py

This commit is contained in:
frxz751113
2025-07-18 21:44:25 +08:00
committed by GitHub
parent 636117fee7
commit 0244bd4477
+1 -1
View File
@@ -120,7 +120,7 @@ def main():
continue
# 构造搜索请求
search_txt = f'"udpxy" && country="CN" && region="{province}"'
search_txt = f'"udpxy" && country="CN" && region="{province}" && is_domain=true'
encoded_query = base64.b64encode(search_txt.encode()).decode()
search_url = f'https://fofa.info/result?qbase64={encoded_query}'