7 lines
430 B
Markdown
7 lines
430 B
Markdown
# Solution
|
|
- Open the password-locked PDF file in a basic text editor like Notepad or another
|
|
similar program.
|
|
- Scroll to the bottom of the text content in the editor. The password for the PDF is embedded in the file's raw data, often found towards the end of it.
|
|
- Retrieve the password from the file's contents.
|
|
- Use this password to unlock the PDF file.
|
|
- Once unlocked, access the contents of the PDF to find the flag |