Enigmatic Vault

Challenge Description

In the heart of the mysterious forest, a hidden vault guards ancient relics.

Attached files

Solution

  • Opening the doc file, we find weird brackets.

  • Using dcode.fr, we can figure out that JSFuck Language has been used

  • After JSfuck decoding the doc file contents, we find another string which uses Kenny Language

  • Kenny language decoding gives an encoded string

  • Using cyberchef, Base58, Base85 decoding gives us the flag

FLAG

xCTF{HiddenVaultEntranceBehindTheFalls}

Last updated