Last login: Sun Feb 22 17:41:00 from dialup-67.30.240.201.Dial1.Atlanta1.Level3.net
[level6@drill level6]$
::Welcome to level6 hackerslab.org tutorial::
On behalf of all those who have worked hard to reach this level, we have opened
a port for you so that you could get the password easily. But oops I don't
remember the port number. Sorry :p
Ok, so in this level, connect to the right port, enter the password, and bam, level7's password.
*Step 1: The netstat command.
Uh-oh new command. Basically netstat just shows all open ports on your machine, and the IP's
connected to your system. So run this command:
[level6@drill level6]$ netstat --inet -an
Now at the top, under local address you probably see something like:
0.0.0.0.:100
0.0.0.0.:15
0.0.0.0.:80
0.0.0.0.:22
0.0.0.0.:23
0.0.0.0.:6969
Now, you probably know what all of those ports mean except 6969. So guess what? That's
probably the port that they opened for us! So here comes step 2.
*Step 2: Execute.
On windows open a command prompt and do this:
C:\Documents and Settings\Owner> telnet drill.hackerslab.org 6969
or on *nix open a terminal window and do this:
ComputerName:~# telnet drill.hackerslab.org 6969
After you execute this command, you will get this:
level6's passwd:
So enter the password you put in to get to level6 (Best of The Best Hackerslab)
Congratulations!
Written by: Glitch
|