What is it? @.@

Here is the place where I record some tactics about wargame, systems, and other security issues.

2012-11-29

Hacker Test - Level 3

Description:


Solution:
  1. Just press the 'Cancel' button and view page source code.
    <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>
    
  2. Got it!
    password: #000000
    URL of level 4: http://www.hackertest.net/abrae.htm

No comments:

Post a Comment