Hack This Site.co.uk - Main 9
Objectives
The developer has now added a feature that allows him to get a password reminder. Can you exploit it to send you the login details instead?
Solutions
we will again use inspector and Edit HTML to get passed this level
The developer added a forgot email link that will send them the password
looking at the source there is a check to make sure what is entered matches the admin's email
we use inspector and edit HTML to change the hardcoded admin password with my own. then put my email in the box and it will pass the test that they match and theoretically send the password to my email. Now this challenge doesn't actually send the email it just checks that the email matches and sends you to the completed page.
not to hard
Objectives
The developer has now added a feature that allows him to get a password reminder. Can you exploit it to send you the login details instead?
Solutions
we will again use inspector and Edit HTML to get passed this level
The developer added a forgot email link that will send them the password
looking at the source there is a check to make sure what is entered matches the admin's email
we use inspector and edit HTML to change the hardcoded admin password with my own. then put my email in the box and it will pass the test that they match and theoretically send the password to my email. Now this challenge doesn't actually send the email it just checks that the email matches and sends you to the completed page.
not to hard
Comments
Post a Comment