Fri, 5th Dec 2008 07:39:02
Never fear, this site is here

Back to Using ICMP tunneling to steal Internet

Make a new comment

Comments

# Author: sean
Mon, 28th Jan 2008 20:40:23

You can use the SSH connection as a SOCKS proxy:

  • $ ssh -D 8080 localhost -p 8765
  • Then set your browser to use port 8080 as a SOCKS5 proxy.
  • The interweb!

Or setup a SOCKS proxy on your 'proxy' host and tunnel directly to it with:
$ sudo ptunnel -x mypassword -p myproxy -lp 8765 -da localhost -dp 8080


My setup:


Router at home (Linksys router with OpenWRT firmware)

  • cronjob to update my dynamic dns record 'proxy.mydomain'
  • # ipkg install ptunnel
  • # ptunnel -x mypassword -f ptunnel.log &

On client system (Debian)

  • $ sudo aptitude install ptunnel
  • $ sudo ptunnel -x mypassword -p proxy.mydomain -lp 8765 -da localhost -dp 22
  • $ ssh -D 8080 localhost -p 8765
  • Install FoxyProxy extension in Firefox
  • Configured SOCKS5 proxy: localhost:8080
# Author: Buccia
Tue, 29th Jan 2008 01:24:48
You can use ssh tun features over icmp tunneling, for having unlimited access to the intertubes!

Look up the -w option in ssh(1) and PermitTunnel in sshd_config(5). You of course have to take one minute to set up routes etc, but the result is that you say goodbye to proxies, socks and all that cheesy setup.

Have fun. Steal much.
# Author: Sven
Tue, 29th Jan 2008 07:55:35
I use the combination ssh as socks server and the tsocks-wrapper for all tunnel-tcp-connections.

Make a new comment

Powered by Debian, Jack Daniels, Guinness, and excessive quantities of caffeine and sugar.