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

Basic HTTP authentication improvement #12

Closed RadekHvizdos closed 7 years ago

RadekHvizdos commented 7 years ago

Add ability to supply the username/password as a parameter instead of inputting them from stdin. The original behavior can be triggered by using '-' as a parameter to '-t' option

nvssks commented 7 years ago

Thanks! Looks good :)