Level 5 - Level 6
Last updated
Was this helpful?
Last updated
Was this helpful?
This time the page welcomed me with an input box requesting for a secret. Also there was a link "View sourcecode".
The link lead to index-source.html
page, which had the logic that is behind the verification of the secret key that we enter as input. The variable $secret
, which is used in the code is imported from the file/path includes/secret.inc
.
On entering the found secret value in the input, got the password for the next level.
The path includes/secret.inc
[ ] had the value for the variable $secret
.