FE01 - 100pts
Briefing
Download the file and find a way to get the flag. Contents: fe01.ost
Challenge Files:
Solution
- We can run - file fe01.ostto determine that- fe01.ostis a Microsoft Outlook email folder.
- Searching online for a program that can read this identifies - pffexport, which can be installed with- sudo apt install pff-tools.
- We can extract the content with - pffexport fe01.ostand- cdinto- fe01.ost.export.
- Run - find . -type d -empty -deletein- fe01.ost.exportto delete all empty directories.
- Searching the folder for - flagshows that- Root - Mailbox/IPM_SUBTREE/Inbox/Message00018/Attachmentshas a ZIP file called- 1_flag.zip(as an attachment to the- Message00018email) that is password protected.
- Looking around some more reveals that the calendar contains the key. - Root - Mailbox/IPM_SUBTREE/Calendar/Appointment00001/Appointment.txthas the name- c]5p@S7K/z}Z!Q - 11am meeting with Chrisso- c]5p@S7K/z}Z!Qis the password.
- Extracting the - 1_flag.zipwith- c]5p@S7K/z}Z!Qas the password shows an image- flag.jpgwith the flag in it.
Flag
pst_i'm_in_here!
Last updated
Was this helpful?
