SECFORCE / 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.
1.24k stars 283 forks source link

How Can I change Url Parameter #18

Open Alex220 opened 5 years ago

Alex220 commented 5 years ago

How Can I change Url Parameter ?proxy to for example ?page ? on my country firewall ?proxy parameter is blocked! Please add options to change Url Parameter ?proxy

Thanks.

nvssks commented 5 years ago

If you are looking for a quick fix then change: /lib/TunnaClient.py Line 19 from "?proxy" to anything you like

Then change "proxy" in the following files to the same name: /webshells/conn.jsp Line 49 /webshells/conn.php Line 7 /webshells/conn.aspx There are multiple, change every occurrence of "?proxy"

Otherwise I'll add it as an option on the next update (which will take time)

nvssks commented 5 years ago

Also, check out https://github.com/SecarmaLabs/chunkyTuna It shouldn't suffer from this issue and you should get a better performance

Alex220 commented 5 years ago

Thanks for the quick response.