So how good are you in this test?

Korittke

Member!
Joined
Dec 30, 2002
Messages
5,993
Reaction score
0
Website
Visit site
http://scifi.pages.at/hackits/
i think i got to level 13 or 14 like half a year ago, im not exactly sure
you can sign the guestbook for every level after youve mastered it
@mods: that site is not illegal at all just because it includes the word hack. please don't dump it, thanks
 

Korittke

Member!
Joined
Dec 30, 2002
Messages
5,993
Reaction score
0
Website
Visit site
You're supposed to find out the password in order to complete the level.
 

Minnesota

BattleForums Senior Member
Joined
Aug 25, 2003
Messages
1,797
Reaction score
0
Danm! Edited to not get in trouble
I could only get level 1... and the password was "easy" the next one is fricken impossible.
Grr....
 

Minnesota

BattleForums Senior Member
Joined
Aug 25, 2003
Messages
1,797
Reaction score
0
You go to the source. It requires HTML knowledge. Its confusing, the first one is easy because its using a prompt box. The second one is harder because its in JavaScript.
Grr.. Im still stuck at Level2 while being severly pissed off
o_O

---[GLOW=blue]EDIT![/glow]---
Yay!!


[GLOW=WHITE]**Dont look below if you want to find out for yourself![/glow]​

The password to Level 1= easy
password to Level 2= Javascript

 

Korittke

Member!
Joined
Dec 30, 2002
Messages
5,993
Reaction score
0
Website
Visit site
The second one is practically as easy as the first one actually.
 

Korittke

Member!
Joined
Dec 30, 2002
Messages
5,993
Reaction score
0
Website
Visit site
Just look at the source code, the password is in there and totally unencrypted ;)
 

Minnesota

BattleForums Senior Member
Joined
Aug 25, 2003
Messages
1,797
Reaction score
0
Level 3 is sooo hard. Gees its starting to piss me off too
 

Minnesota

BattleForums Senior Member
Joined
Aug 25, 2003
Messages
1,797
Reaction score
0
Its somewhere in here:


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

My guesses were that it was something inside ( )'s. But that didnt work.
I tried everything I could think of, and cant get it. I think I will eventually but Its going to take a while :(
 

Minnesota

BattleForums Senior Member
Joined
Aug 25, 2003
Messages
1,797
Reaction score
0
Sweet I just got it to (thanks to Speedy for the hint)
---
Heres how you get 3:
Notice in the coding it goes:

window.document.linkColor

What that means is it tells the computer that when the Link Color is entered in the document (prompt) it will bring up the new window...
basicly...
Window (Level 4) = Document (Input) (Prompt) = Link Color (the "Password")
 
Top