| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
██████╗ ██╗ █████╗ ██████╗██╗ ██╗ ██████╗ ██╗ ██╗████████╗
██╔══██╗██║ ██╔══██╗██╔════╝██║ ██╔╝██╔═══██╗██║ ██║╚══██╔══╝
██████╔╝██║ ███████║██║ █████╔╝ ██║ ██║██║ ██║ ██║
██╔══██╗██║ ██╔══██║██║ ██╔═██╗ ██║ ██║██║ ██║ ██║
██████╔╝███████╗██║ ██║╚██████╗██║ ██╗╚██████╔╝╚██████╔╝ ██║
╚═════╝ ╚══════╝╚═╝ ╚═╝ ╚═════╝╚═╝ ╚═╝ ╚═════╝ ╚═════╝ ╚═╝
██╗ ██╗██╗████████╗
██║ ██╔╝██║╚══██╔══╝
█████╔╝ ██║ ██║
██╔═██╗ ██║ ██║
██║ ██╗██║ ██║
╚═╝ ╚═╝╚═╝ ╚═╝
Blackout Kit (blackout-kit) — Network Security & Bypass Toolkit
A network security and bypass toolkit for Windows and Linux. 17+ engines, MCP-integrated diagnostics, country-aware routing, smart config rotation, encrypted vault, and self-healing crash recovery.
Country profiles: 🇮🇷 Iran · 🇷🇺 Russia · 🇨🇳 China · 🇮🇶 Iraq · 🇬🇧 United Kingdom · 🇺🇸 United States · 🇪🇺 Europe
Blackout Kit is a local coordinator for bypass engines and user-supplied proxy or VPN configurations.
It does not operate remote VPN or proxy servers. Instead, it helps users:
Design goals in the current release line:
If you are here to use Blackout Kit, start with the user guide:
If you are here to maintain, package, test, or contribute to Blackout Kit, start with:
The README stays high-level. The two guides go deeper in separate directions on purpose.
Blackout Kit 1.1.1 currently includes:
| Platform | Status | Notes |
|---|---|---|
| Windows 10/11 x64 | Full support | Broad engine catalog, GUI, system proxy integration, split-tunnel proxy bypass patterns, DLL runtimes, and Windows-native VPN paths |
| Linux x86_64 | Partial support | Supported paths: xray, tun, hysteria2, tuic through the managed blackout-engine runner |
| macOS | Not supported | No current runtime path |
| ARM devices | Not supported | Current binaries and runtime assumptions target x64 / x86_64 only |
Linux does not support the Windows SNI injection path, GoodbyeDPI, Windows VPN engines, the desktop GUI, or Windows system-proxy bypass rules.
Linux currently supports:
| Engine | Category | Runtime path | Exposes local proxy? | Notes |
|---|---|---|---|---|
| sni | DPI bypass stack | blackout_core.dll | Yes | Uses the native SNI component plus XRay listeners |
| xray | Proxy core | blackout_core.dll | Yes | Supports VLESS, Trojan, VMess on Windows; REALITY is client-side VLESS support |
| gdpi | TCP handling | goodbyedpi.exe or experimental native DLL path | No | legacy is the stable default; native is experimental |
| psiphon | VPN/proxy client | blackout_warp.dll | Yes | Current runtime is DLL-backed |
| warp | VPN/proxy client | blackout_warp.dll | Yes | Current runtime is DLL-backed |
| tun | System tunnel | blackout_core.dll | No | Windows TUN requires admin rights |
| tor | Proxy client | tor.exe | Yes | Uses a user-supplied Tor runtime |
| mhrv | HTTP relay | blackout_core.dll | Yes | Embedded HTTP relay; HTTPS CONNECT is intentionally unsupported |
| ikev2 | Windows native VPN | Windows RAS | No | Uses saved built-in VPN settings |
| wireguard | VPN | Windows runtime path | No | Requires a supplied .conf file |
| openvpn | VPN | Windows runtime path | No | Requires a supplied .ovpn file |
| softether | VPN | Windows runtime path | No | Requires installed SoftEther client components |
| appsscript | HTTP relay | Python engine | Yes | HTTP relay only |
| hysteria2 | QUIC proxy | blackout_core.dll | Yes | Runs through the native sing-box-backed proxy engine |
| tuic | QUIC proxy | blackout_core.dll | Yes | Runs through the native sing-box-backed proxy engine |
| legend | Composite stack / security-oriented connect target | Tor + SNI + XRay stack | Yes | This is a connect/start target, separate from the legend security mode name |
| Engine | Supported on Linux? | Runtime path | Notes |
|---|---|---|---|
| xray | Yes | blackout-engine | Requires a direct supported upstream config |
| tun | Yes | blackout-engine | Requires root and Linux networking prerequisites |
| hysteria2 | Yes | blackout-engine | Uses sing-box proxy mode through the runner |
| tuic | Yes | blackout-engine | Uses sing-box proxy mode through the runner |
| sni, gdpi, psiphon, warp, legend, Windows VPN engines | No | — | Windows-only or otherwise unsupported on Linux |
Blackout Kit currently uses legend in two places:
The security mode changes local XRay and legacy-GDPI policy. The engine target starts a Tor + SNI + XRay stack. The names overlap, but the behaviors are not identical.
Download blackout.exe from the GitHub Releases page.
This is the easiest path for Windows users who want the packaged app.
Notes:
git clone https://github.com/kiacoder/blackout-kit.git
cd blackout-kit
pip install -r requirements.txt
python blackout.py versionThen install the runtimes you actually need:
python blackout.py bins
python blackout.py bins downloadLinux requires the blackout-engine runtime asset in bins/.
python3 -m pip install -r requirements.txt
mkdir -p bins
chmod +x bins/blackout-engine
python3 blackout.py versionThe Linux runtime asset is produced by the repo CI and release pipeline as blackout-engine-linux-amd64, then used locally as bins/blackout-engine.
Current runtime expectations from code:
Windows
Linux x86_64
python blackout.py doctor
python blackout.py bins download
python blackout.py route
python blackout.py connectpython3 blackout.py doctor
python3 blackout.py route
sudo python3 blackout.py connect tun --backgroundblackout connect
blackout connect <engine>
blackout connect --background
blackout connect --iran
blackout connect --russia
blackout start <engine>
blackout start <engine> --russia
blackout emergency
blackout stop
blackout disconnect
blackout status
blackout status --watch
blackout route
blackout ready [engine]
blackout config list
blackout config add <uri>
blackout config import <url>
blackout config remove <n>
blackout config encrypt
blackout config decrypt
blackout settings list
blackout settings get <key>
blackout settings set <key> <value>
blackout settings reset
blackout doctor
blackout doctor --fix
blackout doctor --fix-av
blackout fix
blackout fix --preview
blackout fix --history
blackout fix --full-route-reset
blackout fix --full-stack-reset
blackout fix --flush-arp
blackout tools netfix
blackout tools netfix --preview
blackout tools arp-flush
blackout scan
blackout tools ping [host]
blackout tools speedtest
blackout tools dns-bench
blackout tools dns-set <server>
blackout tools dns-flush
blackout tools traceroute [host]
blackout tools scan-file <path>
blackout tools file-hash <path>
blackout tools cert-check <host[:port]>
blackout tools cert-check <host> --allow
blackout tools hotspot
blackout tools share-vpn
blackout network
blackout network scan
blackout network isp
blackout network auto
blackout network switch <ssid>
blackout bins
blackout bins download
blackout bins download <key>
blackout bins update
blackout update
blackout update --apply
blackout gui
blackout mcp
blackout help
blackout help <topic>
blackout country
blackout country set <code>
blackout country reset
blackout split-tunnel list
blackout split-tunnel add <pattern>
blackout split-tunnel remove <pattern>
Blackout Kit intentionally documents its limits.
Country and transport presets such as --iran and --russia are temporary local override bundles. They change runtime behavior for that launch only and do not rewrite your saved settings.
REALITY is handled separately by XRay’s configured REALITY handshake and does not use the normal TLS certificate policy.
blackout tools scan-file <path> scans exactly one existing regular file with the already-installed Windows Defender command-line scanner. It does not scan directories, download signatures, install or update a scanner, alter Defender exclusions, or change firewall, proxy, DNS, routing, or other security settings. Scans use Defender's non-remediating mode; a nonzero result is reported as a detection only when Defender's captured output independently confirms one.
blackout tools file-hash <path> calculates a SHA-256 fingerprint for one existing regular file locally. It streams the file in bounded chunks and refuses to present a digest when its before/after file snapshot changes during reading. It does not upload the file or its hash, contact VirusTotal or any other service, use an API key, scan for malware, or alter security or network settings.
Default recovery is intentionally narrow. It does not behave like “reset everything” unless the user explicitly asks for the broader Windows-only reset flags.
For deeper details, read SECURITY.md.
Blackout Kit stores sensitive local operational state. Depending on what features are used, this can include:
Important boundaries:
Blackout Kit includes a stdio MCP server:
{
"mcpServers": {
"blackout-kit": {
"command": "blackout",
"args": ["mcp"]
}
}
}Current tool surface includes:
Important MCP boundaries:
The Windows GUI is started with:
blackout guiIt is built with CustomTkinter and currently serves as a native desktop surface for the same general runtime, monitoring, and settings workflows.
The zero-argument launcher path can also open the GUI first and fall back to the terminal menu when GUI dependencies are unavailable.
blackout split-tunnel manages Windows system-proxy bypass patterns.
It does not implement per-process routing, packet-level route tables, or Linux tunnel rules.
Example:
blackout split-tunnel add example.com
blackout split-tunnel add 192.168.1.*
blackout split-tunnel listOn Windows these rules map to ProxyOverride behavior for the system proxy path.
blackout doctor
blackout ready <engine>
blackout routeblackout stop
blackout fixUse the broader Windows-only flags only if targeted recovery fails.
blackout bins
blackout bins downloadCheck:
blackout tools cert-check example.com
blackout tools cert-check example.com --allowThis does not apply to REALITY.
GoodbyeDPI is TCP-oriented. Browser video playback can prefer QUIC/UDP, which bypasses that path.
See the user guide’s troubleshooting section for the browser-side QUIC explanation and workaround.
MIT — see LICENSE.
Blackout Kit is intended for legitimate personal use such as accessing blocked educational resources, development tools, personal communications, and ordinary web services.
Users are responsible for their own legal and operational decisions. The author and contributors do not guarantee that any engine, profile, mode, or upstream service will be safe or effective in a given environment.
Made by Kiacoder — for people who just want a working internet connection.
| Back | FazBrowse Home | New Git URL |