Skip to content

Releases: 0x1Jar/proxyChecker

v1.0.0 - Initial Release

28 Feb 02:50

Choose a tag to compare

Proxy Checker v1.0.0

First stable release of the Proxy Checker tool, featuring both HTTP and SOCKS5 proxy checking capabilities.

Features

  • Support for both HTTP and SOCKS5 proxy checking
  • Concurrent proxy testing using thread pools
  • Multiple input file formats supported (TXT, CSV, JSON)
  • Detailed output with response times
  • Saves working proxies to separate files
  • Progress tracking during checks

Supported Formats

HTTP Proxies:

SOCKS5 Proxies:

  • ip:port (e.g., 172.64.151.116:1080)

Requirements

  • Python 3.x
  • pysocks==1.7.1
  • requests==2.31.0

Usage

  1. Using the Main Interface (Recommended):
python main.py
  1. Using Individual Scripts:
# For HTTP proxies
python HTTPproxy.py <proxy_file>

# For SOCKS5 proxies
python socks5.py <proxy_file>

4. Check "Set as the latest release"
5. Click "Publish release"

The release will include:
- All your source code files
- README.md
- requirements.txt

This release provides users with:
1. A stable version of your code
2. Clear documentation
3. Installation requirements
4. Usage instructions

Would you like me to help you with any modifications to the release notes or add any additional information?