whatisgithub

What is proxychecker?

mishakorzik/proxychecker — explained in plain English

Analysis updated 2026-07-16 · repo last pushed 2025-11-16

38PythonAudience · developerComplexity · 2/5QuietSetup · easy

In one sentence

ProxyChecker is a command-line tool that rapidly tests lists of proxy servers to find which ones actually work. It supports HTTP, SOCKS4, and SOCKS5 proxies, and can even run on a phone.

Mindmap

mindmap
  root((repo))
    What it does
      Tests proxy lists
      Reports live proxies
      Batch processing
    Supported types
      HTTP proxies
      SOCKS4 proxies
      SOCKS5 proxies
    Tech stack
      Python
      Requests library
      Command-line
    Use cases
      Web scraping
      Account management
      Security research
    Audience
      Automation users
      Termux mobile users

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

Filter a large list of free proxies down to the working ones before starting a web scraping job.

USE CASE 2

Quickly verify that purchased SOCKS5 proxies are still live before using them for automated account management.

USE CASE 3

Test proxy connectivity from a phone using Termux without needing a desktop computer.

What is it built with?

PythonRequestsTermux

How does it compare?

mishakorzik/proxycheckeradewale/skill-eval-harnessdragonmeow1012/dragonmeow-mangatranslator
Stars383838
LanguagePythonPythonPython
Last pushed2025-11-16
MaintenanceQuiet
Setup difficultyeasymoderateeasy
Complexity2/53/53/5
Audiencedeveloperdevelopergeneral

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

How do you get it running?

Difficulty · easy Time to first run · 5min

Requires Python and the Requests library installed, the README lacks detail on exactly how to pass your proxy list to the script.

The README does not mention a license, so it is unclear what permissions you have to use or modify this code.

So what is it?

ProxyChecker is a tool that takes a list of proxy servers and rapidly tests them to see which ones actually work. Instead of manually testing proxies one by one to find out if they are live or dead, you run this script and it processes the whole batch for you in seconds. The tool works by taking a list of proxies and sending a quick test request through each one to see if it successfully connects. It supports three different types of proxies: HTTP, SOCKS4, and SOCKS5, which covers the most common proxy protocols people use. The screenshot in the project suggests it runs in a command-line interface, and notably, the screenshot is from an Android app called Termux. This means you can run the tool directly from a phone, not just a traditional computer. Someone running automated web tasks would find this useful. For example, if you are scraping data from websites, managing multiple accounts, or doing security research, you often rely on lists of free or purchased proxies. Those lists go stale quickly, so you need a fast way to filter out the dead proxies before starting your actual work. To use it, you need Python installed on your machine along with a common programming add-on called "requests." The README does not go into detail on how to feed your list of proxies into the script, but the core functionality is straightforward: it takes your list, tests the connections, and tells you which ones are ready to use. The project's main focus is speed, handling large batches of proxies efficiently rather than offering a complex graphical interface.

Copy-paste prompts

Prompt 1
I have a text file full of HTTP and SOCKS5 proxies. How do I set up and run ProxyChecker to test them all and show me which ones are alive?
Prompt 2
Help me install ProxyChecker on my Android phone using the Termux app so I can test a proxy list on the go.
Prompt 3
What is the fastest way to filter out dead proxies from a large batch using Python and the Requests library, similar to how ProxyChecker works?

Frequently asked questions

What is proxychecker?

ProxyChecker is a command-line tool that rapidly tests lists of proxy servers to find which ones actually work. It supports HTTP, SOCKS4, and SOCKS5 proxies, and can even run on a phone.

What language is proxychecker written in?

Mainly Python. The stack also includes Python, Requests, Termux.

Is proxychecker actively maintained?

Quiet — no commits in 6-12 months (last push 2025-11-16).

What license does proxychecker use?

The README does not mention a license, so it is unclear what permissions you have to use or modify this code.

How hard is proxychecker to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is proxychecker for?

Mainly developer.

Open on GitHub → Ask about another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.