Add files via upload

This commit is contained in:
公明
2026-02-20 17:53:38 +08:00
committed by GitHub
parent 665b1d553a
commit 6431dcb240
5 changed files with 517 additions and 21 deletions
+2
View File
@@ -511,6 +511,8 @@ func setupRoutes(
// 信息收集 - FOFA 查询(后端代理)
protected.POST("/fofa/search", fofaHandler.Search)
// 信息收集 - 自然语言解析为 FOFA 语法(需人工确认后再查询)
protected.POST("/fofa/parse", fofaHandler.ParseNaturalLanguage)
// 批量任务管理
protected.POST("/batch-tasks", agentHandler.CreateBatchQueue)