Tunneling Through Deep Packet Inspection
HTTP Tunnelling.
# used to bypass the restriction to access the the network.
# For example:
# If Admin has configured the termination of all outbound connection then no one will able to use SSH for making connections.

Above is network topology.
HTTP Tunneling with Chisel
Blog for help:
Linux vs Linux

The Chisel server on our Kali machine will listen on TCP port 1080, a SOCKS proxy port.
Linux vs Windows
I used the below command in one of the labs to enumerate internal networks. Below is how I performed it.
I will be using a chisel for port forwarding.
Download Chisel and run http server.
Send windows chisel to window temp.

Establishing connection between linux and windows internal network

Check the proxychain.conf file if there is 1080 port added.


We got the listening msg in kali linux chisel server.

DNS Tunneling with dnscat2
Network Topology:

Last updated