Add files via upload
This commit is contained in:
7
challenges/forensics/Missing Key/writeup.md
Normal file
7
challenges/forensics/Missing Key/writeup.md
Normal file
@@ -0,0 +1,7 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user