更新: 219 个文件 - 2026-03-16 23:45:01
这个提交包含在:
@@ -349,20 +349,20 @@ func main() {
|
||||
}
|
||||
}
|
||||
report := map[string]interface{}{
|
||||
"tool": "sqli-exploit-go",
|
||||
"mode": *technique + "-probe-and-extract",
|
||||
"target": *target,
|
||||
"status": "needs-review",
|
||||
"severity": "info",
|
||||
"timestamp": time.Now().UTC().Format(time.RFC3339),
|
||||
"request_summary": map[string]interface{}{"method": *method, "param": *param, "threads": *threads, "dbms": *dbms},
|
||||
"payload_or_probe": map[string]interface{}{"hits": allResults, "extract": *extract, "query": *query, "result": extractedResult},
|
||||
"evidence_refs": []string{},
|
||||
"minimal_validation": "只读探测、最小化注入、可审计回显、可回滚验证。",
|
||||
"tool": "sqli-exploit-go",
|
||||
"mode": *technique + "-probe-and-extract",
|
||||
"target": *target,
|
||||
"status": "needs-review",
|
||||
"severity": "info",
|
||||
"timestamp": time.Now().UTC().Format(time.RFC3339),
|
||||
"request_summary": map[string]interface{}{"method": *method, "param": *param, "threads": *threads, "dbms": *dbms},
|
||||
"payload_or_probe": map[string]interface{}{"hits": allResults, "extract": *extract, "query": *query, "result": extractedResult},
|
||||
"evidence_refs": []string{},
|
||||
"minimal_validation": "只读探测、最小化注入、可审计回显、可回滚验证。",
|
||||
"authorization_scope": "lab-local, lab-public, authorized-third-party",
|
||||
"destructive_risk": "medium",
|
||||
"run_id": *runID,
|
||||
"case_id": *caseID,
|
||||
"destructive_risk": "medium",
|
||||
"run_id": *runID,
|
||||
"case_id": *caseID,
|
||||
}
|
||||
if len(allResults) > 0 || extractedResult != "" {
|
||||
report["status"] = "verified"
|
||||
|
||||
在新工单中引用
屏蔽一个用户