ワンクリックで
pentest-advanced
Advanced attack testing. Request smuggling, race conditions, cache poisoning, subdomain takeover.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Advanced attack testing. Request smuggling, race conditions, cache poisoning, subdomain takeover.
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.
Authentication and session security testing. JWT, OAuth, sessions, brute force.
Cloud and infrastructure testing. Storage misconfig, WAF detection, email security.
Discovery scan. JS bundles, API endpoints, GraphQL, secrets, BaaS backends.
| name | pentest-advanced |
| description | Advanced attack testing. Request smuggling, race conditions, cache poisoning, subdomain takeover. |
| user-invocable | true |
| allowed-tools | ["Bash","Agent","Read"] |
Test a target application for advanced attack vectors including HTTP request smuggling, race conditions, cache poisoning, and subdomain takeover vulnerabilities.
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 advanced-agent using the Agent tool. The agent must run all advanced attack commands:
pentest -k -j -o ./findings advanced smuggle --active --yes <url>
pentest -k -j -o ./findings advanced race --active --yes <url>
pentest -k -j -o ./findings advanced cache --active --yes <url>
pentest -k -j -o ./findings advanced takeover --active --yes <url>
Read the JSON outputs from ./findings/ to gather all results.
Present findings with detailed exploitation scenarios:
For each confirmed vulnerability, 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.