Level 2
Refresh now...
- When we enter level 2, it will prompt a password login window like above and ask us to enter the password.
- Just press the 'Cancel' button and view page source code.
<script language="JavaScript" type="text/javascript"> var pass, i; pass=prompt("Please enter password!",""); if (pass=="l3l") { window.location.href="http://www.hackertest.net/"+pass+".htm"; i=4; } </script>
- Got it!
password: l3l
URL of level 3: http://www.hackertest.net/l3l.htm
No comments:
Post a Comment