From 693bd382f290ff6fb26299e21929e7ae0c5833af Mon Sep 17 00:00:00 2001 From: lx <127169114+Tyyliaaaaa@users.noreply.github.com> Date: Wed, 17 Apr 2024 17:44:47 +0800 Subject: [PATCH] Add files via upload --- challenges/forensics/Missing Key/writeup.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 challenges/forensics/Missing Key/writeup.md 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