robo-auth ~ Traboda Web Challenge Write Up

Srikesh Ravikumar
2 min readJun 23, 2021

Challenge Description : A Super Secure Authentication System Powered by RoboCorp.

Challenge Link : https://app.traboda.com/challenge/121

Flag Format : inctfj{…}

Get the Link for this challenge by Clicking on Create Instance Button

On opening the link we will be able to see a window which looks like..

On opening Inspect Window and entering the Sources tab , lets check the file named you-found-it.js, which looks like

There we can see in the if-else condition , the username is pwned and the password is 1337R0b0.

On Entering these details we shall see the flag on our screen.

The flag is inctfj{1337R0b0_got_pwned}

Intro to Traboda : Traboda is an Cybersecurity Edutech from which provides 200+ challenges from various categories and competitions with difficulty ranging from beginners to experts.

--

--