avatar
Cyscom
Cybersecurity Student Community of VIT Chennai
  • CTF EVENTS
  • CATEGORIES
  • TAGS
  • ARCHIVES
  • POSTS
  • ABOUT
Home Zypher 2023 Level 3 - Password Protected PDF
Writeup
Cancel

Level 3 - Password Protected PDF

Challenge

You are given a PDF

Solution

You need to first extract the crackable information from the file using John the Ripper tool.

1
$ pdf2john.py unknown.pdf > hash

Now, crack the hash using John the Ripper tool.

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

Now, you can see the password for the PDF file is mystery. Use this password to open the PDF file and you will get the flag.

Flag

zyp{string_1408}
Edit on GitHub

© 2023 Cyscom. Some rights reserved.

Using the Jekyll theme Chirpy.

A new version of content is available.