Level 2 - The Spectrecular Bot (AI)

Going to any of the links we see this UI (with an example message):

Looking for comments in the source using inspect elements we see this:

Now we guess that this is a vignere cipher where the key is spectrecular . Using cyberchef to decode it, the message is:

Then we have this interaction:

But if we try to get the flag at /supersecretflagendpoint we simply get this:

So now we guess that we need to do some path traversal to bypass this check. This gives us the flag:

Last updated