A cross-platform proxy checker CLI tool.
Note - philter currently only supports HTTP proxies, SOCKS proxy support will be added in v2
$ git clone git@github.com:seanc/philter.git
$ cd philter && mix escript.build
Usage: ./philter --file [proxy file] --website [http://example.org] --timeout 100 --output working.txt
Options:
--help Show this message
--file Set proxy file (proxies should be in format "host:port")
--website Website you want to check the proxy against (recommended: http://google.com)
--timeout How long should we wait for the proxy to connect before we deem it unusable
--output The output file to write the working proxies, make sure we can write to this file
@sean |
MIT © Sean Wilson