Login Register






Thread Rating:
  • 0 Vote(s) - 0 Average


I can't make it to the second level. filter_list
Author
Message
I can't make it to the second level. #1
http://www.hack-test.com/

Fuck it makes me rage.

Reply

RE: I can't make it to the second level. #2
Level one is fairly simple:

inspect the page source, within it you should see some java script code (in the html) here is what you should be looking for:

Code:
{
var a="null";
function check()
{
if (document.a.c.value == a)
{
document.location.href="/"+document.a.c.value+".htm";
}
else
{
alert ("Try again");
}
}
}

as you can see, var a is set to "null" rather than null, meaning the password is "null" when you enter it an alert popup should show up telling you to enter a password, it doesn't matter what you enter. Level two is a bit difficult, I'm trying to figure it out. "Refresh now..." is a lie though

i figured out level 2, look in the page source for:

Code:
var pass, i;
pass=prompt("Please enter password!","");
if (pass=="l3l") {
window.location.href="./"+pass+".htm";
i=4;
}

then refresh the page and enter the password l3l

level 3 is fairly simple, go into the source and look for:

Code:
function pass()
{
var pw, Eingabe;
pw=window.document.alinkColor;
Eingabe=prompt ("Please enter password");
if (Eingabe==pw)
{
window.location.href=String.fromCharCode(97,98,114,97,101)+".htm";
}
else
{
alert("Try again");
}
}

as you can see when the password is entered correctly the page is switched to window.location.href=String.fromCharCode(97,98,114,97,101)+".htm";

fromCharCode(97,98,114,97,101) means the htm file name is encoded in ascii, decode the ascii and go to the link: http://www.hack-test.com/abrae.htm

level 4 is easier than the last! go into the page source and find where the link to the 'next level' is written, click on the link in a new tab and in the tab where you were looking at the source click on the link (the htm file) and read the source, look for:
Code:
var pass, i;
pass=prompt("Password: ","");
if (pass=="SAvE-as hELpS a lOt") {
window.location.href="save_as.htm";
i=4;
}else {alert("Try again");
window.location.href="abrae.htm";}
// -->

then enter the password.
(This post was last modified: 02-04-2013, 05:19 AM by Frankie.)

Reply

RE: I can't make it to the second level. #3
I still can't find the code. I am not a hacker.

Reply

RE: I can't make it to the second level. #4
you get the point of all of the levels, I'm not going to give you any more answers. Good luck!

Reply

RE: I can't make it to the second level. #5
Nice one. I got to level 6.
Lets see what now

Reply

RE: I can't make it to the second level. #6
I made it really far with the help of Anon,I think I beat it too so it is possible but one of the levels is glitched and won't let you through so you have to google it I'll let you find it Tongue
[Image: MlSD56j.png]

Reply

RE: I can't make it to the second level. #7
look up the answers? Wink

Thats what i would do.
I luv katz

Reply

Re: I can't make it to the second level. #8
I got to level 19. I'll go to level twenty tomorrow.
(This post was last modified: 02-05-2013, 10:35 AM by Dismas.)

Reply







Users browsing this thread: 1 Guest(s)