Post

Sws101_ctf_journal7

CyberHeroes

First, we will check for website.

alt text

And we are going to view thw page source.

alt text

I found that a function called authenticate() is called on Button Click. And it has the function of

alt text

The script has given us following information:

  • String = 54321@terceSrepuS
  • Value = h3ck3rBoi

Now we got string which uses a ReverseString Function so Let’s try to Reverse it.

alt text

so, our password is SuperSecret@12345 and username is h3ck3rBoi.

alt text

And we got the flag and we are done with the machine.

This post is licensed under CC BY 4.0 by the author.