Skip to main content

Command Palette

Search for a command to run...

3,2,1..Go

Published
1 min readView as Markdown
Y

I am a Security guy, who develops and hacks the application.

CHALLENGE DESCRIPTION:

Screenshot from 2020-12-05 17-49-58.png

This challenge needs a little bit of research about "Joan Clarke". John clarke is a women who cracked Enigma cyphers.

So i searched about Enigma ciphers and i came across this website

https://www.dcode.fr/enigma-machine-cipher

Paste the cipher text in the box

WEQEXFTUXQHVOUFPSVLPTORHAFBQE

Adjust the settings according to the given image

config.jpg

You'll get this

YOUHAVECRACKEDTHEENIGMAGENIUS

Convert it into small letters and separate the words using underscore

Enclose it with flag wrapper

shaktictf{you_have_cracked_the_enigma_genius}

208 views