zfranjicc/blizzard---proxy-manager — explained in plain English
Analysis updated 2026-05-18
Route all Burp Suite or OWASP ZAP traffic through Tor or a proxy without leaks.
Rotate your Tor exit node on demand during security testing.
Fetch and test thousands of public proxies to keep only working ones.
Randomize your MAC address and Firefox fingerprint before a test.
| zfranjicc/blizzard---proxy-manager | 100/dotfiles | abdellaouiamir/palworld-server | |
|---|---|---|---|
| Stars | 1 | 1 | 1 |
| Language | Shell | Shell | Shell |
| Last pushed | — | 2016-11-18 | — |
| Maintenance | — | Dormant | — |
| Setup difficulty | moderate | easy | moderate |
| Complexity | 3/5 | 1/5 | 3/5 |
| Audience | developer | developer | ops devops |
Figures from each repo's GitHub metadata at analysis time.
Requires Kali Linux and several dependencies like Tor, proxychains4, and jq.
Blizzard Proxy Manager is a Bash toolkit built for Kali Linux that helps security testers control how their network traffic is routed during a test. Instead of always using a single proxy setup, it lets you switch between four modes: going out directly, routing through a proxy, routing through Tor, or chaining a proxy into Tor for extra hops. The project grew out of frustration with simpler proxy scripts. Those often rely on a technique called proxychains that quietly fails to redirect traffic from Java based tools like Burp Suite and OWASP ZAP, so this toolkit gives those two tools their own native proxy configuration instead of forcing them through the same generic wrapper. It does the same careful, tool specific handling for Firefox, writing proxy settings straight into the browser's own configuration file so nothing gets left behind after cleanup. On the proxy side, it can pull in a public list of more than 3,000 proxies and test all of them in parallel for speed and whether they actually work, so only verified working proxies end up in your pool. You can save favorite proxies as profiles, pick the fastest one automatically, or add your own private proxies by hand. For Tor, it can rotate to a fresh identity on demand, show a live dashboard of your current exit node and country, and work around the common problem of IP lookup sites blocking known Tor exit nodes. Other tools include MAC address randomization done in the correct order so it actually works, fingerprint protection for Firefox, a full network health check, and automatic backups before any system file gets changed. An optional extras module adds a kill switch, a security scoring tool, a firewall manager, and launchers for common penetration testing programs like sqlmap, Nikto, and Metasploit. It is written in Bash, organized into small self contained library files, and is installed by cloning the repository and running one setup script. Missing dependencies like Tor, proxychains4, and jq are detected and can be installed automatically.
A Bash toolkit for Kali Linux that manages proxy, Tor, and routing modes for security testing, with dedicated proxy support for Burp Suite, ZAP, and Firefox.
Mainly Shell. The stack also includes Bash, Tor, Proxychains.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.