::Hackerslab::Level0::

::Hackerslab Guides::


::Home::
::Submit::
::Hackerslab::
::Level0::
::Level1::
::Level2::
::Level3::
::Level4::
::Level5::
::Level6::
::Level7::
::HTS::
::Web 6::

Last login: Sat Feb 21 08:11:50 from ACA85CEF.ipt.aol.com
[level0@drill level0]$

::Welcome to level0 hackerslab.org tutorial::
It's a good thing that someone was nice enough to install a backdoor. Your task is to use this backdoor to get to the next level. First, telnet to drill.hackerslab.org. HINT: Start looking in the device driver directory.

**Newb Note: To get to these levels in windows, open a command prompt window and do this:

C:\Documents and Settings\Owner>telnet drill.hackerslab.org
Login:level0
password:guest
**Newb Note: You will not be able to see your password when you type it.

or on *nix system, open a terminal and do this:

Computer:~# telnet drill.hackerslab.org

**Newb note: You will not be able to see your password when you type it.

Ok so in this level, someone installed a backdoor on the target computer. Use the backdoor to get to the next level. Easy. First here is a command that will jump start pretty much all of your levels for you:

find / -user levely -group levelx 2>/dev/null (y= 1 level ahead of you, x = level you are on).

So once you enter this command, it brings up something like:

[level0@drill level0]$ find / -user level1 -group level0 2>/dev/null
/dev/.hi
[level0@drill level0]$

Guess what? The backdoor has been found by YOU!! Now what do we want to do to the backdoor? Simply execute it. So type in this to execute and proceed to level 1:

[level0@drill level0]$ /dev/.hi
[level0@drill level0]$ pass
Congratulations!!
Written by: Glitch

Site Design by: Glitch