Démarrez la machine, hackez le système et trouvez les flags cachés pour compléter ce défi et gagner des points!
Lancez votre machine dédiée pour commencer à hacker
Every webpage loads resources. Press F12 to open DevTools and look at the HTML source.
Near the bottom of the HTML, find the <script> tag. It loads a JavaScript file - that's your answer.
Look through the JavaScript code for an if statement that checks credentials.
You'll find something like: if (username === "..." - the value in quotes is the expected username.
if statement you found in the previous step.The authentication check compares both username AND password. You already found the username.
Look for: && password === "..." - the value after the === is the password.
You have the credentials. Time to use them.
Créez un compte gratuit pour démarrer votre propre serveur dédié, soumettre des flags et gagner des points au classement.
Commencer à Hacker GratuitementChoisissez comment vous voulez commencer
Connectez-vous à votre compte