ワンクリックで
race-condition-testing
Race condition and TOCTOU exploitation — parallel request attacks
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Race condition and TOCTOU exploitation — parallel request attacks
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | race-condition-testing |
| description | Race condition and TOCTOU exploitation — parallel request attacks |
| origin | RedteamOpencode |
run_tool curl --parallel (HTTP/2 multiplexing)For current-engagement target requests, use plain run_tool curl by default and let
rtcurl load auth.json automatically. Only add explicit Cookie: or
Authorization: headers when intentionally testing alternate-user races or session
override behavior.
bash run_tool curl --parallel --parallel-max 50 \ -X POST https://target/redeem-coupon \ -d "code=DISCOUNT50" \ # Add explicit Cookie/Auth only when testing a second session or override path --url "https://target/redeem-coupon" \ --url "https://target/redeem-coupon" \ [repeat N times] race-single-packet-attack.py in Turbo IntruderBusiness logic vulnerability detection — workflow bypass, price manipulation, state abuse, and application-specific flaws
Detect PII, credentials, and corporate sensitive data in API responses, source code, files, headers, and database extracts
Detect and exploit SQL injection vulnerabilities in web application parameters
Test for authentication and authorization flaws including credential attacks, session issues, and access control bypasses
Detect and exploit cross-site scripting vulnerabilities in web applications
Discover hidden parameters, test values, and identify input handling anomalies