> 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/hacking-tools/exploitation.md).

# Инструменты для эксплуатации и исследований

Используйте эту категорию, когда уязвимость уже выглядит правдоподобной и вам нужны ссылки на эксплойты, модули фреймворков, общедоступные исследования proof-of-concept или примеры методологии bug bounty.

## Инструменты и ресурсы

<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-rocket" style="color:$primary;">:rocket:</i></h3></td><td><h4>Metasploit</h4></td><td>Заметки по методологии Metasploit Framework, охватывающие msfconsole, поиск модулей, вспомогательные модули, модули эксплойтов, payload'ы, энкодеры, msfvenom, Meterpreter, рабочие области базы данных, сеансы, перечисление служб, эксплуатацию SMB, постэксплуатацию и проверку, ориентированную на отчётность.</td><td><a href="/pages/6a37da22269a6a0187f30236735cf361b9d475e4">/pages/6a37da22269a6a0187f30236735cf361b9d475e4</a></td></tr><tr><td><h3><i class="fa-magnifying-glass" style="color:$primary;">:magnifying-glass:</i></h3></td><td><h4>Searchsploit</h4></td><td>Заметки по использованию searchsploit для локального запроса Exploit-DB, поиска публичных эксплойтов и изучения кода proof-of-concept.</td><td><a href="/pages/236bafa6e94d85dc1d6d0e3c56912fd7db9e4999">/pages/236bafa6e94d85dc1d6d0e3c56912fd7db9e4999</a></td></tr><tr><td><h3><i class="fa-bug" style="color:$primary;">:bug:</i></h3></td><td><h4>Ресурсы для bug bounty и исследований</h4></td><td>Ресурсы для bug bounty и исследований в области безопасности: публичные разборы, базы данных уязвимостей, ссылки на эксплойты, заметки по методологии и исследования payload'ов.</td><td><a href="/pages/d509d1f716ce3c429a4afd3a49a59f203eeffc3a">/pages/d509d1f716ce3c429a4afd3a49a59f203eeffc3a</a></td></tr></tbody></table>

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

1. Подтвердите условие уязвимости перед выбором пути эксплуатации.
2. Ищите публичные ссылки, затронутые версии, предварительные требования и ожидаемый эффект.
3. Предпочтите самый небольшой контролируемый proof of concept, который демонстрирует риск.
4. Используйте модули Metasploit только тогда, когда понятны поведение модуля и влияние payload'а.
5. Документируйте источник эксплойта, версию, командную строку, payload, вывод сеанса и шаги очистки.


---

# 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/hacking-tools/exploitation.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.
