Hackertest.net Solutions Level 3


Level 3
http://www.hackertest.net/l3l.htm
password: #000000

Method :

Follow Thru This code :


&ltbody onload=javascript:pass(); alink="#000000"&gt
&ltSCRIPT LANGUAGE="JavaScript"&gt
function pass()
{
var pw, Eingabe;
pw=window.document.alinkColor;
Eingabe=prompt ("Please enter password");
if (Eingabe==pw)
{
window.location.href=String.fromCharCode(97,98,114,97,101)+".htm";
}
else
{
alert("Try again");
}
}


0 Responses to “Hackertest.net Solutions Level 3”

Post a Comment