Computer Science Canada

Starfleet Academy Hackits

Author:  ProgrammingFun [ Thu Jan 28, 2010 8:57 pm ]
Post subject:  Starfleet Academy Hackits

Can anyone beat all the levels:
http://isatcis.com/

If so, how can I figure out the password past level 3? Neutral
I am a total noob at this. Embarassed

Author:  Homer_simpson [ Thu Jan 28, 2010 9:08 pm ]
Post subject:  Re: Starfleet Academy Hackits

try #235711

Author:  ProgrammingFun [ Thu Jan 28, 2010 10:21 pm ]
Post subject:  Re: Starfleet Academy Hackits

Homer_simpson @ Thu Jan 28, 2010 9:08 pm wrote:
try #235711


but how did you figure that out?

Author:  Homer_simpson [ Thu Jan 28, 2010 10:33 pm ]
Post subject:  Re: Starfleet Academy Hackits

{
var d1, Eingabe;
d1=window.document.linkColor; <<<<<<<<<<<<<---------------------------------main point

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

window.location.href=String.fromCharCode(65,66,67)+".htm";
}


<body bgcolor="#000000" link="#235711"><<<<<<<<<<<<<<<<<<<<<-----second main point

Author:  [Gandalf] [ Thu Jan 28, 2010 10:38 pm ]
Post subject:  RE:Starfleet Academy Hackits

I remember in 2006 I got to level 12 or so, there was a long topic on CompSci about these "hackit" sites.

And, since we're giving out answers (which I don't really agree with), you can alternatively parse the
code:
String.fromCharCode(65,66,67)
and enter the URL for the next level directly.

Author:  TheGuardian001 [ Thu Jan 28, 2010 10:54 pm ]
Post subject:  Re: Starfleet Academy Hackits

I had very little trouble with the first bit of it, then suddenly hit a brick wall at level 8...

Author:  DemonWasp [ Thu Jan 28, 2010 11:51 pm ]
Post subject:  RE:Starfleet Academy Hackits

Go up a directory Wink

I can't seem to get past level 9 though...

Author:  ProgrammingFun [ Fri Jan 29, 2010 8:15 am ]
Post subject:  RE:Starfleet Academy Hackits

Thanks for the explainations.

Author:  andrew. [ Fri Jan 29, 2010 8:06 pm ]
Post subject:  RE:Starfleet Academy Hackits

Can anyone give me a hint of getting past level 9? Sad

Edit: Got it.

Author:  TheGuardian001 [ Fri Jan 29, 2010 8:29 pm ]
Post subject:  Re: RE:Starfleet Academy Hackits

andrew. @ Fri Jan 29, 2010 8:06 pm wrote:

Edit: Got it.


Hate you so much.

Author:  ProgrammingFun [ Sat Jan 30, 2010 6:46 pm ]
Post subject:  RE:Starfleet Academy Hackits

Wow, now I am stuck at level 4!
I really can't figure this out.

Author:  TheGuardian001 [ Sat Jan 30, 2010 7:21 pm ]
Post subject:  Re: Starfleet Academy Hackits

do you know what the "unescape" function does?

Author:  A.J [ Sat Jan 30, 2010 9:05 pm ]
Post subject:  RE:Starfleet Academy Hackits

Hint: 4f and 5a....looks like hexadecimal, doesn't it...


: