mmpx12 / proxy-check

Check if proxies (http, socks4, socks5) are working.
89 stars 13 forks source link

[support] socks5 or http username and password authentication #3

Closed passwa11 closed 1 year ago

passwa11 commented 1 year ago

if local proxy file include authentication of socks5 or http:

http://admin:pass@1.1.1.1:10008
socks5://admin:pass@2.2.2.2:1080
mmpx12 commented 1 year ago

@passwa11 no time this w-e, but i ll add this next week

passwa11 commented 1 year ago

@mmpx12 thx dude. Looking forward to your update.

mmpx12 commented 1 year ago

@passwa11 I tested and its already working:

 $ cat in.txt 
socks5://user4:passwd4@nl-vps:9999
http://1.1.1.1:80
http://user4:passwd4@nl-vps:5599
http://2.2.2.2:80

$ proxy-check  -r -t 1  in.txt

Valid proxies:

socks5://user4:passwd4@nl-vps:9999
http://user4:passwd4@nl-vps:5599

If it's not working for you please provide proxies file and proxy-check version.

passwa11 commented 1 year ago

thks your reply.i will give u the some socks link some times