# 00 - info

Linux persistence — это набор техник, которые позволяют атакующему сохранить доступ к системе после  проникновения. Эти техники включают создание различных "точек закрепления", которые обеспечивают автоматический запуск вредоносных программ при загрузке системы, входе в систему легитимного пользователя или выполнении определённых действий легитимного пользователя.\
Все эти техники требуют от атакующего разных уровней привилегий.\
Чем выше привилегии атакующего - тем на более "низком" уровне он может закрепиться.


---

# 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/persistence/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.
