Skip to content

bytecodediary/free-proxies

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Free Proxies

Free proxies for all

This repository provides tools for fetching, validating, and managing free proxy servers in Python. It supports HTTP, HTTPS, SOCKS4, and SOCKS5 proxies, and produces configurations suitable for use with proxychains.

Features

  • Fetch random and working proxies from public sources
  • Validates proxies to avoid MITM/self-signed SSL (Google-SSL check)
  • Support for multiple protocols: HTTP, HTTPS, SOCKS4, SOCKS5
  • Output in proxychains.conf format for easy integration
  • Includes ready-to-use proxy lists in proxy list/

Installation

Clone the repository:

git clone https://github.com/bytecodediary/free-proxies.git
cd free-proxies

Install dependencies (if needed):

pip install -r requirements.txt

Usage

Fetch and Validate Proxies

Run any of the included scripts to fetch proxies:

Basic HTTPS-safe proxies

python free_proxy.py

Multi-type proxy collection

python get_proxies.py

Advanced proxy validation

python advance_proxy.py

By default, proxies are saved to /tmp/proxies.conf.
To use them with proxychains, copy to the config location:

sudo cp /tmp/proxies.conf /etc/proxychains.conf

Example Proxy List Format

Example from proxy list/http.txt:

http 66.36.234.130 1339
http 185.41.152.110 3128

Contributing

Feel free to open issues or pull requests!

License

MIT License

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages