> 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/ru/web/race-conditions.md).

# Состояния гонки

Заметки о состояниях гонки для лабораторных работ PortSwigger Web Security Academy, с упором на практические шаги тестирования, проверку в Burp Suite, поведение полезной нагрузки и рабочий процесс эксплуатации.

## Рабочий процесс тестирования

1. Определите уязвимую функцию и соответствующий запрос, параметр, заголовок, cookie или приемник на стороне браузера.
2. Воспроизведите поведение в Burp Suite с минимальной полезной нагрузкой, прежде чем развивать атаку.
3. Подтвердите влияние с помощью чёткого доказательства концепции, например доступа к учётной записи, раскрытия данных, выполнения кода, SSRF или изменения состояния.
4. Сохраняйте полезные нагрузки, URL-адреса, токены и учётные данные лаборатории без изменений, документируя путь эксплуатации.

## Лаборатории

<table><thead><tr><th data-type="content-ref"></th></tr></thead><tbody><tr><td><a href="/pages/fa7f48c17e80ba091dd9b6683a488858873c9a3d">/pages/fa7f48c17e80ba091dd9b6683a488858873c9a3d</a></td></tr><tr><td><a href="/pages/34ccb4bdce847acb8026f19ba5fdb795f65bd93f">/pages/34ccb4bdce847acb8026f19ba5fdb795f65bd93f</a></td></tr><tr><td><a href="/pages/3e15dad837608c3682c9de66be6a64cb4b7864ee">/pages/3e15dad837608c3682c9de66be6a64cb4b7864ee</a></td></tr><tr><td><a href="/pages/facffee34d8eb3f5500321cdf08a12049704f531">/pages/facffee34d8eb3f5500321cdf08a12049704f531</a></td></tr><tr><td><a href="/pages/7a7c3745d0420c8c9e6eb1e39f0d6ecd66c85ec3">/pages/7a7c3745d0420c8c9e6eb1e39f0d6ecd66c85ec3</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/ru/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.
