> For the complete documentation index, see [llms.txt](https://oscp.cyberdefendersprogram.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://oscp.cyberdefendersprogram.com/cheatsheet-commands/credential-access.md).

# credential-access

## password cracking

```
sudo john --wordlist=/usr/share/wordlists/rockyou.txt <password_hashes>
```
