darkCON CTF: The Return of Mr. X

This is the third OSNIT Challenge in a series from DarkCON CTF 2021, this my first ever first-blood! 😃

/assets/images/darkcon_3/Screenshot_from_2021-02-20_22-42-20.png

This might not make much sense out of context, but basically we were looking for somebody named lola’s boyfriend who was apparently missing. We are given this and we are supposed to look for him as well:

/assets/images/darkcon_3/Screenshot_from_2021-02-28_21-30-56.png

In the last challenge we were given the name of Lola’s boyfriend as Imag1nary_bf, we we look up people with that name using the sherlock tool we find:

/assets/images/darkcon_3/Screenshot_from_2021-02-20_22-56-581.png

Since the challenge description mentioned something about boards we start with Pinterest, and since lola’s name appears in the profile description we must be in the right place. We also find a link to a trello board.

/assets/images/darkcon_3/Screenshot_from_2021-02-20_22-20-04.png

On the trello board we find a link to a pastebin:

/assets/images/darkcon_3/Screenshot_from_2021-02-20_22-45-13.png

There is a PGP private key:

/assets/images/darkcon_3/Screenshot_from_2021-02-20_22-45-02.png

On the trello board it says that the target is in the key, when we decode it from base64 we find an onion link.

/assets/images/darkcon_3/d30.png

Go to the onion link and we get this very generic webpage, there is nothing in the source.

/assets/images/darkcon_3/Screenshot_from_2021-02-20_22-44-51.png

Checking out robots.txt, and we find a suspicious page.

/assets/images/darkcon_3/Screenshot_from_2021-02-20_22-33-26.png

We have found the mr x hitman page:

/assets/images/darkcon_3/Screenshot_from_2021-02-20_22-33-36.png

Checking the source we can see a file named flag which is a pgp encrypted message:

/assets/images/darkcon_3/Screenshot_from_2021-02-20_22-33-45.png

We use the key we found earlier on pastebin to decrypt this message, and guess that the password is TheInvisibleMan, which is his username/last name.

/assets/images/darkcon_3/Screenshot_from_2021-02-20_22-44-31.png

We now have the flag.

FIN 🥳