Friday, 17 May 2013

[TuT] SSH IP Tunneling Tutorial

Well Our todays Article is not on how to hack ! its on "How to Hide your ass "

although there are many way to stay anonymous but the Best way is to Tunnel your Ip with a remote server whose root user is in your control , SO Lets start 1st of all open your terminal and Run This Commannd
Code:
root@XploiteR:~# ssh -D 127.0.01:1050 -l root 123.124.23.23

after running this command u will be connected to your remote server but before this you have to give password.

Code:
root@123.124.23.23's password: ******
where ****** is our password.

Now we are are connected to our server...


Code:
root@XploiteR:~# ssh -D 127.0.01:1050 -l root 123.124.23.23
The authenticity of host '123.124.23.23 (123.124.23.23)' can't be established.
RSA key fingerprint is 23:9d:******************:20:7e:38:c0:c0:83:44:6c.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added '123.124.23.23' (RSA) to the list of known hosts.
root@123.124.23.23's password: 
Last login: Thu Jan 24 11:53:06 2013 from 8.8.8.8
[root@vps ~]# ls
kloxo-install  kloxo-installer.sh  kloxo-install.zip
[root@vps ~]# whoami
root
where 123.124.23.23 is Server Ip
and 8.8.8.8 is Our machine's Ip


Now we have tunnel our Ip with the remote server but before browsing we have to configure it at our browser

Code:
Edit>Preference>advance>network>Setting>Socks Host
or
tools>options>advance>network>Setting>Socks Host

add
127.0.0.1 as Ip and 1050 as port Done


Congr8s You have tunneled your Ip successfully

But Don't Forget to clean your tracks from the Target ;-)

0 comments:

Post a Comment