بنقرة واحدة
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