Generated: 2026-06-28 17:32:28 UTC
| Metric | Value |
|---|---|
| Territories Hunted | 4 repositories |
| Total Discovered | 716,877 proxies |
| Working Proxies | 10,000 proxies |
| Hunt Success Rate | 1.97% |
| Geographic Coverage | 10 countries, 10 cities |
| Geolocated Proxies | 12,766 (127.7% coverage) |
| Average Hunt Score | 50.0/100 |
| Average Response Time | 1246ms |
- Canada: 2,379 proxies (23.8%)
- United States: 2,167 proxies (21.7%)
- China: 1,741 proxies (17.4%)
- Singapore: 1,104 proxies (11.0%)
- Netherlands: 964 proxies (9.6%)
- Vietnam: 489 proxies (4.9%)
- The Netherlands: 401 proxies (4.0%)
- Japan: 390 proxies (3.9%)
- Germany: 320 proxies (3.2%)
- Finland: 280 proxies (2.8%)
| Repository | Proxies | Hunt Score | Avg Response |
|---|---|---|---|
heads/main |
11,659 | 50.0/100 | 1377ms |
Proxy-List/main |
1,956 | 50.0/100 | 1344ms |
PROXY-List/master |
454 | 50.0/100 | 1078ms |
main/proxies |
87 | 50.0/100 | 1183ms |
- HTTPS: 11,688 proxies (82.6%)
- SOCKS4: 1,529 proxies (10.8%)
- SOCKS5: 939 proxies (6.6%)
- Fastest Repository Response: 1078ms
- Slowest Repository Response: 1377ms
- Average Hunt Score: 50.0/100
- Pack Success Rate: 1.97%
- π― Scent Tracking: Analyzes repository freshness and activity patterns
- πΉ Pack Behavior: Community engagement and owner reputation analysis
- πΊοΈ Territory Mapping: Content analysis and file pattern detection
- π§ Learning System: Improves success rates through hunt result feedback
- π Geolocation: Multi-provider IP location with intelligent caching
- π Main Results - Clean IP:PORT list
- π Enhanced JSON - Full data with geolocation
- π Hunt Statistics - Detailed analytics
- ποΈ By Type - Organized by protocol
- π Live Dashboard - Interactive web interface
import json
import requests
# Load hunt results
with open('proxy_hound_results.json', 'r') as f:
hunt_data = json.load(f)
# Use highest scoring proxies first
best_proxies = sorted(hunt_data['proxies'],
key=lambda x: x['hunt_score'],
reverse=True)
# Test a proxy
proxy = best_proxies[0]
proxy_url = f"http://{proxy['ip']}:{proxy['port']}"
proxies = {
'http': proxy_url,
'https': proxy_url
}
try:
response = requests.get('https://httpbin.org/ip',
proxies=proxies,
timeout=5)
print(f"β
Proxy works! Your IP: {response.json()['origin']}")
print(f"π Location: {proxy.get('city', 'Unknown')}, {proxy.get('country', 'Unknown')}")
except:
print("β Proxy failed")# Use a high-scoring proxy
curl -x proxy_ip:proxy_port https://httpbin.org/ip
# Test with timeout
curl --connect-timeout 3 -x proxy_ip:proxy_port https://httpbin.org/ip// Load hunt results (in Node.js)
const huntData = require('./proxy_hound_results.json');
// Get best proxies by hunt score
const bestProxies = huntData.proxies
.sort((a, b) => b.hunt_score - a.hunt_score)
.slice(0, 10);
console.log('π― Top 10 Hunt Results:');
bestProxies.forEach((proxy, i) => {
console.log(`${i+1}. ${proxy.ip}:${proxy.port} (Score: ${proxy.hunt_score}/100, ${proxy.country})`);
});- π Geographic Diversity: 10 countries for enhanced anonymity
- β‘ Performance Tested: All proxies validated for functionality
- π― Quality Scored: Advanced algorithm ranks proxy reliability
- π Geolocated: Location data for strategic selection
- Rotate Proxies: Use different proxies for different requests
- Test First: Always verify proxy functionality before production use
- Monitor Performance: Track response times and success rates
- Geographic Selection: Choose proxies based on your target region
- Respect Rate Limits: Don't overload proxy providers
This hunt report is automatically generated every 8 hours using:
- Advanced Repository Analysis with pack behavior tracking
- Multi-Provider Geolocation with intelligent fallback
- High-Performance Validation (100 concurrent tests)
- Machine Learning hunt success optimization
The JSON exports can be directly integrated into:
- Load balancers and proxy rotators
- Web scraping frameworks
- API testing tools
- Geographic proxy selection systems
- Hunt Score Algorithm: Predictive proxy quality scoring
- Geographic Intelligence: Strategic proxy location selection
- Performance Analytics: Response time and success rate tracking
- Learning Optimization: Continuous improvement through feedback
Proxy Hound v2.1 successfully analyzed 4 repository territories and discovered 716,877 potential proxies. Through advanced pack validation and geolocation analysis, 10,000 high-quality proxies were confirmed working across 10 countries.
- π― Scent Analysis: 50.0/100 average territory quality
- π Global Coverage: 10 countries, 10 cities mapped
- β‘ Performance: 1246ms average response time
- π¬ Validation Rate: 1.97% proxies passed strict testing
Report generated by Proxy Hound v2.1 - Advanced Repository Hunter with Geolocation Intelligence
π Star this repository if Proxy Hound helped you find quality proxies!