Releases: 0x1Jar/proxyChecker
Releases · 0x1Jar/proxyChecker
v1.0.0 - Initial Release
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:
http://ip:port(e.g., http://172.64.151.116:80)ip:port(e.g., 172.64.151.116:80)
SOCKS5 Proxies:
ip:port(e.g., 172.64.151.116:1080)
Requirements
- Python 3.x
- pysocks==1.7.1
- requests==2.31.0
Usage
- Using the Main Interface (Recommended):
python main.py- 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?