·ssh penetration testing
</>

ssh penetration testing

zebbern/claude-code-guide

当用户要求“渗透测试 SSH 服务”、“枚举 SSH 配置”、“暴力破解 SSH 凭证”、“利用 SSH 漏洞”、“执行 SSH 隧道”或“审核 SSH 安全”时,应使用此技能。它提供了全面的 SSH 渗透测试方法和技术。

18安装·2热度·@zebbern

安装

$npx skills add https://github.com/zebbern/claude-code-guide --skill ssh penetration testing

SKILL.md

Conduct comprehensive SSH security assessments including enumeration, credential attacks, vulnerability exploitation, tunneling techniques, and post-exploitation activities. This skill covers the complete methodology for testing SSH service security.

| nc 22 | Banner grabbing | | ssh-audit | Configuration audit | | nmap --script ssh | SSH NSE scripts | | searchsploit openssh | Find exploits |

| Hydra | hydra -l user -P pass.txt ssh://host | | Medusa | medusa -h host -u user -P pass.txt -M ssh | | Ncrack | ncrack -p 22 --user admin -P pass.txt host | | Metasploit | use auxiliary/scanner/ssh/sshlogin |

当用户要求“渗透测试 SSH 服务”、“枚举 SSH 配置”、“暴力破解 SSH 凭证”、“利用 SSH 漏洞”、“执行 SSH 隧道”或“审核 SSH 安全”时,应使用此技能。它提供了全面的 SSH 渗透测试方法和技术。 来源:zebbern/claude-code-guide。

查看原文

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/zebbern/claude-code-guide --skill ssh penetration testing
分类
</>开发工具
认证
收录时间
2026-02-01
更新时间
2026-02-18

快速解答

什么是 ssh penetration testing?

当用户要求“渗透测试 SSH 服务”、“枚举 SSH 配置”、“暴力破解 SSH 凭证”、“利用 SSH 漏洞”、“执行 SSH 隧道”或“审核 SSH 安全”时,应使用此技能。它提供了全面的 SSH 渗透测试方法和技术。 来源:zebbern/claude-code-guide。

如何安装 ssh penetration testing?

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

这个 Skill 的源码在哪?

https://github.com/zebbern/claude-code-guide