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

How we intend out network setup to look once we have Chisel set up

To perform HTTP tunneling, use the following general command and modify it according to your scenario.

Chisel for labs

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

Read the PDF for information. Use the PDF for guidance on this topic and commands.

Network Topology:

Last updated