2012/11/23

hackerskills.com Level3

這個遊戲玩玩前面兩關之後,慢慢的找到觀察的節奏…
只是有時後排版很亂的時候,得花時間自己排摟 哈哈

這次Level3的程式碼就非常凌亂,我已經整理到看得懂得版面了,那也供各位參考看看



<html>
<head>
<meta http-equiv="Content-Language" content="en-us">
<meta name="robots" content="noindex,nofollow">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>Level 3</title>
</head>
<body onload=javascript:pass(); alink="#000000">
<SCRIPT LANGUAGE="JavaScript">
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");
    }

}</SCRIPT>
<table border="0" cellspacing="1" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber1" height="550">
<tr>
<td width="100%" height="1" valign="top">
<table border="0" cellspacing="1" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber2">
<tr>
<td width="27%">

<img border="0" src="images/logo.gif" width="300" height="145">
</td>

<td width="73%" valign="top">

<table border="0" cellspacing="1" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber3">
<tr>
<td width="100%">

<b><i><font size="2" face="Arial">WORLDWIDE HACKING IN PROGRESS...</font></i></b>

</td>
</tr>
<tr>

<td width="100%">
<font size="2" face="Tahoma">HackerSkills.com is your own online hacker simulation. With over 100 levels
 that require different skills to get to another step of the game, this new real-life immitation will help
 you advance your security knowledge. HackerSkills.com will help you improve your JavaScript, PHP, HTML and
 graphic thinking in a fun way that will entertain any visitor! Have a spare minute? Log on! Each level will
 provide you with a new, harder clue to find a way to get to another level. Only few people have gotten to the
 end of the maze... Will you crack the HackerSkills.com?</font>
 
 </td>
 </tr>
 </table>
 </td>
 </tr>
 </table></td></tr><tr><td width="100%" height="267" valign="top"><b><font size="7" face="Arial">Level 3</font>
 
 </b><p>&nbsp;</p><div align="center"><center><p><br><b><font size="2" face="Arial">Try again...</font></b></p></center></div></td></tr><tr><td width="100%" height="80" valign="top"><!-- Begin BidVertiser code --><center><NOINDEX><SCRIPT LANGUAGE="JavaScript1.1" SRC="http://bdv.bidvertiser.com/BidVertiser.dbm?pid=15926&bid=92990"></SCRIPT><noscript><a href="http://www.bidvertiser.com">Pay per click advertising</a></noscript></NOINDEX></center><!-- End BidVertiser code --></td></tr></table></body></html>



 根據之前經驗,所以直接去function裡找找看,發現有這行Eingabe==pw如果正確則跳到下一關

根據這個線索又找到Body裡面有call這個function,而且pw=linkColor


我輸入#000000




過關啦 :)