PDA

View Full Version : Hack for fun - nice site


phoboss
29 Jul 2003, 2:21pm
Just thought id post this up here, its a sort of simple "hack" challenge. See how far you can get, im trying to break level 10 but just dont know what to do - any hints appreciated!


http://scifi.pages.at/hackits/

Animal
29 Jul 2003, 7:08pm
i have no idea how 2 hack............... anyone want to pm me a hint

nekromancerus
29 Jul 2003, 7:38pm
I had trouble with 10 but I got it. I'm now on level 11 which is killin me. One of the answers seems impossible to get when you check out the code and the correct answer.

paroxym
29 Jul 2003, 8:26pm
Level 14 and I hit a brick wall. The code was starting to give me headaches so I bookmarked it and retired for the day.

Thanks for the great link Phoboss. :)

Cyclonite
29 Jul 2003, 8:58pm
*Sigh* Three got me... I checked the code, but couldn't find the answer. Well, I found what I thought was the answer but it obviously didn't work. Haha...

Aranyic
29 Jul 2003, 9:05pm
I'm stuck on 8, didn't have any real trouble until there.

phoboss
29 Jul 2003, 10:38pm
Ok, hint for people starting out, just go and view the source.

For anyone past level 10 - please give me a hint - Im at the bit where it says about "there is always a power between n and 2n" - WTF!???!?!??!?!?!?!?

Nolf-Job
29 Jul 2003, 10:40pm
Hmm...stuck on 3 as well

Enverex
29 Jul 2003, 11:36pm
On level 10, only took a min or two to get there, just thought I would post on here before I accedently closed the window (too many windows open).

NS

LiLbRo
30 Jul 2003, 12:44am
hehe im uber newb.... i got level on noooo problem, but then the whole , its not that easy bologna came up.. soo, i opened up the code in note pad, and i dont see password=easy ... hehe, i give up :) how do i get pst level 2? hehehe

stoopid
30 Jul 2003, 1:06am
I'm too 1337 to even try... :p

TD_Isles
30 Jul 2003, 2:29am
Level 8 is pissing me off! HELP!

ALiEN509
30 Jul 2003, 4:22am
I can't figured out the last code for level 11. I think it's because I have no clue what substrings do or are.

BTW, level 8 probably involes one mouse click or one button pressed on the keyboard. IE. That's your hint.

joelbarrutia
30 Jul 2003, 7:08am
I got passed level 4 no prob.. but I cant go any more... :)

but I think thats pretty good for me, I dont really know any of that stuff, I know html pretty good, but thats about it...

phoboss
30 Jul 2003, 8:41am
OK all you peeps having trouble with 3 - the code your looking at is: window.location.href=String.fromCharCode(65,66,67)+".htm";
Those numbers are character codes which build the URL to goto. :D

Enverex
30 Jul 2003, 9:25am
Site seems to have gone down......

NS

joelbarrutia
30 Jul 2003, 9:37am
appears to have been hacked.. lol

phoboss
30 Jul 2003, 12:12pm
Oh the irony! LOL

Enverex
30 Jul 2003, 12:21pm
I was actually thinking, what I should do is hack into the site, download EVERYTHING, burn it onto a CD and mail it to him with just "Beat this" written on the disc :p

NS

Red Dawn
30 Jul 2003, 12:28pm
I must be the lamest person ever, can't even get past level 2 :(

i'm open to suggestions

Enverex
30 Jul 2003, 12:29pm
I gave up at level 10 because I just seem to be missing something. That and I am no good at riddles.

NS

phoboss
30 Jul 2003, 1:09pm
I know how u feel NS - What the hell was that riddle thing about inside the java file?! - and I dont even see where the code comes from to pop up the password window - oh well.

As its down now, heres a similar one but much harder:

http://www.try2hack.nl/

nekromancerus
30 Jul 2003, 2:37pm
I'm working on level 13 now which is a major pain in the @ss. The password box is part of a java applett and I don't know sh*t about java.

Enverex
30 Jul 2003, 2:39pm
Yeah, thats another thing, its pretty much completely Java, which I know nothing about, and I suppose it would make it very easy if you knew lots of Java.

NS

nekromancerus
30 Jul 2003, 2:47pm
Well, I'm on level 16, I have the answer and it seems as though the page is missing. :(

\\ Edit: And I finished. All 16 are done.

Hint for level 16: The question is in english, you only have to translate the answer. Also, don't use babel-fish, it gives you an incorrect spelling of the word. :rolleyes:

paroxym
30 Jul 2003, 10:43pm
Originally posted by nekromancerus
I'm working on level 13 now which is a major pain in the @ss. The password box is part of a java applett and I don't know sh*t about java.

Use a decompiler (jascii, javap) to make some sense of the downloaded .class file in your 'temp Internet Directory'. ;)

phoboss
31 Jul 2003, 9:31am
Thats some good work there nekromancerus, nice going!..... now, if I could only get past 10 :(

leishi85
1 Aug 2003, 7:41pm
i need little more hit on level 3

nekromancerus
1 Aug 2003, 7:47pm
Originally posted by leishi85
i need little more hit on level 3

View the source of the page that has the "Enter" link on it.

leishi85
1 Aug 2003, 7:48pm
i did, but i'm not into hacking, couldn't find any clue on the pass yet

nekromancerus
1 Aug 2003, 7:59pm
WARNING: Giving away answer to number 3.


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


Ok, here we can see that we need to make the variable Eingabe (the password that you enter) match the variable d1 (the correct password). So what is d1?

//edit (aranyic)
;) they can find out for themselves, that's already a good hint. Let's not spoil it for everyone.

//edit (Nekromancerus)
:eek: My bad.

Enverex
1 Aug 2003, 8:02pm
Its not really hacking, well it is, but its to basic to really be called hacking, its just poking around in crap code...

NS

leishi85
1 Aug 2003, 8:02pm
ooh, i didn't look at that part, i thought about the link color, but i was typing in words instead of numbers, haha, for exmaple i typew in blue, red and stuff.

Brilt
1 Aug 2003, 8:59pm
i'm stuck on 6 don't know where to start...well stuck as in i couldn't solve it in 5 min but i will keep trying

ALiEN509
1 Aug 2003, 10:41pm
Alright I've been on level 11 for a day now. I can't figure out codes 2 and 5. I have figured out the rest already. Substrings are driving me nutz. Tips please to what this is refering to:


e.substring(1,2) + e.substring (4,5)+ e.substring (6,7) + e.substring (0,1) + e.substring(5,6)+ e.substring(2,3) + e.substring(3,4)

danball1976
2 Aug 2003, 3:15am
I would guess the numbers are actually the numeric location of the letters in the alphabet.

//EDIT - Easiest way is to view the source. It has the password easily visable - on some of them -

I'm going to have to give up. I don't know what level 3's password is. EndEDIT//

ALiEN509
2 Aug 2003, 6:08am
SWEET! I wrote 2 small java applets for codes 2 and 5 on level 11 to see if my code was correct. Then from there I just started guessing. Before all of this I was guessing with pencil and paper. My first 2 guesses were the correct codes! Now all I have to do is figure out which one I did mess up on. More than likely it is code 4.

EDIT: Just smashed through level 11. Yeah code 4 was off because of that dang zero always counting :D

FoldingAddict
2 Aug 2003, 7:02am
I can't even start to figure out level 11.:(

~FA

ALiEN509
2 Aug 2003, 4:47pm
you think level 11 is something, heh. Level 14 is impossible LOL.

danball1976
2 Aug 2003, 6:55pm
Originally posted by nekromancerus
WARNING: Giving away answer to number 3.



Ok, here we can see that we need to make the variable Eingabe (the password that you enter) match the variable d1 (the correct password). So what is d1?

//edit (aranyic)
;) they can find out for themselves, that's already a good hint. Let's not spoil it for everyone.

//edit (Nekromancerus)
:eek: My bad.

/Me thinks that "d1=window.document.linkColor" refers to the link color, most likely in hex, whatever that may be.

Remember, that was a hint. Also, on level 4, what does "wrong! - letter size?" mean? And what is it referring to?

Let see, if (document.a.c.value == a), then a should be what?

FoldingAddict
2 Aug 2003, 8:36pm
UGH!!! Finally figured out level 11!!!:eek:

Time for a nap.

~FA

nekromancerus
2 Aug 2003, 9:00pm
Originally posted by danball1976


* danball1976 thinks that "d1=window.document.linkColor" refers to the link color, most likely in hex, whatever that may be.

Remember, that was a hint. Also, on level 4, what does "wrong! - letter size?" mean? And what is it referring to?

Let see, if (document.a.c.value == a), then a should be what?

That is referring to the case (UPPER or lower) of the password.

danball1976
2 Aug 2003, 9:41pm
I can't figure level 4 out just yet.

ALiEN509
3 Aug 2003, 12:13am
Originally posted by Paroxym
Level 14 and I hit a brick wall. The code was starting to give me headaches so I bookmarked it and retired for the day.

Thanks for the great link Phoboss. :) I've gotten sooo close to passing level 14 it's unbelievable. I can't figure out what's wrong though ? How you doing Paroxym ?

ALiEN509
3 Aug 2003, 3:53am
Nevermind, I just smahed through level 14:D

Red Dawn
3 Aug 2003, 7:39am
can any1 give the retard a hint for level 2.

ALiEN509
3 Aug 2003, 10:13pm
level 2

Hint:
The password is case sensitive.
var m1 must equal the password input.

danball1976
4 Aug 2003, 12:08am
Viewing source (through the view menu in IE) will often give you a hint.

Enverex
4 Aug 2003, 12:32am
Originally posted by danball1976
Viewing source (through the view menu in IE) will often give you a hint.

Well done..... thats been said...... like 12 times already.......

NS

danball1976
4 Aug 2003, 2:15am
I can't figure out level 4 for the life of me.

ALiEN509
4 Aug 2003, 4:53am
//edit
Hints are fine, please no complete answers though

-- And I wrote all of that for nothing ;) . My bad, sorry.

nekromancerus
4 Aug 2003, 2:54pm
Originally posted by danball1976
I can't figure out level 4 for the life of me.

Here's the only hint you should need.

http://www.asciitable.com/

danball1976
4 Aug 2003, 3:42pm
That helps quite a bit. The later ones I have to go searching though the internet cache to find the page.

danball1976
6 Aug 2003, 2:10am
Level 8 password doesn't make any sense.

On level 11, I have figured out what codes 1 and 3 are, but have no clue what the rest are.

nekromancerus
6 Aug 2003, 4:09am
Originally posted by danball1976
Level 8 password doesn't make any sense.

On level 11, I have figured out what codes 1 and 3 are, but have no clue what the rest are.

Translate level 8's password to english and it makes sense. Oh yeah, for anyone else not on 8 yet, still use the german version of the word, not the english version.

Level 11:
Number 2: No matter how hard I tried I just couldn't get it. Once I got the other four it makes sense though.

Number 4: I can't really figure out a way to give you a hit without giving you the answer so ummm.... d1 is an array.

Number 5: Not the hardest one (2 is) but took the longest. First, click here (http://hotwired.lycos.com/webmonkey/98/29/index1a_page3.html?tw=programming). Then work it in reverse since you know what the final product needs to look like.

phoboss
6 Aug 2003, 11:35am
Can anyone give me a hint for level 10 - im viewing the source of the .js file and all I get is a quote, cant even see where the code is that pops up the password prompt. :(

nekromancerus
6 Aug 2003, 5:25pm
Originally posted by Phoboss
Can anyone give me a hint for level 10 - im viewing the source of the .js file and all I get is a quote, cant even see where the code is that pops up the password prompt. :(

Number 10 is a trick. You have the wrong code.