Password Management
Writeup for Password Management (Forensics) - 1337UP LIVE CTF (2024) 💜
Last updated
Writeup for Password Management (Forensics) - 1337UP LIVE CTF (2024) 💜
Last updated
My computer broke and I don't know what to do! Can you take a look at the drive? There shouldn't be any sensitive information on there, I deleted personal files a while ago..
Players will download the disk image and analyse it with some forensics tool, e.g. FTKImager
or Autopsy
. I like FTKImager for file recovery but Autopsy has some extra features to pull out interesting files, patterns, indicators etc.
Players will find 13 images that were deleted (and recycle bin emptied), but this doesn't erase them fully!
So, let's extract them.
12 of the images are AI generated, the last one is a photograph of a password: SevenSuns397260
Players can find reference of interesting website visit https://super-really-real-bank.com
in the web data.
A bit of a hint that players should focus on browser history but it is encrypted!
Let's extract the Firefox browser data! It's Windows, so the profiles will be stored at C:\Users\cat\AppData\Roaming\Mozilla\Firefox\Profiles\
We can use a tool like firefox decrypt to get some juicy passwords, cookies etc (providing we have the master password).
Players use the password they found earlier to unlock the data (SevenSuns397260
), then in the cookies/saved passwords will be the flag 😼
Flag: INTIGRITI{4n_unf0r7un473_53r135_0f_m1574k35}
BTW sorry the image was so big! I actually tried to make this with Windows 10, Windows 7, and Windows XP and ran into different issues each time. I tried to clear up as many files as possible and compress etc but could never get it under 5gb lol. My first time making this kind of forensics challenge so if anyone has any tips for future, let me know!