Skip to content

Instantly share code, notes, and snippets.

@jlsajfj
Last active February 10, 2021 23:08
Show Gist options
  • Save jlsajfj/5b82a8eea5fa169c55933e78b3e323f6 to your computer and use it in GitHub Desktop.
Save jlsajfj/5b82a8eea5fa169c55933e78b3e323f6 to your computer and use it in GitHub Desktop.

Hashcat

To start off with, the password to Welcome_To_The_Game.rar is hashcat, simply enough.

We pop open that folder to get to the next level with, what looks to be, Brainf*ck.

I dropped that into a compiler, but it didn't work. Notably the brackets are reversed, which prompted "why don't I reverse every symbol?" (This can be solved easier with this reverse f*ck tool)

Here it is reversed:

++++++++++[>+>+++>+++++++>++++++++++<<<<-]>>>>++++++++++++.<------------------.>+++..++++.--------.+++.--------------.+++++.++++++++++.-----.+.+++++.------------.<---.>----..+.+++++++++.

Next password is p4sswordisnoth1dden.

For the final password, we hash You_are_very_close.txt with MD5 to get the password aab2ee6281c7c190e7ae2c4cacddad52.

Finally we're at the flag! Trollcat{Ev3ry_f1le_h4s_un1que_h4sh_v4lue}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment