This script tests a proxy by attempting a connection to www.msn.com
through a proxy and saves the response.
You can simply use the following command: gcc -pthread proxytester.c -o ProxyTester
- ./ProxyTester proxy_list.txt output_file.txt [PROXY TYPE]
Specifying Proxy Type:
- 1 = HTTP
- 2 = HTTPS
- 3 = SOCKS4
- 4 = SOCKS5