aeri / sabotage

HTTPS Proxy to circumventing SNI filtering

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

logo


Sabotage is an HTTPS proxy to bypass censorship by filtering the SNI (Server Name Indication). This proxy is based on evil-proxy which uses Webrick as HTTP Toolkit.

This proxy bypasses some of the most sophisticated SNI filtering systems by modifying the extension of the ClientHello message sent in all HTTPS requests. There is no change in either the TCP/IP host address or HTTP Host header value.

Specifically, the character \ is added at the point separating the domain name with the top-level domain. This simple and subtle change goes unnoticed by SNI filters and usually works well with many Internet servers and CDNs (depending on the circumstances and configuration).

About

HTTPS Proxy to circumventing SNI filtering

License:MIT License


Languages

Language:Ruby 99.6%Language:Shell 0.4%