# IP基础信息端口查询通过fofa+shodan def shodan_api(ip): @@ -693,6 +693,29 @@ def fofa_search_assets_service_lib(parameter,num_fofa): f.write(str(k)+"\n") f.close()# 存入资产项目管理目录,前端通过下拉列表查看资产,以当前时间戳命名文件名...
# fofa_list_key = [dict_key1] #命令行查询入口 #switch = 0 单个扫描26 changes: 16 additions & 10 deletions 26 scan_main_web.py Original file line numberDiff line numberDiff line change @@ -2,7 +2,7 @@ Description:[主系统] Author:[huan666] Date:[2023/11/15] update:[2024/8/...