# PDF & ANY DOCUMENT

## Pdf

#### Pdfcrack

```
pdfcrack my.pdf -w /usr/share/wordlists/rockyou.txt
```

#### Pdf2john

```
pdf2john my.pdf >> hash.txt

john hash.txt --wordlist=/usr/share/wordlists/rockyou.txt

john hash.txt --show
```
