Skip to content

Commit

Permalink
heck
Browse files Browse the repository at this point in the history
  • Loading branch information
rootCircle committed Feb 14, 2025
1 parent f8012d4 commit ec00539
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/notes/pdfcrack.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ I've recently explored the world of Capture The Flag competitions, where crackin
- Using pdfcrack-ng
```bash
pdfcrack-ng -w wordlist.txt -t 12 <filename>.pdf
pdfcrack-ng -c "ABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890" -t 12 -n 10 -m 20 <filename>.pdf
```

- Using hashcat
Expand Down Expand Up @@ -135,3 +136,4 @@ I've recently explored the world of Capture The Flag competitions, where crackin

- [Crunch Guide](https://www.geeksforgeeks.org/kali-linux-crunch-utility/)
- [Mask Attack](https://hashcat.net/wiki/doku.php?id=mask_attack)
- [Using hashcat and John the Ripper](https://blog.pentesteracademy.com/cracking-password-of-a-protected-pdf-file-using-hashcat-and-john-the-ripper-1b50074eeabd?gi=49f9f633b82c)

0 comments on commit ec00539

Please sign in to comment.