# 00 -Info

Эскалация привелегий это методика повышения текущих прав пользователя - до более высоких.\
\
В самом простом случае: у вас есть ограниченная учетная запись и путем манипуляций с плохо настроенными правами (<mark style="color:yellow;">misconfig</mark>) или с помощью <mark style="color:red;">эксплоитов</mark> и тд, вы повышаете свои права до root.\
\
В чуть более сложном примере у вас есть все та же ограниченная учетка, но вы повышаете привелегии не до root, а до учетки с более высоки правами, а уже от нее до root.


---

# 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/privilege-escalation/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.
