Hacking

sfx how did oyu get the applet one? and the vb one? boy oh boy lol.

the applet one was pretty easy, a file was called for in the source so i checked it out, downloaded the .class Java file from the homepage.

Decompiled the .class file and it said

infile: new String(“level4”)

so i went to www.try2hack.nl/levels/level4 - viewed the source and there it was!

the visual basic one was hard, took me a couple of hours…
anyways, i downloaded the file (program actually), decompiled it, got a few files, checked them out to see if there was any things that indicated what the password could be, so in one file there was a code something like this:

if txtpassword = (gc0006,54,1,).gc0006,37,1,).gc0006,42,1,)gc0006,58,1,)

and in another file it said

gc0006 = 0123456789abcdefgihjklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ/()[]\etc…

so i just took the numbers from the original file: if txtpassword = (gc0006,54,1,).gc0006,37,1,).gc0006,42,1,)gc0006,58,1,)

and matched the numbers (54,37,42,58) in the long line of letters and numbers to get the answer (eg 11,12,13 gives abc).