PDA

View Full Version : Try2hack Walkthrough



KinkoStinky
04-19-2003, 05:49 PM
TRY2HACK WALKTHROUGH

I have decided to help all those wanabee hackers out there with this walkthrough. There is a hacking site you can go to, to test your hacking skills. You may go to that site at www.try2hack.nl (http://www.try2hack.nl/). As you read on you will notice that the levels get harder and more complex. So no more chatin and lets get crackin... Note: Hacking was done using Internet Explorer. All passwords were filtered out.





LEVEL 1

Go to "View" then "Source". Then you will see a line with the password in it.

if (passwd =="*****") {


LEVEL 2

First you need to be able to download the flash file. If you dont already have a program to do so, go to this place (http://www.downloadatoz.com/flashsaver/) to get a program. If you look in the source, you will notice that the file name is level2.swf


<param name="movie" value="level2.swf">

So now you need to load the flash file without the html around it. So go to


http://www.try2hack.nl/levels/level2.swf

Then use the flash downloader to download the flash file. After that, open the flash file with notepad and it will tell you the username and password.


 –txtUsername – "********" I–&nbsp; txtPassword –&nbsp; "***********" I  ƒ level3-.xhtml _self

LEVEL 3

You will notice that this is a javascript. Go ahead and click ok and right away click on stop. Now that the site is frozen, go and view the source. Now the address is really that javascript right there. Please note you may want to disable javascripts so this action will be easy for you.

&#60;script src="JavaScript"></script>

So go to this site.


http://www.try2hack.nl/levels/JavaScript

The password is right there&#33; It should look something like this...


PASSWORD = "***********";
CORRECTSITE = "***************";
WRONGSITE = "http://www.disney.com";


LEVEL 4

First off, look at the source... You will see this code.


<applet code="PasswdLevel4.class" width="370" height="220"></applet>

Now go to this site and download the class file.


http://www.try2hack.nl/levels/PasswdLevel4.class

If you want you can use notepad to open it but its to messy. You should use this program (http://download.com.com/3000-2417-10146169.html) to decompile it. Now if you open the program and go to the bottom, you will see this.


infile = new String("level4");

This is telling you the answer to the next page. So go to this link.


http://www.try2hack.nl/levels/level4

View the source and you get this.


{WEBSITE}
{USERNAME}
{PASSWORD}

LEVEL 5

Go ahead and download the program. After you do, make sure you download the dll file at this place (http://support.microsoft.com/default.aspx?scid=kb;en-us;q196285).


Now this is as far as I will go. Im still trying to find a phuckin Visual Basic 3 decompiler...

scribblec
04-19-2003, 07:23 PM
level 1 (http://www.try2hack.nl/levels/)
level 2 (http://www.try2hack.nl/levels/level2-xfdgnh.xhtml)
level 3 (http://www.try2hack.nl/levels/level3-.xhtml)
level 4 (http://www.try2hack.nl/levels/level4-kdnvxs.xhtml)

thats all for now
im still stuck on level 4

"The Avatar Man"
04-20-2003, 02:04 AM
your coolness factor just went way up yoshi B)
I was stuck but I wont say at what level for fear of being labeled a noob :lol:

pyromonkey
04-20-2003, 04:17 PM
NOOB&#33; j/k sorry i just had to say it o:) good job with the walkthrough though...

@"The Avatar Man" (masteryodaX): i like your new sig&#33;

scribblec
04-20-2003, 04:27 PM
yodax
is that u
i didnt even know

pyromonkey
04-20-2003, 05:06 PM
i figured it out, cuz i saw a post of his with his old sig and avatar under the name of "the avatar man"... now he&#39;s changed them, so its harder to know&#33;&#33;

"The Avatar Man"
04-20-2003, 05:25 PM
Originally posted by solidsnake@20 April 2003 - 17:27
yodax
is that u
i didnt even know
Yeah it&#39;s me but keep it on the down-low
http://galleries.vinyamar.com/ps/show.php?id=7yi8nWAjxRPqVa4sssRpnh3l&ext=.jpg
:D :D :D :D :D :D

hugoharding
04-20-2003, 07:48 PM
Has anyone found the correct decompiler yet?

KinkoStinky
04-20-2003, 07:57 PM
No, not yet... If anyone finds one be sure to spread the word on where you got it...

infamousalbo101
04-21-2003, 12:18 AM
i beat it

KinkoStinky
04-21-2003, 02:09 AM
Think I belive you? <_<

infamousalbo101
04-21-2003, 02:12 AM
i dont know

Amarjit
04-22-2003, 02:21 PM
A Microsoft Visual Basic 3.0 decompiler can be found here (http://www.geocities.com/striker12112/vb3d.zip)

Try2Hack rules&#33;
AS

Amarjit
04-22-2003, 03:56 PM
Level 5

First decompile the level 5 EXE. Then you have to open "LEVEL5.BAS", "MODULE1.BAS" and "LEVEL5.FRM". For this use Liberty BASIC or NotePad. The values have been hexed so the password has to be deciphered.

I&#39;m not quite sure though, it might be ASCII codes or something :huh:

BTW: Password is NOT ZqrE01A2d and username is NOT AlmostAHacker

VB
04-22-2003, 06:06 PM
&#39; main.txt - global definitions
Global Const gc0006 = "0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ.,:;-*+=~|&&#33;_&#036;#@()[]{}<&#092;/>"
Global Const gc000A = "http://www.try2hack.nl/levels/level6-ksghvb.xhtml"

MsgBox "Level 6 can be found at: " & Left&#036;(gc000A, 37) & Mid(gc0006, 21, 1) & Mid(gc0006, 14, 1) & Mid(gc0006, 29, 1) & Mid(gc0006, 32, 1) & Mid(gc0006, 12, 1) & Mid(gc0006, 14, 1) & Mid(gc000A, 44, 6), 0, "Horray&#33;"

VB
04-22-2003, 06:14 PM
http://www.try2hack.nl/levels/level6-kdsvbd.xhtml

Amarjit
04-23-2003, 10:43 AM
According to Try2Hack&#39;s IRC channel, they&#39;re working on levels 6 - 11 :D

VB
04-23-2003, 11:46 AM
Originally posted by AmarjitSingh@23 April 2003 - 11:43
According to Try2Hack&#39;s IRC channel, they&#39;re working on levels 6 - 11 :D
Just when I started to become a 1337 h@x0r :lol: