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

# Calculateurs

Cette section regroupe des calculateurs de recherche rapide pour les tâches courantes de pentesting et d’administration. Chaque page utilise des tableaux GitBook consultables, afin que vous puissiez saisir la valeur dont vous avez besoin et accéder directement au résultat.

## Index des calculateurs

<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>Calculateur de sous-réseaux</h4></td><td>Recherchez des plages CIDR, des masques de sous-réseau, des masques génériques, le nombre d’hôtes, la taille des blocs et des exemples de sous-réseautage.</td><td><a href="/pages/5cb0d56d2542415e7e0688ba0be31abd10831a0b">/pages/5cb0d56d2542415e7e0688ba0be31abd10831a0b</a></td></tr><tr><td><h3><i class="fa-key" style="color:$primary;">:key:</i></h3></td><td><h4>Calculateur des permissions Linux</h4></td><td>Convertissez les permissions octales en notation symbolique, examinez les bits SUID/SGID/sticky et identifiez l’impact sur l’élévation de privilèges.</td><td><a href="/pages/153f601af26d81bf75ca76b68373e5f19e1487b0">/pages/153f601af26d81bf75ca76b68373e5f19e1487b0</a></td></tr><tr><td><h3><i class="fa-clock" style="color:$primary;">:clock:</i></h3></td><td><h4>Calculateur d’expression Cron</h4></td><td>Recherchez des expressions cron courantes, lisez leur signification en langage humain et examinez les vérifications d’élévation de privilèges liées à cron.</td><td><a href="/pages/0bad9f9c454c5f70c69a754a6844c60538a021a9">/pages/0bad9f9c454c5f70c69a754a6844c60538a021a9</a></td></tr></tbody></table>

## Utilisation rapide

| Besoin                                 | Rechercher                            |
| -------------------------------------- | ------------------------------------- |
| Masque réseau et nombre d’hôtes        | `/24`, `/27`, `/30`                   |
| Conversion des permissions Linux       | `755`, `644`, `4755`, `rwxr-xr-x`     |
| Signification de la planification 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/fr/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.
