Page 1 of 32 12311 ... LastLast
Results 1 to 10 of 313

Thread: hack-test

  1. #1
    Senior Member alakhiyar's Avatar
    Join Date
    Dec 2006
    Location
    Land of Oryx
    Posts
    255

    hack-test

    Hack-Test


    Test-Hack is your own online hacker simulation. With 20 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. Test-Hack 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. Can you pass the test?
    I'm on level 8

    If you need clues, please ask
    Last edited by alakhiyar; January 4th, 2007 at 04:08 PM.
    (\__/)
    (='.'=)
    (")_(")

  2. #2
    Gonzo District BOFH westin's Avatar
    Join Date
    Jan 2006
    Location
    SW MO
    Posts
    1,187
    I am on level 7 ... still poking around with that one...

    /* edit: I am on level 8 now... level 7 was pretty clever... */
    Last edited by westin; January 4th, 2007 at 04:55 PM.
    \"Those of us that had been up all night were in no mood for coffee and donuts, we wanted strong drink.\"

    -HST

  3. #3
    T3h 1337 N00b kryptonic's Avatar
    Join Date
    Sep 2003
    Location
    Seattle, Washington.
    Posts
    523
    i give up :-/ cant even make it past lvl 1 lol

  4. #4
    Gonzo District BOFH westin's Avatar
    Join Date
    Jan 2006
    Location
    SW MO
    Posts
    1,187
    I am on level 9 now... level 8 threw me for a loop... but I got it...
    \"Those of us that had been up all night were in no mood for coffee and donuts, we wanted strong drink.\"

    -HST

  5. #5
    Agony Aunty-Online Moira's Avatar
    Join Date
    Jun 2003
    Posts
    1,063

    Thumbs down

    Quote Originally Posted by kryptonic
    i give up :-/ cant even make it past lvl 1 lol
    I know what you mean it's so annoying I'm even tempted to buy the damned solutions at that price.
    77 111 105 114 97

    My PGP signature

  6. #6
    T3h 1337 N00b kryptonic's Avatar
    Join Date
    Sep 2003
    Location
    Seattle, Washington.
    Posts
    523
    lol Moira, I looked over the source for about 10mins. I found where i beleive was the password but it was encrypted, so just left it.

  7. #7
    Agony Aunty-Online Moira's Avatar
    Join Date
    Jun 2003
    Posts
    1,063
    Likewise ..... sometimes javascript is easy to "break" by continually hitting shift and enter (it gets rid of "no right click" anyway), but that didn't work. Disabling javascript did nothing at all. Guessing the password produced no results. I can't believe level one requires you to crack PKCS7 encryption. Googling for the answers didn't help.

    In short, I'm stuck. On level one. That's so pathetic.
    77 111 105 114 97

    My PGP signature

  8. #8
    T3h 1337 N00b kryptonic's Avatar
    Join Date
    Sep 2003
    Location
    Seattle, Washington.
    Posts
    523
    i know how you feel. Ill probably take a look at it later when im less busy.

    perhaps alakhiyar can give us some tips/pointers.

  9. #9
    Gonzo District BOFH westin's Avatar
    Join Date
    Jan 2006
    Location
    SW MO
    Posts
    1,187
    from level one source

    Code:
    <script language=JavaScript type="text/javascript">
    {
    var a="null";
    function check()
    {
    if (document.a.c.value == a)
    {
    document.location.href="/"+document.a.c.value+".htm";
    }
    else
    {
    alert ("Try again");
    }
    }
    }
    </script>

    no encryption to break there... look at the if / then ... and then look at the value for 'a' and notice that it is in quotes...


    /* edit:
    Code:
    value="-----BEGIN PKCS7-----MIIHXwYJKoZIhvcNAQcEoIIHUDCCB0w~~... ... etc etc...~~----END PKCS7-----
    ">
    this is from the paypal submission form... breaking that would be illegal */
    Last edited by westin; January 4th, 2007 at 11:36 PM.
    \"Those of us that had been up all night were in no mood for coffee and donuts, we wanted strong drink.\"

    -HST

  10. #10
    T3h 1337 N00b kryptonic's Avatar
    Join Date
    Sep 2003
    Location
    Seattle, Washington.
    Posts
    523
    nice....im on to lvl 3 now....thanks for the help westin

    lvl2 was pathetically easy

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •