> 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/calculators.md).

# Калькуляторы

Этот раздел объединяет калькуляторы для быстрого поиска по распространённым задачам пентестинга и администрирования. На каждой странице используются таблицы GitBook с поиском, так что вы можете ввести нужное значение и сразу перейти к результату.

## Индекс калькуляторов

<table data-view="cards" data-full-width="false" data-search="true"><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-network-wired" style="color:$primary;">:network-wired:</i></h3></td><td><h4>Калькулятор подсетей</h4></td><td>Ищите диапазоны CIDR, маски подсетей, wildcard-маски, количество хостов, размер блока и примеры разбиения на подсети.</td><td><a href="/pages/a16830e7f413440a0a8b7cf116193591e234042a">/pages/a16830e7f413440a0a8b7cf116193591e234042a</a></td></tr><tr><td><h3><i class="fa-key" style="color:$primary;">:key:</i></h3></td><td><h4>Калькулятор прав Linux</h4></td><td>Преобразуйте восьмеричные права в символьную нотацию, проверьте биты SUID/SGID/sticky и определите влияние на повышение привилегий.</td><td><a href="/pages/23cb17ea2fba84ff4fe3661d1cb326957b4c520f">/pages/23cb17ea2fba84ff4fe3661d1cb326957b4c520f</a></td></tr><tr><td><h3><i class="fa-clock" style="color:$primary;">:clock:</i></h3></td><td><h4>Калькулятор выражений cron</h4></td><td>Ищите распространённые выражения cron, читайте их смысл на естественном языке и проверяйте признаки повышения привилегий через cron.</td><td><a href="/pages/333f18a26482351af82f365bc054af3e8aa24c40">/pages/333f18a26482351af82f365bc054af3e8aa24c40</a></td></tr></tbody></table>

## Быстрое использование

| Нужно                             | Искать                                |
| --------------------------------- | ------------------------------------- |
| Сетевая маска и количество хостов | `/24`, `/27`, `/30`                   |
| Преобразование прав Linux         | `755`, `644`, `4755`, `rwxr-xr-x`     |
| Значение расписания cron          | `*/5 * * * *`, `0 0 * * *`, `@reboot` |


---

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