ocproxy

User-level SOCKS and port forwarding proxy for secure tunneling

brewmacoslinux
Try with needOr install directly
Source

About

User-level SOCKS and port forwarding proxy

Commands

ocproxy

Examples

Start SOCKS proxy listening on localhost:1080$ ocproxy -l 1080
Forward local port 8080 to remote host through proxy$ ocproxy -L 127.0.0.1:8080:example.com:80 -l 1080
Create SOCKS proxy on custom port with verbose output$ ocproxy -l 0.0.0.0:9999 -v