> For the complete documentation index, see [llms.txt](https://hacking-notes.jord4n.pro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hacking-notes.jord4n.pro/es/web/race-conditions.md).

# Condiciones de carrera

Notas sobre condiciones de carrera para los laboratorios de PortSwigger Web Security Academy, centradas en pasos prácticos de prueba, validación con Burp Suite, comportamiento de la carga útil y flujo de trabajo de explotación.

## Flujo de trabajo de pruebas

1. Identifica la funcionalidad vulnerable y la solicitud, parámetro, encabezado, cookie o sink del lado del navegador relevantes.
2. Reproduce el comportamiento en Burp Suite con una carga útil mínima antes de escalar el ataque.
3. Valida el impacto con una prueba de concepto clara, como acceso a la cuenta, divulgación de datos, ejecución de código, SSRF o cambio de estado.
4. Mantén sin cambios las cargas útiles, URLs, tokens y credenciales del laboratorio mientras documentas la ruta de explotación.

## Laboratorios

<table><thead><tr><th data-type="content-ref"></th></tr></thead><tbody><tr><td><a href="/pages/37bc6909b3c0fbab36f075760fba907c959c840a">/pages/37bc6909b3c0fbab36f075760fba907c959c840a</a></td></tr><tr><td><a href="/pages/2c6d6549f1bd61581d16971fb069d49e7f7e1a3f">/pages/2c6d6549f1bd61581d16971fb069d49e7f7e1a3f</a></td></tr><tr><td><a href="/pages/fbbb185b601896f3a07ef1c150a66ba8f44deaa9">/pages/fbbb185b601896f3a07ef1c150a66ba8f44deaa9</a></td></tr><tr><td><a href="/pages/e164bdefa3d319f319a8d2ff762cf4a67a90151f">/pages/e164bdefa3d319f319a8d2ff762cf4a67a90151f</a></td></tr><tr><td><a href="/pages/599d9b2c15c8720de7bc31e291a3ceef2fadaccb">/pages/599d9b2c15c8720de7bc31e291a3ceef2fadaccb</a></td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://hacking-notes.jord4n.pro/es/web/race-conditions.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
