pentest-commands
仓库创建 2025年6月22日最近提交 1 天前SkillHot 收录 20 天前
▸ 精选理由
适合实战成员快速查命令及参数,便于现场测试。
▸ 风险提示
含可执行攻击命令,可能被滥用或违法,需限制用途与权限。
这个 Skill 做什么
提供 nmap、metasploit、hydra 等渗透测试常用命令参考。
把 nmap、metasploit、hydra、nikto 等渗透工具的常用命令和示例参数整理成速查表。渗透测试、漏洞扫描或需要快速运行命令时用,能马上拿来执行。特别之处是按场景给出可直接复用的命令片段和典型选项,省去翻文档和记忆参数的时间。
▸ 展开 SKILL.md 英文原文
This skill should be used when the user asks to "run pentest commands", "scan with nmap", "use metasploit exploits", "crack passwords with hydra or john", "scan web vulnerabilities with nikto", "enumerate networks", or needs essential penetration testing command references.
4.4k
Stars
448
Forks
40
仓库内 Skill
+70
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/zebbern/claude-code-guide/main/skills/pentest-commands/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/zebbern/claude-code-guide/main/skills/pentest-commands/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Pentest Commands ## Purpose Provide a comprehensive command reference for penetration testing tools including network scanning, exploitation, password cracking, and web application testing. Enable quick command lookup during security assessments. ## Inputs/Prerequisites - Kali Linux or penetration testing distribution - Target IP addresses with authorization - Wordlists for brute forcing - Network access to target systems - Basic understanding of tool syntax ## Outputs/Deliverables - Network enumeration results - Identified vulnerabilities - Exploitation payloads - Cracked credentials - Web vulnerability findings ## Core Workflow ### 1. Nmap Commands **Host Discovery:** ```bash #
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有