diff --git a/challenges/forensics/Missing Key/writeup.md b/challenges/forensics/Missing Key/writeup.md new file mode 100644 index 0000000..e21ceaa --- /dev/null +++ b/challenges/forensics/Missing Key/writeup.md @@ -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 \ No newline at end of file