All Projects → movsb → taosocks

movsb / taosocks

Licence: other
A smart tunnel proxy that helps you bypass firewalls.

Programming Languages

go
31211 projects - #10 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to taosocks

Awslambdaproxy
An AWS Lambda powered HTTP/SOCKS web proxy
Stars: ✭ 571 (+2096.15%)
Mutual labels:  tunnel, http-proxy, socks5
Glider
glider is a forward proxy with multiple protocols support, and also a dns/dhcp server with ipset management features(like dnsmasq).
Stars: ✭ 1,710 (+6476.92%)
Mutual labels:  tunnel, http-proxy, socks5
FullProxy
Bind and reverse connection based, SOCKS5, HTTP and PortForward based portable proxy
Stars: ✭ 22 (-15.38%)
Mutual labels:  tunnel, http-proxy, socks5
FastTunnel
expose a local server to the internet. 高性能跨平台的内网穿透解决方案 远程内网计算机 域名访问内网站点 反向代理内网服务 端口转发 http代理
Stars: ✭ 815 (+3034.62%)
Mutual labels:  tunnel, http-proxy
V2ray Core
A platform for building proxies to bypass network restrictions.
Stars: ✭ 13,438 (+51584.62%)
Mutual labels:  tunnel, socks5
Venom
Venom - A Multi-hop Proxy for Penetration Testers
Stars: ✭ 1,228 (+4623.08%)
Mutual labels:  tunnel, socks5
Exodus
network proxy and tunnel (VPN)
Stars: ✭ 432 (+1561.54%)
Mutual labels:  tunnel, socks5
Tun2socks
tun2socks - powered by gVisor TCP/IP stack
Stars: ✭ 123 (+373.08%)
Mutual labels:  tunnel, socks5
Pingtunnel
ping tunnel is a tool that advertises tcp/udp/socks5 traffic as icmp traffic for forwarding.
Stars: ✭ 1,904 (+7223.08%)
Mutual labels:  tunnel, socks5
Corkscrew
Corkscrew is a tool for tunneling SSH through HTTP proxies.
Stars: ✭ 149 (+473.08%)
Mutual labels:  tunnel, http-proxy
ProxyChecker
An easy to use open-source, multithreaded Proxy Checker. Allows you to quickly check HTTP and SOCKS proxies in a user friendly GUI, for Windows, Mac OS, Linux.
Stars: ✭ 113 (+334.62%)
Mutual labels:  http-proxy, socks5
Python Proxy
HTTP/HTTP2/HTTP3/Socks4/Socks5/Shadowsocks/ShadowsocksR/SSH/Redirect/Pf TCP/UDP asynchronous tunnel proxy implemented in Python 3 asyncio.
Stars: ✭ 692 (+2561.54%)
Mutual labels:  tunnel, socks5
Fasttunnel
NAT 内网穿透 远程内网计算机 域名访问内网站点 反向代理内网服务 花生壳 端口转发 http代理 微信 小程序 expose a local server behind a NAT or firewall to the internet like ngrok and frp. NAT ssh proxy tunnel reverse-proxy
Stars: ✭ 248 (+853.85%)
Mutual labels:  tunnel, http-proxy
LiveProxies
Asynchronous proxy checker
Stars: ✭ 17 (-34.62%)
Mutual labels:  http-proxy, socks5
Frp
A fast reverse proxy to help you expose a local server behind a NAT or firewall to the internet.
Stars: ✭ 51,746 (+198923.08%)
Mutual labels:  tunnel, http-proxy
Stowaway
👻Stowaway -- Multi-hop Proxy Tool for pentesters
Stars: ✭ 500 (+1823.08%)
Mutual labels:  tunnel, socks5
Pummel
Socks5 Proxy HTTP/HTTPS-Flooding (cc) attack
Stars: ✭ 53 (+103.85%)
Mutual labels:  http-proxy, socks5
Nps
一款轻量级、高性能、功能强大的内网穿透代理服务器。支持tcp、udp、socks5、http等几乎所有流量转发,可用来访问内网网站、本地支付接口调试、ssh访问、远程桌面,内网dns解析、内网socks5代理等等……,并带有功能强大的web管理端。a lightweight, high-performance, powerful intranet penetration proxy server, with a powerful web management terminal.
Stars: ✭ 19,537 (+75042.31%)
Mutual labels:  tunnel, socks5
Openiothub
💖A free IoT (Internet of Things) platform and private cloud. [一个免费的物联网和私有云平台,支持内网穿透]
Stars: ✭ 371 (+1326.92%)
Mutual labels:  tunnel, socks5
Frpc Android
Android,安卓版frpc,一个快速反向代理,可帮助您将NAT或防火墙后面的本地服务器暴露给Internet。
Stars: ✭ 205 (+688.46%)
Mutual labels:  tunnel, socks5

taosocks

A smart tunnel proxy that helps you bypass firewalls.

Usage

Please run both server and client in the root directory of the project.

On Server

$ ./server/server -h
Usage of ./server/server:
  -key string
        the key
  -listen string
        listen address(host:port) (default "0.0.0.0:1081")
$ ./server/server --key=<Your Password>

On Client

$ ./client/client -h
Usage of ./client/client:
  -insecure
        don't verify server certificate (default true)
  -key string
        login key
  -listen string
        listen address(host:port) (default "0.0.0.0:1080")
  -server string
        server address(host:port) (default "127.0.0.1:1081")
$ ./client/client --server=<host:port> --key=<Your Password>

On WebBrowser

Now set your web browser proxy settings to use SOCKS5 proxy at 127.0.0.1:1080(by default). Don't forget to bypass DNS resolving.

Since it's a smart proxy tool, there is no need to use any browser proxy extension. Disable them all.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].