Clear it in 3 steps
-
Start the environment
-
Investigate the target
-
Submit the flag
This page has a password-protected area. However, because the password check is done in JavaScript, you can find the correct password by looking at the source code! Check the JavaScript in the developer tools to find the correct password.
Press F12 to open Developer Tools and look at the "Sources" or "Debugger" tab
Is there a variable called `password` in the `<script>` tag?
There's `var correctPassword = "secret123"` in the JavaScript code