con un clic
pentest-scan
Security configuration scan. Headers, SSL/TLS, CORS, SRI checks.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Security configuration scan. Headers, SSL/TLS, CORS, SRI checks.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
Complete reference for pentest-cli. Load this skill when you need to call the CLI with correct syntax, flags, and output shapes.
Business logic and authorization testing. IDOR, privilege escalation, workflow bypass, payment manipulation.
Show all available pentest-cli commands and how to use them.
Advanced attack testing. Request smuggling, race conditions, cache poisoning, subdomain takeover.
Authentication and session security testing. JWT, OAuth, sessions, brute force.
Cloud and infrastructure testing. Storage misconfig, WAF detection, email security.
| name | pentest-scan |
| description | Security configuration scan. Headers, SSL/TLS, CORS, SRI checks. |
| user-invocable | true |
| allowed-tools | ["Bash","Agent","Read"] |
Scan a target application for security misconfigurations including HTTP headers, SSL/TLS settings, CORS policy, and WAF presence.
The target URL is provided via $ARGUMENTS. If no URL is provided, ask the user for one.
Parse the target URL from $ARGUMENTS.
Delegate to scanner-agent using the Agent tool. The agent must run the following commands, collecting all JSON output:
pentest -k -j -o ./findings scan headers <url>
pentest -k -j -o ./findings scan ssl <url>
pentest -k -j -o ./findings scan cors <url>
pentest -k -j -o ./findings cloud waf <url>
Read the JSON outputs from ./findings/ to gather all results.
Present findings organized by severity:
-k to skip SSL verification for targets with self-signed certs.-j for machine-readable JSON output.-o ./findings to persist results for later reporting.