Snippets created by Vladimir Demydov

  • Multithreaded Proxy Checker in F#

    The text file containing proxies named "proxlist.txt", in the form of "ip:port" per line is the input source, the program will attempt to establish a connection through each proxy to a provided URL. Proxies that passed the test will be written out to the file "results.txt" in the form "ip:port duration_of_connection_attempt"

    2 people like this

    Posted: 2 years ago by Vladimir Demydov