Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

prox

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

prox

The tool to check the health of proxy list

  • 0.0.17
  • PyPI
  • Socket score

Maintainers
1

Prox - the tool to check how bad your proxy list is

Installation

.. code:: bash

pip3 install -U prox

How to check the proxy list

You have to provide at least the type and location of proxy list.

If the proxylist located at http://example.com/abc.txt:

.. code:: bash

prox_check socks URL http://example.com/abc.txt

If the list is in local file:

.. code:: bash

prox_check socks path/to/file.txt

How to check multiple lists

Create file foo.yml like:

.. code:: text

config:
  save: 1

task:
  - proxy_type: socks
    plist_url: var/plist1.txt
    limit: 100

  - proxy_type: http
    plist_url: http://example.com/servers.txt
    limit: 100

It should by YML list of tasks. Each task contains key names same as check_plist.py command line arguments.

Run the command:

.. code:: bash

prox_task foo.yml

The tool to filter proxy list by countries

Use prox_geo command with --stat option to see number of proxies grouped by country.

Use prox_geo command with -i, -x and --exclude-list options to filter proxy list

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc