🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

proxyaudit

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

proxyaudit

A package to fetch and check the working HTTP,HTTPS,SOCKS4,SOCKS5 proxies from a list of proxies

0.4
PyPI
Maintainers
1

Open Source Library for scraping public proxies available to be used within the project for various purposes.

This Libray fetches open available proxies and sorts them according to the currently working and removes useless working proxies . Running this script timely ensures good quality http proxies

How to Use : Before using it please install dependencies if it is not installed automatically:


import asyncio
import aiohttp
import urllib3
import socket

Once this dependencies installed go to any free proxy websites. Some examples sites are :

1.GeoNode Free proxy List

2.ProxyScrape Free proxy List

Go to this websites and copy Load proxies through Url or API

Now

pip install proxyaudit



from proxyaudit import run_proxy_check

proxyurl="Url got from website paste here"

run_proxy_check(url,["http", "https","socks4","socks5"])

In the allowed Protocol array you can also pass one argument like: ["http"]

Allowed Protocol

http https socks4 socks5

Done a txt file will be generated with all the working proxies

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