Add files via upload

This commit is contained in:
公明
2025-12-19 23:45:49 +08:00
committed by GitHub
parent df47fe258e
commit 145a98fede
2 changed files with 4 additions and 1 deletions

View File

@@ -40,6 +40,7 @@ CyberStrikeAI ships with 100+ curated tools covering the whole kill chain:
- **Web & App Scanners** sqlmap, nikto, dirb, gobuster, feroxbuster, ffuf, httpx
- **Vulnerability Scanners** nuclei, wpscan, wafw00f, dalfox, xsser
- **Subdomain Enumeration** subfinder, amass, findomain, dnsenum, fierce
- **Network Space Search Engines** fofa_search, zoomeye_search
- **API Security** graphql-scanner, arjun, api-fuzzer, api-schema-analyzer
- **Container Security** trivy, clair, docker-bench-security, kube-bench, kube-hunter
- **Cloud Security** prowler, scout-suite, cloudmapper, pacu, terrascan, checkov
@@ -260,6 +261,7 @@ Build an attack chain for the latest engagement and export the node list with se
## Changelog (Recent)
- 2025-12-19 Added ZoomEye network space search engine tool (zoomeye_search) with support for IPv4/IPv6/web assets, facets statistics, and flexible query parameters.
- 2025-12-18 Optimized web frontend with enhanced sidebar navigation and improved user experience.
- 2025-12-07 Added FOFA network space search engine tool (fofa_search) with flexible query parameters and field configuration.
- 2025-12-07 Fixed positional parameter handling bug: ensure correct parameter position when using default values.

View File

@@ -39,6 +39,7 @@ CyberStrikeAI 是一款 **AI 原生渗透测试协同体**,以 Go 编写,内
- **Web 应用扫描**sqlmap、nikto、dirb、gobuster、feroxbuster、ffuf、httpx
- **漏洞扫描**nuclei、wpscan、wafw00f、dalfox、xsser
- **子域名枚举**subfinder、amass、findomain、dnsenum、fierce
- **网络空间搜索引擎**fofa_search、zoomeye_search
- **API 安全**graphql-scanner、arjun、api-fuzzer、api-schema-analyzer
- **容器安全**trivy、clair、docker-bench-security、kube-bench、kube-hunter
- **云安全**prowler、scout-suite、cloudmapper、pacu、terrascan、checkov
@@ -257,7 +258,7 @@ CyberStrikeAI/
```
## Changelog近期
- 2025-12-19 —— 新增钟馗之眼ZoomEye网络空间搜索引擎工具zoomeye_search支持 IPv4/IPv6/Web 等资产搜索、统计项查询与灵活的查询参数配置。
- 2025-12-18 —— 优化 Web 前端界面,增加侧边栏导航,提升用户体验。
- 2025-12-07 —— 新增 FOFA 网络空间搜索引擎工具fofa_search支持灵活的查询参数与字段配置。
- 2025-12-07 —— 修复位置参数处理 bug当工具参数使用默认值时确保后续参数位置正确传递。