Update 测绘站采集.py
This commit is contained in:
+1
-1
@@ -129,7 +129,7 @@ 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}'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user