Basic Tunneling.
The most basic tunneling with ssh was explainned, it is ssh tunnel basic will told you about how ssh tunnel works. there are so many tunneling to bypass proxy or firewall on your network.The main troubles are how to bypass firewall and breaking internet speed limit. Bypassing firewall or proxy easier than breaking internet speed limit, because you will face the queuing package program.
In short let me show you how to get from administratively you just get 512 Kbps then your speed will reach more than 10 Mbps and how to break firewall or proxy server.
Tunneling
i will not explain it all, but in all of these will give you the best ways. you can try and chose one of the best, its depend on your location, signal strength (if you use mobile broadband), and opened service on your network. You can download this ssh account to try this tunneling technique.
- ACK Tunnel
- TCP tunnel (pop, telnet, ssh)
- UDP tunnel (syslog, snmp)
- IPSEC, PPTP
- Proxified Tunnels (Advance)
- Socks SSL tunnel
- HTTP/S tunnel (payload of http = tunnel)
- HTTP/S proxy CONNECT method tunnel
- FTP tunnel
- Mail tunnel
- MSN tunnel
HTTP-Header Inject
Sometimes, you need to break the server above your internet connection by injecting http header. i will not give you full souces, but it can give you how to send HTTP Header Inject to victim. After you send the header, you need to give payload by directing or connecting your internet package to your destination.
import socket, sys
s = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
s.connect(("61.110.196.166", 80))
s.send("DELETE http://teleksel.com/ HTTP/1.1 \r Host:mobi.teleksel.com\r\r")
while 1:
buf = s.recv(1000)
if not buf:
break
sys.stdout.write(buf)
# you can send the payload here, can be redirecting or proxying the package.
s.close()
more about this, you can see my sample video about how to inject with http header
Load Balancing and Forwarding package
After you break the path and speed, you can use iptables to directing your package to your clients...show all:.
.
Basic Tunneling.
The most basic tunneling with ssh was explainned, it is ssh tunnel basic will told you about how ssh tunnel works. there are so many tunneling to bypass proxy or firewall on your network.The main troubles are how to bypass firewall and breaking internet speed limit. Bypassing firewall or proxy easier than breaking internet speed limit, because you will face the queuing package program.
In short let me show you how to get from administratively you just get 512 Kbps then your speed will reach more than 10 Mbps and how to break firewall or proxy server.
Tunneling
i will not explain it all, but in all of these will give you the best ways. you can try and chose one of the best, its depend on your location, signal strength (if you use mobile broadband), and opened service on your network. You can download this ssh account to try this tunneling technique.
- ACK Tunnel
- TCP tunnel (pop, telnet, ssh)
- UDP tunnel (syslog, snmp)
- IPSEC, PPTP
- Proxified Tunnels (Advance)
- Socks SSL tunnel
- HTTP/S tunnel (payload of http = tunnel)
- HTTP/S proxy CONNECT method tunnel
- FTP tunnel
- Mail tunnel
- MSN tunnel
HTTP-Header Inject
Sometimes, you need to break the server above your internet connection by injecting http header. i will not give you full souces, but it can give you how to send HTTP Header Inject to victim. After you send the header, you need to give payload by directing or connecting your internet package to your destination.
import socket, sys
s = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
s.connect(("61.110.196.166", 80))
s.send("DELETE http://teleksel.com/ HTTP/1.1 \r Host:mobi.teleksel.com\r\r")
while 1:
buf = s.recv(1000)
if not buf:
break
sys.stdout.write(buf)
# you can send the payload here, can be redirecting or proxying the package.
s.close()
more about this, you can see my sample video about how to inject with http header
ndak jelas gan caranya .
ReplyDeletebenar sekali
Deleteyg ga jelas yg mana ?, gak perlu di lakukan semua,
ReplyDeletecukup pilih salah satu aja untuk digunakan...
ane cuman nunjukin bhwa tunneling itu byk macem nya dan prakteknya seperti di list di sana.. dan apa2 yg sdh ane tulis itu sdh pernah di coba.. klo yg blum pernah ane coba, biasanya gak ada link nya...
Excellent article. Very interesting to read. I really love to read such a nice article. Thanks! keep rocking. diebestenvpn
ReplyDelete