Page 6 of 16 FirstFirst ... 45678 ... LastLast
Results 51 to 60 of 151

Thread: Fun little site for noobs to play around with.

  1. #51
    be sure that you type in 80 as the port after you type www.hulla-balloo.com kulay. also if youre running a firewall make sure it will let the outgoing connection pass through also... i need some help with level 8... i realize that it has to be an SSI bug like
    but i dont know how to use it... anyone on/past lvl 8 yet?

  2. #52
    Junior Member
    Join Date
    May 2003
    Posts
    11
    can someone have a look at this for me:
    http://scifi.pages.at/hackits/JavaScript.htm

    been lookig round in the code, had basically this same problem with another i was trying to do the other day...

    is the answer related to this line:
    d1=window.document.linkColor; ?

  3. #53
    Junior Member
    Join Date
    Feb 2003
    Posts
    20
    why is it telnet wont work on a workstation
    \"SpeAk YouRSelF\"

  4. #54
    Junior Member
    Join Date
    Jul 2003
    Posts
    22
    thesecession,

    Would really appreciate you implementing the tutorial for the different levels. Don't need the answers; just point us in the right direction where we can deduce the password without getting a migraine...lol

  5. #55
    Webius Designerous Indiginous
    Join Date
    Mar 2002
    Location
    South Florida
    Posts
    1,123
    Gidz, take a good look at that javascript
    Code:
    <SCRIPT LANGUAGE="JavaScript">
    function pw()
    {
       var d1, Eingabe;
       d1=window.document.linkColor;
       
    	Eingabe=prompt ("Please enter password");
    	if (Eingabe==d1)
    	{
    	
        window.location.href=String.fromCharCode(65,66,67)+".htm";
        }
    	else
    	{
    	window.location.href="denied.htm";
       	}
       }
    </SCRIPT>
    They purposly threw that line in to fool you. If you notice, the line after the if statement says:

    Eingabe=prompt ("Please enter password");
    ---> if (Eingabe==d1)
    {

    ---> window.location.href=String.fromCharCode(65,66,67)+".htm"; <-- notice it doesn't say d1+ ".htm". It basically says window.location.href (goto this site)

    "=" that equals

    String.fromCharCode a string of characters from the character code, and add htm to the end of it.




    So what your looking for is some kind of programming chart that programmers use often.

    Good luck

  6. #56
    Junior Member
    Join Date
    May 2003
    Posts
    11
    thanks xmaddness, ill let you know how it goes,

  7. #57
    Senior Member
    Join Date
    Jun 2003
    Posts
    101
    ok i am very new to this and this is going to make me sound like a real twozzok as so many of you are past level 5 but could someone spend some time helping me get off level 3, if they do i will compile a tutorial from a newbies perspective so others can master the black art

    any offers?


    YC

    ps i even dreamed of putting a ? at the end of php as that is all i have understood so far!!
    like life, this is a test

  8. #58
    hey u all,

    geeks who r new to this thread, read carefully each of the post in this thread and one other active thread,apply some brain and u`ll be through level 1-4 but ya... level 5 is bit difficult one.

    best...
    SeCuRiTy MaKeS Me TeNsE

  9. #59
    Senior Member
    Join Date
    Nov 2002
    Posts
    186
    As some of you may have seen, I tried to post a tutorial to help you guys out, but it seems to have offended some people since they worked hard to get where they were. Anyway, I suggest this alternative:
    If you are really stuck, and have spent a long time on a level, send me a PM with what level you are on, what you have tried (and the results), where you are stuck, what you want to try but don't know how, and I will try to supply you with a tip to get you going.
    I think this is much more similar to asking a friend, then my tutorial was.
    Good luck guys.
    \"When you say best friends, it means friends forever\" Brand New
    \"Best friends means I pulled the trigger
    Best friends means you get what you deserve\" Taking Back Sunday
    Visit alastairgrant.ca

  10. #60
    Senior Member
    Join Date
    May 2003
    Posts
    207
    not too shabby.... would definately recommend hackerslab.org though

Posting Permissions

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