hack-test.com

_simon_

New Member
I guess we're looking for *.psd but what's it called and where lol

I notice the gif is actually a jpeg.. a clue or just something to confuse us?
 
Last edited:

SFR

Truth fears no questions
35 seconds and I got to level 4 (Im at work so I will have to continue later... its very easy.. all you have to do is look at the source code..)
 

agapetos

New Member
yeah, I got it, but can't figure out what to look for....anyone help me with a clue to #2 so I can get an idea of what this may look like......
 

Punk

Moderator
Staff member
Ok im stuck a the .psd doc too.. (level 8 I think)....

For a clue of number two:

<script language="JavaScript" type="text/javascript">
var pass, i;
pass=prompt("Please enter password!","");
if (pass=="l3l") {
window.location.href="./"+pass+".htm";
i=4;
}
</script>

Couldn't be more easier...:D
 

matt12685848

New Member
I cant get it what am I suppost to do? has it got anything to do with i=4?? im lost iv just been staring at this srcipt of 5 mins now I might just give up on 2 lol

Code:
<script language="JavaScript" type="text/javascript">
var pass, i;
pass=prompt("Please enter password!","");
if ([B][SIZE="5"]pass=="l3l"[/SIZE][/B]) {
window.location.href="./"+pass+".htm";
i=4;
}
</script>
obviously without the quotes, since the variable is a string.
 

agapetos

New Member
bleeeearrrrrg!

dang dudes I GOT IT.....I typed in 131 not l3l......must be my browsers default fonts that I misread...mmmm. ok, so if that was the case I'm on to the next...I'll let you know about the clues for 18 and 19 in a minute.....
 

agapetos

New Member
yeah, I am humbled by this stuff too.....#3 I thought for sure would be simple, but the word that appear as being the password is not.
 

Rambo

New Member
Well, I'm on level 10 - a friend and I were working on it together. You guys are going to need photoshop if you want to get past Level 8...
 
Last edited:

Ku-sama

banned
I'm blocked on #3....

Spoiler alert???vvvvvvvvvvvvvvvvvvvvvvvvvvvvv
Eingabe is the pass ,right, cause I cant get it to work...

var pw, Eingabe;
pw=window.document.alinkColor;
Eingabe=prompt ("Please enter password");
if (Eingabe==pw)
 
Last edited:

mrgeorgedude

New Member
also on level 2 it just keeps sayingg "refresh page" instead of the password box. i keep doing it but nothing changes
 

Rambo

New Member
also on level 2 it just keeps sayingg "refresh page" instead of the password box. i keep doing it but nothing changes

Lmao, it's part of the puzzle...

@ Ku-sama: Highlight the following text for level 3 spoiler:

Look in the source code for the aLink colour code. Answer: #000000 ;)
 
Top