# 00 - Info

На этапе эксплуатации атакующий использует обнаруженные уязвимости для проникновения в систему.  Выбирает инструментарий, настраивает соответствующие эксплойты, словари для БрутФорса, скрипты и вспомогательные утилиты.\
В случае если атакующий получил доступ уровня root, он переходит к закреплению на атакуемом хосте.\
В случае если атакующий получил доступ ограниченного уровня, например учетной записи <mark style="color:yellow;">www-data (web-server)</mark>, атакующий может попытаться поднять уровень привелегий до root <mark style="color:yellow;">(глава privilege escalation)</mark>, путем использования локальных эксплоитов (<mark style="color:yellow;">LPE)</mark> или попытаться обойти локальные ограничения безопасности в неправильно сконфигурированных системах <mark style="color:yellow;">(misconfig)</mark>.


---

# Agent Instructions: 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:

```
GET https://reeves0x0.gitbook.io/linux-under-attack/exploitation/00-info.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
