Description:
- This time Sam remembered to upload the password file, but there were deeper problems than that.
Requirements:
- Basic knowledge of HTML & directory structure understanding.
Hints:
- This time Sam remembered to upload the password file, so… maybe you can find it?
Difficulty: Easy.
Points: 15
Challenge Link: https://www.hackthissite.org/missions/basic/3
Forum Link:
Solution:
Looking in the HTML source code for password submit form we find the one interesting hidden input field with name=“file” value=“password.php”.
Looks like the password file that Sam uploaded. Visiting this path, we can access the password.php file and it gives us the password that we are looking for.
Happy Hacking