Tunna
Tunna is a set of tools which will wrap and tunnel any TCP communication over HTTP. It can be used to bypass network restrictions in fully firewalled environments.
Last updated
Tunna is a set of tools which will wrap and tunnel any TCP communication over HTTP. It can be used to bypass network restrictions in fully firewalled environments.
Last updated
Source: https://github.com/SECFORCE/Tunna
-l = (local) - it opens a local SOCKS proxy server
-r = (remote) - it redirects a port of the target to the tunnel port
In this case I'm using the .jsp, but there is also a .php and .aspx that works the same
When we access the file with Curl, we can see the confirmation of the access on TunnaWebServer and in our python webserver as a demonstration
We can extract files using the same method