Claude Code CommandSecurity36 installs

Penetration Test

Perform penetration testing and vulnerability assessment on application

Install with the Claude Code Templates CLI
$ npx claude-code-templates@latest --command="security/penetration-test" --yes

Requires Claude Code. The command adds this command to your project's .claudedirectory — nothing runs on ToolZip's servers.

What's inside this command

Component source

Penetration Test

Perform penetration testing and vulnerability assessment: $ARGUMENTS

Application Context

  • Running services: !netstat -tlnp 2>/dev/null | grep LISTEN | head -10 || lsof -i -P | grep LISTEN | head -10
  • Web framework: @package.json or @requirements.txt (detect framework and version)
  • API endpoints: !grep -r "route\|endpoint\|@app\\.route\|@RequestMapping" src/ 2>/dev/null | wc -l
  • Authentication: !grep -r "auth\|login\|jwt\|session" src/ 2>/dev/null | wc -l

Task

Conduct systematic penetration testing following ethical hacking methodologies:

Test Target: Use $ARGUMENTS to focus on web application, API, authentication, or comprehensive testing Testing Phases:
  • Reconnaissance - Service discovery, technology fingerprinting, attack surface mapping
  • Vulnerability Assessment - OWASP Top 10, injection flaws, broken authentication
  • Exploitation Testing - XSS, CSRF, SQL injection, privilege escalation attempts
  • Authentication Testing - Brute force, session management, authorization bypasses
  • API Security Testing - Input validation, rate limiting, authentication bypass
  • Infrastructure Testing - Network security, container security, configuration issues

Testing Methodology:
  • Follow OWASP Testing Guide and NIST guidelines
  • Use both automated tools and manual testing techniques
  • Document all findings with proof-of-concept examples
  • Provide remediation recommendations for each vulnerability
  • Maintain ethical boundaries and avoid data damage

Output: Comprehensive penetration test report with executive summary, detailed findings, risk ratings, and remediation roadmap.
Type
Command
Category
Security
Installs
36
Source
GitHub ↗

Related Claude Code Commands

Catalog data and component content are sourced from the open-source davila7/claude-code-templates project (MIT license). ToolZip curates the listing and writes original descriptions; every component links back to its original source. Claude Code is a product of Anthropic. ToolZip is an independent catalog and is not affiliated with or endorsed by Anthropic.