Skip to content

Latest commit

 

History

History
148 lines (75 loc) · 3.8 KB

README.md

File metadata and controls

148 lines (75 loc) · 3.8 KB

Da Vinci

Write-up author: jon-brandy

DESCRIPTION:

Try to find out the secret which is hiding inside of these pictures and learn the truth about Mona Lisa!

HINT:

  • NONE

STEPS:

  1. First, unzip the .zip file given.

RESULT

image

  1. Let's strings monalisa.

RESULT

image

  1. It looks like there are hidden files inside. Now extract it using binwalk, then jump to the extracted directory.

RESULT

image

  1. Yep, just like what we thought!
  2. Hmm.. let's try to unzip the famous one.

RESULT

image

  1. Use fcrackzip to get the pass.
fcrackzip -D -u -p /usr/share/wordlists/rockyou.txt famous.zip

RESULT

image

  1. Unzip it again.

image

image

  1. Hmm.. let's use stegsolve.
  2. Well i got nothing.
  3. Let's try to strings Plans.jpg.

RESULT

image

  1. Check the youtube video.

RESULT

image

  1. No clue.
  2. Let's strings the last file.
  3. Well got not clue either. But the file name caught my attention, the clue here is referring to steghide (?).
  4. Let's try to use it and insert the pass as TOM ("TOM" is displayed at the image)

RESULT

image

  1. There we go! Strings it.

RESULT

image

  1. Hmm.. What comes to my mind is, this password is for Mona.jpg. But first, the password looks like hashed (might be in MD5, since it's the common hash algorithm in CTF), try to crack it with online md5 cracker.

RESULT

image

  1. Let's use it to mona.

RESULT

image

  1. Hmm.. use it to plans then.

RESULT

image

  1. Stuck for a while here, but when i check the youtube's link we got.
  2. I tried to use the Guernica as the password.
  3. Turns out it's correct.

RESULT

image

  1. Strings the key.

RESULT

image

  1. It's encoded in base64 , decode it.

RESULT

image

DECODE IT AGAIN

image

DECODE IT AGAIN

image

  1. Got the flag!

FLAG

HTB{M0n@_L1z@_!s_D3@D}