원클릭으로
pentest-cloud
Cloud and infrastructure testing. Storage misconfig, WAF detection, email security.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Cloud and infrastructure testing. Storage misconfig, WAF detection, email security.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
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.
Discovery scan. JS bundles, API endpoints, GraphQL, secrets, BaaS backends.
| name | pentest-cloud |
| description | Cloud and infrastructure testing. Storage misconfig, WAF detection, email security. |
| user-invocable | true |
| allowed-tools | ["Bash","Agent","Read"] |
Test a target application's cloud infrastructure for storage misconfigurations, WAF presence, and email security (SPF, DKIM, DMARC).
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 cloud-agent using the Agent tool. The agent must run the following commands, collecting all JSON output:
pentest -k -j -o ./findings cloud storage <url>
pentest -k -j -o ./findings cloud waf <url>
pentest -k -j -o ./findings cloud email <url>
Read the JSON outputs from ./findings/ to gather all results.
Report cloud-specific findings covering:
For each finding, include:
-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.