> For the complete documentation index, see [llms.txt](https://hacking-3.gitbook.io/barre/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hacking-3.gitbook.io/barre/apuntes/red-team/tools/john-the-reaper.md).

# John The Reaper

<figure><img src="/files/3cE8hhdFuAPuAhx01qHx" alt=""><figcaption></figcaption></figure>

## Comandos

```bash
john -h
```

Para seleccionar el formato del hash que queremos crakear:

```bash
john --formt=FORMATO
```

Ver los diferentes formatos: [Formatos John The Ripper](https://pentestmonkey.net/cheat-sheet/john-the-ripper-hash-formats)

Para hacer uso de un diccionario distinto al default:

```bash
john --wordlist=RUTA DEL DICCIONARIO
```

Para que muestre el resultado por pantalla:&#x20;

```bash
john --show
```

Para detectar el format se puede saber con:&#x20;

```bash
jonh fichero.txt
```
