ssh penetration testing
✓This skill should be used when the user asks to "pentest SSH services", "enumerate SSH configurations", "brute force SSH credentials", "exploit SSH vulnerabilities", "perform SSH tunneling", or "audit SSH security". It provides comprehensive SSH penetration testing methodologies and techniques.
Installation
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 |
This skill should be used when the user asks to "pentest SSH services", "enumerate SSH configurations", "brute force SSH credentials", "exploit SSH vulnerabilities", "perform SSH tunneling", or "audit SSH security". It provides comprehensive SSH penetration testing methodologies and techniques. Source: hainamchung/agent-assistant.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/hainamchung/agent-assistant --skill ssh penetration testing- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is ssh penetration testing?
This skill should be used when the user asks to "pentest SSH services", "enumerate SSH configurations", "brute force SSH credentials", "exploit SSH vulnerabilities", "perform SSH tunneling", or "audit SSH security". It provides comprehensive SSH penetration testing methodologies and techniques. Source: hainamchung/agent-assistant.
How do I install ssh penetration testing?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/hainamchung/agent-assistant --skill ssh penetration testing Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/hainamchung/agent-assistant
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01