一键导入
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 职业分类
Business 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
| 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 Intruder