Skip to content

shirshak55/http-to-socks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Http Proxy To Sock5 Tunnel

Yes you can browse https using http proxy.

In firefox we can directly go to preference > Network settings and add the proxy

Client <-> Http Proxy <-> Socks Proxy <-> Target Website

Client connects to http proxy and connects to target website via socks proxy and after getting informations etc forwards it to client.

$ SERVER_SOADDR=0.0.0.0:8100 SOCKS_SOADDR=PROXY_ADDR_HERE SOCKS_USERNAME=USERNAMEHERE SOCKS_PASSWORD=PASSWORDHERE cargo run

Currently under development better optimized version will be released on future. So please don't use it in production or anything else.

Warning: Port below 1024 requires root permession at least on linux.

Thanks:

  • o0Ignition0o
  • Bastion Teams

Licence:

Dual Licence (Apache / Mit) like other crates

About

Rust Crate for Http to Sock5 Server tunnel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages