Author |
Message |
ProgrammingFun
|
Posted: 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?
I am a total noob at this. |
|
|
|
|
|
Sponsor Sponsor
|
|
|
Homer_simpson
|
Posted: Thu Jan 28, 2010 9:08 pm Post subject: Re: Starfleet Academy Hackits |
|
|
try #235711 |
|
|
|
|
|
ProgrammingFun
|
Posted: 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? |
|
|
|
|
|
Homer_simpson
|
Posted: 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 |
|
|
|
|
|
[Gandalf]
|
Posted: 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. |
|
|
|
|
|
TheGuardian001
|
Posted: 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... |
|
|
|
|
|
DemonWasp
|
Posted: Thu Jan 28, 2010 11:51 pm Post subject: RE:Starfleet Academy Hackits |
|
|
Go up a directory
I can't seem to get past level 9 though... |
|
|
|
|
|
ProgrammingFun
|
Posted: Fri Jan 29, 2010 8:15 am Post subject: RE:Starfleet Academy Hackits |
|
|
Thanks for the explainations. |
|
|
|
|
|
Sponsor Sponsor
|
|
|
andrew.
|
Posted: Fri Jan 29, 2010 8:06 pm Post subject: RE:Starfleet Academy Hackits |
|
|
Can anyone give me a hint of getting past level 9?
Edit: Got it. |
|
|
|
|
|
TheGuardian001
|
Posted: 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. |
|
|
|
|
|
ProgrammingFun
|
Posted: 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. |
|
|
|
|
|
TheGuardian001
|
Posted: Sat Jan 30, 2010 7:21 pm Post subject: Re: Starfleet Academy Hackits |
|
|
do you know what the "unescape" function does? |
|
|
|
|
|
A.J
|
Posted: Sat Jan 30, 2010 9:05 pm Post subject: RE:Starfleet Academy Hackits |
|
|
Hint: 4f and 5a....looks like hexadecimal, doesn't it... |
|
|
|
|
|
|