whatisgithub

What is blizzard---proxy-manager?

zfranjicc/blizzard---proxy-manager — explained in plain English

Analysis updated 2026-05-18

1ShellAudience · developerComplexity · 3/5Setup · moderate

In one sentence

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.

Mindmap

mindmap
  root((Blizzard Proxy Manager))
    What it does
      Routes traffic direct proxy Tor
      Chains proxy into Tor
      Manages network identity
    Tech stack
      Bash
      Tor
      Proxychains
    Use cases
      Route Burp and ZAP safely
      Rotate Tor identity
      Test proxy lists
    Audience
      Security testers
      Kali Linux users
      Pentesters
    Setup
      Clone repo
      Install dependencies
      Run proxy-manager.sh

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Route all Burp Suite or OWASP ZAP traffic through Tor or a proxy without leaks.

USE CASE 2

Rotate your Tor exit node on demand during security testing.

USE CASE 3

Fetch and test thousands of public proxies to keep only working ones.

USE CASE 4

Randomize your MAC address and Firefox fingerprint before a test.

What is it built with?

BashTorProxychainsKali Linux

How does it compare?

zfranjicc/blizzard---proxy-manager100/dotfilesabdellaouiamir/palworld-server
Stars111
LanguageShellShellShell
Last pushed2016-11-18
MaintenanceDormant
Setup difficultymoderateeasymoderate
Complexity3/51/53/5
Audiencedeveloperdeveloperops devops

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · moderate Time to first run · 30min

Requires Kali Linux and several dependencies like Tor, proxychains4, and jq.

So what is it?

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.

Copy-paste prompts

Prompt 1
Walk me through installing Blizzard Proxy Manager on Kali Linux.
Prompt 2
How do I route Burp Suite traffic through Tor using this toolkit?
Prompt 3
Show me how to rotate my Tor identity with the NEWNYM signal in this project.
Prompt 4
Explain how the proxy list testing feature works in Blizzard Proxy Manager.

Frequently asked questions

What is blizzard---proxy-manager?

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.

What language is blizzard---proxy-manager written in?

Mainly Shell. The stack also includes Bash, Tor, Proxychains.

How hard is blizzard---proxy-manager to set up?

Setup difficulty is rated moderate, with roughly 30min to a first successful run.

Who is blizzard---proxy-manager for?

Mainly developer.

Open on GitHub → Ask about another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.