All Projects → ls0f → Cracker

ls0f / Cracker

tunnel over http[s]

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to Cracker

Freess
免费ss账号 免费shadowsocks账号 免费v2ray账号 (长期更新)
Stars: ✭ 6,544 (+6015.89%)
Mutual labels:  proxy, socks5
Shadowsocks Php
A php port of shadowsocks based on workerman. A socks5 proxy written in PHP.
Stars: ✭ 869 (+712.15%)
Mutual labels:  proxy, socks5
Warwolf
Socks5-Over-HTTP (A Socks5 proxy runs on plain old HTTP requests, no websocket. Deployable on Google AppEngine) 🤟 😚 👁 🤦🏻‍♂️ 💃🏻 🕺🏻
Stars: ✭ 16 (-85.05%)
Mutual labels:  proxy, socks5
Daze
Daze is a tool to help you link to the Internet.
Stars: ✭ 580 (+442.06%)
Mutual labels:  proxy, socks5
Free proxy ss
分享来自互联网上免费的shadowsocks(SS)/ShadowsocksR(SSR)/V2ray(vmess)代理 每15分钟更新一次,每次各分享4个临时可用代理。 及时订阅、及时更新。
Stars: ✭ 72 (-32.71%)
Mutual labels:  proxy, socks5
Blinksocks
A framework for building composable proxy protocol stack.
Stars: ✭ 587 (+448.6%)
Mutual labels:  proxy, socks5
Jsocksproxy
SOCKS proxy written in Java
Stars: ✭ 19 (-82.24%)
Mutual labels:  proxy, socks5
Go Shadowsocks2
Experimental Shadowsocks in Go. Stable fork at https://github.com/shadowsocks/go-shadowsocks2
Stars: ✭ 530 (+395.33%)
Mutual labels:  proxy, socks5
Tor Router
A SOCKS, HTTP and DNS proxy for distributing traffic across multiple instances of Tor
Stars: ✭ 69 (-35.51%)
Mutual labels:  proxy, socks5
V2ray Core
A platform for building proxies to bypass network restrictions.
Stars: ✭ 13,438 (+12458.88%)
Mutual labels:  proxy, socks5
Awslambdaproxy
An AWS Lambda powered HTTP/SOCKS web proxy
Stars: ✭ 571 (+433.64%)
Mutual labels:  proxy, socks5
Venom
Venom - A Multi-hop Proxy for Penetration Testers
Stars: ✭ 1,228 (+1047.66%)
Mutual labels:  proxy, socks5
Microsocks
tiny, portable SOCKS5 server with very moderate resource usage
Stars: ✭ 549 (+413.08%)
Mutual labels:  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 (+546.73%)
Mutual labels:  proxy, socks5
Tor2web
Tor2web is an HTTP proxy software that enables access to Tor Hidden Services by mean of common web browsers
Stars: ✭ 531 (+396.26%)
Mutual labels:  proxy, socks5
Docker Dante Telegram
dante config builder for Telegram SOCKS-proxy & Dockerfile for building image with such proxy
Stars: ✭ 16 (-85.05%)
Mutual labels:  proxy, socks5
Socks5
SOCKS Protocol Version 5 Library in Go. Full TCP/UDP and IPv4/IPv6 support
Stars: ✭ 321 (+200%)
Mutual labels:  proxy, socks5
Exodus
network proxy and tunnel (VPN)
Stars: ✭ 432 (+303.74%)
Mutual labels:  proxy, socks5
Furion
Socks5 + SSL Proxy
Stars: ✭ 39 (-63.55%)
Mutual labels:  proxy, socks5
Lightsocks Nodejs
It's a simple socks5 proxy tool which based on lightsocks
Stars: ✭ 79 (-26.17%)
Mutual labels:  proxy, socks5

cracker

proxy over http[s], support http,socks5 proxy.

+------------+            +--------------+          
| local app  |  <=======> |local proxy   | <#######
+------------+            +--------------+        #
                                                  #
                                                  #
                                                  # http[s]
                                                  #
                                                  #
+-------------+            +--------------+       #
| target host |  <=======> |http[s] server|  <#####
+-------------+            +--------------+         

Install

Download the latest binaries from this release page.

Usage

Server side (Run on your vps or other application container platform)

./server -addr :8080 -secret <password> -logtostderr

Local side (Run on your local pc)

./local -raddr http://example.com:8080 -secret <password> -logtostderr

https

It is strongly recommended to open the https option on the server side.

Notice

If you have a ssl certificate, It would be easy.

./server -addr :443 -secret <password> -https -cert /etc/cert.pem -key /etc/key.pem -logtostderr
./local -raddr https://example.com -secret <password> -logtostderr

Of Course, you can create a self-signed ssl certificate by openssl.

sh -c "$(curl https://raw.githubusercontent.com/ls0f/cracker/master/gen_key_cert.sh)"
./server -addr :443 -secret <password> -https -cert /etc/self-signed-cert.pem -key /etc/self-ca-key.pem -logtostderr
./local -raddr https://example.com -secret <password> -cert /etc/self-signed-cert.pem -logtostderr

Quick Test

If you don't want to run the server side, I did for you :) you only need to run the local side.

./local  -raddr https://lit-citadel-13724.herokuapp.com -secret 123456 -logtostderr

Deploy the server side on heroku

Next

Play with SwitchyOmega

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].