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

# Calculadoras

Esta sección agrupa calculadoras de búsqueda rápida para tareas comunes de pentesting y administración. Cada página usa tablas de GitBook con capacidad de búsqueda, para que puedas escribir el valor que necesitas e ir directamente al resultado.

## Índice de calculadoras

<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>Calculadora de subnetting</h4></td><td>Busca rangos CIDR, máscaras de subred, máscaras comodín, cantidad de hosts, tamaño de bloque y ejemplos de subnetting.</td><td><a href="/pages/506bdef0435ccf6cf4dd7f57ab7cb834b759482a">/pages/506bdef0435ccf6cf4dd7f57ab7cb834b759482a</a></td></tr><tr><td><h3><i class="fa-key" style="color:$primary;">:key:</i></h3></td><td><h4>Calculadora de permisos de Linux</h4></td><td>Convierte permisos octales a notación simbólica, revisa los bits SUID/SGID/sticky e identifica el impacto en la escalada de privilegios.</td><td><a href="/pages/8ffdcc22cb77fcb00cc122352f0c87793ecfee9d">/pages/8ffdcc22cb77fcb00cc122352f0c87793ecfee9d</a></td></tr><tr><td><h3><i class="fa-clock" style="color:$primary;">:clock:</i></h3></td><td><h4>Calculadora de expresiones cron</h4></td><td>Busca expresiones cron comunes, lee su significado en lenguaje natural y revisa comprobaciones de escalada de privilegios de cron.</td><td><a href="/pages/2745d06b672cf57eeadb2b806ef5989593e6a1b4">/pages/2745d06b672cf57eeadb2b806ef5989593e6a1b4</a></td></tr></tbody></table>

## Uso rápido

| Necesita                            | Buscar                                |
| ----------------------------------- | ------------------------------------- |
| Máscara de red y cantidad de hosts  | `/24`, `/27`, `/30`                   |
| Conversión de permisos de Linux     | `755`, `644`, `4755`, `rwxr-xr-x`     |
| Significado de la programación 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/es/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.
