什么是 ddos attack testing?
当用户要求“测试 DDoS 漏洞”、“执行拒绝服务测试”、“模拟流量洪流”、“评估网络弹性”、“配置 DDoS 检测规则”或“分析 DoS 攻击模式”时,应使用此技能。它提供了用于授权 DDoS 测试和检测配置的全面技术。 来源:zebbern/secops-cli-guides。
当用户要求“测试 DDoS 漏洞”、“执行拒绝服务测试”、“模拟流量洪流”、“评估网络弹性”、“配置 DDoS 检测规则”或“分析 DoS 攻击模式”时,应使用此技能。它提供了用于授权 DDoS 测试和检测配置的全面技术。
通过命令行快速安装 ddos attack testing AI 技能到你的开发环境
来源:zebbern/secops-cli-guides。
Conduct authorized denial of service testing to assess network resilience and configure intrusion detection systems (IDS) to detect and alert on various DoS attack patterns. This skill covers volume-based, protocol-based, and application-layer attacks using command-line and GUI tools, along with Snort IDS rule configuration for detection.
| SYN | -S | TCP SYN flag | | ACK | -A | TCP ACK flag | | FIN | -F | TCP FIN flag | | RST | -R | TCP RST flag | | PSH | -P | TCP PSH flag | | URG | -U | TCP URG flag | | UDP | --udp | Use UDP protocol | | ICMP | --icmp | Use ICMP protocol |
| SYN Flood | hping3 -S --flood -p 80 TARGET | | UDP Flood | hping3 --udp --flood -p 80 TARGET | | ICMP Flood | hping3 --icmp --flood TARGET | | SYN-FIN | hping3 -SF --flood -p 80 TARGET | | PSH-ACK | hping3 -PA --flood -p 80 TARGET | | RST Flood | hping3 -R --flood -p 80 TARGET | | FIN Flood | hping3 -F --flood -p 80 TARGET |
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/zebbern/secops-cli-guides --skill ddos attack testing当用户要求“测试 DDoS 漏洞”、“执行拒绝服务测试”、“模拟流量洪流”、“评估网络弹性”、“配置 DDoS 检测规则”或“分析 DoS 攻击模式”时,应使用此技能。它提供了用于授权 DDoS 测试和检测配置的全面技术。 来源:zebbern/secops-cli-guides。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/zebbern/secops-cli-guides --skill ddos attack testing 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/zebbern/secops-cli-guides