Solution:
- When you get into this level, there will be a prompt popped up to require you enter the password. If you enter a wrong answer, it will redirect you back to level 4.
- Disable the JavaScript functionality of your browser and re-enter this level. You will see the webpage like above.
- View page source code and find the JavaScript code below.
<script language=JavaScript> var pass, i; pass=prompt("Password: ",""); if (pass=="SAvE-as hELpS a lOt") { window.location.href="save_as.htm"; i=4; }else {alert("Try again"); window.location.href="abrae.htm";} // --> </script>
- Got it!
password : SAvE-as hELpS a lOt
URL of level 6 : http://www.hackertest.net/save_as.htm
No comments:
Post a Comment