> 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/useful-resources/exploit-development.md).

# Разработка эксплойтов

Практические заметки по переполнению буфера для изучения основ разработки эксплойтов: воспроизведение сбоя, поиск смещения, проверка плохих символов, размещение шеллкода и выполнение контролируемой полезной нагрузки.

## Лаборатории по разработке эксплойтов

<table data-view="cards" data-full-width="false" data-search="false"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><h3><i class="fa-folder-tree" style="color:$primary;">:folder-tree:</i></h3></td><td><h4>Переполнение буфера в Linux — пользовательский вариант</h4></td><td>Пользовательские заметки по переполнению буфера в Linux для создания эксплойтов, управления потоком выполнения, формирования полезной нагрузки и документирования методики повреждения памяти.</td><td><a href="/pages/b107db8035c8a85a885c23bdb14409f11b341946">/pages/b107db8035c8a85a885c23bdb14409f11b341946</a></td></tr><tr><td><h3><i class="fa-file-code" style="color:$primary;">:file-code:</i></h3></td><td><h4>Переполнение буфера в Linux — двоичный файл Agent</h4></td><td>Заметки по переполнению буфера двоичного файла Agent в Linux для анализа сбоев, поиска смещения, построения полезной нагрузки и проверки эксплойта в лабораториях в стиле CTF.</td><td><a href="/pages/3de52097ffe12d347f27ec2fbad9dd96407ccce6">/pages/3de52097ffe12d347f27ec2fbad9dd96407ccce6</a></td></tr><tr><td><h3><i class="fa-envelope" style="color:$primary;">:envelope:</i></h3></td><td><h4>Переполнение буфера в Windows — SLMail</h4></td><td>Заметки по переполнению буфера в Windows для SLMail: фаззинг POP3, поиск смещения, выбор JMP ESP, доставка шеллкода и проверка эксплойта.</td><td><a href="/pages/008d30bae8c3475a56fa5560054631711c3a4dbd">/pages/008d30bae8c3475a56fa5560054631711c3a4dbd</a></td></tr><tr><td><h3><i class="fa-folder-tree" style="color:$primary;">:folder-tree:</i></h3></td><td><h4>Переполнение буфера в Windows — MiniShare</h4></td><td>Заметки по переполнению буфера в Windows для MiniShare: фаззинг, контроль EIP, анализ плохих символов, генерация шеллкода и практика разработки эксплойтов.</td><td><a href="/pages/a7505766fdfa6e9692428c3bc2146b2ac55dc8d7">/pages/a7505766fdfa6e9692428c3bc2146b2ac55dc8d7</a></td></tr></tbody></table>

### Рабочий процесс

1. Воспроизведите сбой и контролируйте размер ввода.
2. Найдите смещение, подтвердите контроль над указателем инструкций и определите плохие символы.
3. Разместите шеллкод или контролируемую полезную нагрузку и задокументируйте каждую контрольную точку отладчика.
4. Храните код эксплойта, скриншоты, смещения, регистры и команды вместе для воспроизводимости.


---

# 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/useful-resources/exploit-development.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.
