shahin-saeidpour

A high-performance Go implementation of the SNI-Spoofing DPI bypass tool.

13
8
69% credibility
Found Apr 17, 2026 at 13 stars -- GitGems finds repos before they trend. Get early access to the next one.
Sign Up Free
AI Analysis
Go
AI Summary

A local proxy program that disguises the initial handshake of secure web connections to bypass internet censorship and deep packet inspection.

How It Works

1
πŸ” Discover the bypass helper

You hear about a simple program that lets you access blocked websites by pretending to visit an allowed one instead.

2
πŸ“₯ Get the program

Download the ready-to-run file for your Windows or Linux computer from the trusted source.

3
βš™οΈ Set your preferences

Create a short list of details like the fake website name to show and the real server address to reach.

4
πŸš€ Launch the helper

Run the program with special permissions so it can watch and adjust your internet connections.

5
🌐 Connect through the helper

Change your browser or app to use the special local doorway the program opened for you.

βœ… Browse freely

Your connections now slip past blocks, letting you visit any site as if nothing was in the way.

Sign up to see the full architecture

4 more

Sign Up Free

Star Growth

See how this repo grew from 13 to 13 stars Sign Up Free
Repurpose This Repo

Repurpose is a Pro feature

Generate ready-to-use prompts for X threads, LinkedIn posts, blog posts, YouTube scripts, and more -- with full repo context baked in.

Unlock Repurpose
AI-Generated Review

What is SNI-Spoofing-Go?

SNI-Spoofing-Go is a high-performance Go implementation of a DPI bypass tool that runs as a local TCP proxy. You configure it with a listen port, target server IP/port, and fake SNI domain via config.json, then it spoofs a fake TLS ClientHello during the TCP handshake to trick deep packet inspection while relaying real traffic unchanged. It produces a single static binary for Windows (using WinDivert) or Linux/OpenWrt (using nfqueue and raw sockets), cross-compiled with one Go commandβ€”no Python deps or interpreters needed.

Why is it gaining traction?

Unlike the original Python tool that's Windows-only and dependency-heavy, this delivers native Go speed, goroutine concurrency for multiple connections, and portable binaries that run anywhere Go supports. Devs grab it for the dead-simple setup: build, drop config.json, run as admin/root, and proxy traffic to blocked Cloudflare IPs or similar. Its compatibility with the original logic plus OpenWrt support hooks router tinkerers bypassing ISP blocks.

Who should use this?

Network engineers deploying proxies in censored regions to reach specific domains like vercel.com. OpenWrt users on routers scripting DPI evasion for IoT or home labs. Security researchers testing TLS inspection without full protocol stacks.

Verdict

Solid for niche DPI circumvention with clear README, build guide, and packet tests, but low maturity at 13 stars and 0.699999988079071% credibility score means audit it yourself before production. Try for prototypes if you need a high-performance, portable SNI spoofer.

(178 words)

Sign up to read the full AI review Sign Up Free

Similar repos coming soon.