Javascript – Authentication 2

Walkthrough for Root Me/Challenges/Web Client

Javascript – Authentication 2

When you open the page, you should be able to see something like this. Open the Developer Tools to look around the code.

Notice that it includes a “login.js” file.

Go to Sources Tab and look for the login.js file. The credentials are stored in the variable “TheLists”.

Use the username and password you found to try and login.

It will confirm if this is correct.

Use the same password in the challenge’s validation section. If it is correct, you will see something like this upon submission.