For you bored hacker types

pandimuspandimus Member Posts: 651
http://scifi.pages.at/hackits/

A webpage that lets you mess around with hacking into java stuff. (can also be used to improve the security of your webpages)
Xinxing is the hairy one.
«1

Comments

  • Ricka182Ricka182 Member Posts: 3,359
    Cool, level 4 for now. Back to work(drinking).
    i remain, he who remains to be....
  • pandimuspandimus Member Posts: 651
    Ha, i could only get to level 2... hehe.. dont know anything about javascript...
    Xinxing is the hairy one.
  • shubomshubom Member Posts: 5 ■□□□□□□□□□
    nice site im on level 5 at the moment :)
  • 2lazybutsmart2lazybutsmart Member Posts: 1,119
    LOL. I'm on level 7.

    Phew! sometimes a 'badscript' can drive you nuts icon_wink.gif
    Exquisite as a lily, illustrious as a full moon,
    Magnanimous as the ocean, persistent as time.
  • GhentGhent Member Posts: 310
    Cool site. The 11th Level is just plain nuts. 5 different passwords to crack. Oh well, I'll kill it by the end of the day.
    Prais'd be the fathomless universe, for life and joy, and for objects and knowledge curious.' Whalt Whitman
  • bighuskerbighusker Member Posts: 147
    I got up to level 12, but I'm gonna go to bed now...

    Level 11 isn't too hard once you figure out the logic behind it, but you need to look up what substr() and substring() do. I haven't ever played with java-script either, but the syntax looks almost identical to C/C++, which I do have some experience with...
  • tahjzhuantahjzhuan Member Posts: 288 ■■■■□□□□□□
    I can only get to 3

    losing patienceicon_mad.gif

    I'll try again tomorrow though icon_cool.gif
  • tahjzhuantahjzhuan Member Posts: 288 ■■■■□□□□□□
    I'm stuck at level 3

    I don't want the answer but I'll accpet all hints, lol
  • pandimuspandimus Member Posts: 651
    umm i forget, but lemme check it out..
    I think i got to 5
    Xinxing is the hairy one.
  • pandimuspandimus Member Posts: 651
    Here is your hint

    html>
    <head>
    <meta name="robots" content="noindex,nofollow">
    </head>
    <body bgcolor="#000000" link="#235711"><center><font face="veranda" color="blue"><h1>CONGRATULATIONS!</h1>

    Now you can sign the guestbook!</font>


    fedkling.gif




    <font face="veranda" color="red">SECURITY LEVEL 3</font>










    <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>


    [url="javascript:pw()"]enter.gif[/url]</p>
    zwei
    </BODY>
    </html>
    Xinxing is the hairy one.
  • tahjzhuantahjzhuan Member Posts: 288 ■■■■□□□□□□
    cool, your hint was so obvious that I missed it (I didn't notice the answer in bold text at 1st). I also see what I was doing wrong. I was trying to the view the source from the wrong page.

    thanks again man!

    now back to business icon_twisted.gif
  • SpEkTrESpEkTrE Member Posts: 20 ■□□□□□□□□□
    ok, Number 11 sucks...

    But I'll get it...
    IRQ U!
  • mynameisboringmynameisboring Member Posts: 75 ■■□□□□□□□□
    I'm stuck on level 8 and I've never programmed in javascript! icon_lol.gif
  • SpEkTrESpEkTrE Member Posts: 20 ■□□□□□□□□□
    I'm stuck on level 8 and I've never programmed in javascript! icon_lol.gif


    Want a hint?
    IRQ U!
  • Ricka182Ricka182 Member Posts: 3,359
    Hints are good, but no obvious answers.
    i remain, he who remains to be....
  • SpEkTrESpEkTrE Member Posts: 20 ■□□□□□□□□□
    Ricka182 wrote:
    Hints are good, but no obvious answers.

    ok, I'll try to be vague...
    entering in the wrong password is ok.... icon_eek.gif
    IRQ U!
  • mynameisboringmynameisboring Member Posts: 75 ■■□□□□□□□□
    Ok,

    Am I only supposed to look at the hackit8.htm source code?
  • SpEkTrESpEkTrE Member Posts: 20 ■□□□□□□□□□
    Ok,

    Am I only supposed to look at the hackit8.htm source code?


    The clue is in the "where" the wrong password takes you to. Fool around after you get there
    IRQ U!
  • mynameisboringmynameisboring Member Posts: 75 ■■□□□□□□□□
    L.O.L.

    I'm not sure if I did it right but I got to level 9 without entering the password was this correct way of doing it?
  • SpEkTrESpEkTrE Member Posts: 20 ■□□□□□□□□□
    L.O.L.

    I'm not sure if I did it right but I got to level 9 without entering the password was this correct way of doing it?

    thats how I did it. I didnt think you had to...

    Level 9 is clever..I liked it :D
    IRQ U!
  • tahjzhuantahjzhuan Member Posts: 288 ■■■■□□□□□□
    *meanwhile on level 5*

    icon_eek.gif

    where's the source?
  • mynameisboringmynameisboring Member Posts: 75 ■■□□□□□□□□
    oh come on now, if you can't find out you'll be stuck on 6 or 7 icon_wink.gif

    do you mean that you don't know how to scroll down? icon_twisted.gificon_lol.gificon_lol.gif
  • SpEkTrESpEkTrE Member Posts: 20 ■□□□□□□□□□
    tahjzhuan wrote:
    *meanwhile on level 5*

    icon_eek.gif

    where's the source?

    hint....
    if(Eingabe != ((code.length)*100)/2-66)
    
    IRQ U!
  • SpEkTrESpEkTrE Member Posts: 20 ■□□□□□□□□□
    L.O.L.

    I'm not sure if I did it right but I got to level 9 without entering the password was this correct way of doing it?

    did you get passed level 9?
    IRQ U!
  • wildfirewildfire Member Posts: 654
    Stuck on level 10, the script it refers to is rubbish! Ive set sripts to prompt it seems to open one script then another does anyone have any ideas on this one?
    Looking for CCIE lab study partnerts, in the UK or Online.
  • tahjzhuantahjzhuan Member Posts: 288 ■■■■□□□□□□
    ...do you mean that you don't know how to scroll down? icon_twisted.gificon_lol.gificon_lol.gif

    OOOH

    and thanks SpEktrE, I'm slowly moving forward
  • SpEkTrESpEkTrE Member Posts: 20 ■□□□□□□□□□
    wildfire wrote:
    Stuck on level 10, the script it refers to is rubbish! Ive set sripts to prompt it seems to open one script then another does anyone have any ideas on this one?

    did you get this yet......
    <!--    Tschebyscheff said it, and I say it again:
    
    There is always a prime between n and 2n.
    
     
    
    ...have a nice day...
    
    -=[the creator]=-
    
    //-->
    
    IRQ U!
  • mynameisboringmynameisboring Member Posts: 75 ■■□□□□□□□□
    yes SpEkTrE i'm past that one, now i'm stuck on 13....
  • 2lazybutsmart2lazybutsmart Member Posts: 1,119
    LEVEL 13!!!!


    NO, i'm not on level 13. icon_cry.gif ... I'm just surprised you guys made it all the way there.

    2lbs.
    Exquisite as a lily, illustrious as a full moon,
    Magnanimous as the ocean, persistent as time.
  • mynameisboringmynameisboring Member Posts: 75 ■■□□□□□□□□
    Now at LEVEL 14!!!! You need to use a decompiler icon_eek.gif for 13

    Yes I'm still at it icon_lol.gif
Sign In or Register to comment.