mirror of
https://github.com/Ed1s0nZ/CyberStrikeAI.git
synced 2026-04-02 17:20:33 +02:00
Add files via upload
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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:当工具参数使用默认值时,确保后续参数位置正确传递。
|
||||
|
||||
Reference in New Issue
Block a user