chill117 / proxy-verifier

NodeJS module to check proxies: if functional, anonymity level, tunneling, supported protocols.
MIT License
76 stars 16 forks source link

Add option to check a list of proxies in a .txt file #10

Open Octolus opened 8 years ago

Octolus commented 8 years ago

can you give me a index.js that does;

load proxies from pending.txt check if site return 404, if it does log as success.txt

i am unsure wether the proxies are http/https also, so not sure what we could do bout that

chill117 commented 8 years ago

How about being able to use this module from the command line as a CLI tool? One of the options could be to provide a .txt file with a list of proxies to be tested. Another option could be to output the results to a .json or .txt file.

Sayrix commented 2 years ago

You just have to read your txt, make a forEach of all then check them, then you make an array with your proxies good