Loading...
Loading...
Professional Skills and Methodologies for Vulnerability Assessment
npx skill4agent add ed1s0nz/cyberstrikeai vulnerability-assessment# 启动Nessus
# 创建扫描任务
# 配置扫描策略
# 执行扫描
# 分析结果# 启动OpenVAS
gvm-setup
# 创建扫描任务
# 执行扫描
# 分析结果# 漏洞扫描
nmap --script vuln target
# 特定漏洞
nmap --script smb-vuln-ms17-010 target# 配置代理
# 浏览应用
# 被动扫描
# 主动扫描
# 分析结果# 启动ZAP
zap.sh
# 快速扫描
zap-cli quick-scan http://target.com
# 完整扫描
zap-cli full-scan http://target.com# 启动Acunetix
# 创建扫描任务
# 配置扫描选项
# 执行扫描
# 分析结果# 运行扫描
sonar-scanner
# 分析结果
# 查看报告# 使用Web界面
# 上传代码
# 执行扫描
# 分析结果# 使用CVSS计算器
# 输入指标
# 计算分数
# 确定等级 Low Impact Medium Impact High Impact
High Likelihood Medium High Critical
Medium Likelihood Low Medium High
Low Likelihood Low Low Medium# Vulnerability Assessment Report
## Executive Summary
- Assessment Date: 2024-01-01
- Assessment Scope: xxx
- Vulnerabilities Found: xx
- Critical Vulnerabilities: x
## Vulnerability List
### VULN-001: SQL Injection
- Severity: Critical
- CVSS Score: 9.8
- Description: ...
- Impact: ...
- Remediation Recommendation: ...
## Summary
...