Skip to content

ziki17/proxy-tester

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

HTTP/SOCKS Proxy Tester

This script tests a proxy by attempting a connection to www.msn.com through a proxy and saves the response.

Setup

You can simply use the following command: gcc -pthread proxytester.c -o ProxyTester

Usage

  • ./ProxyTester proxy_list.txt output_file.txt [PROXY TYPE]

Specifying Proxy Type:

  • 1 = HTTP
  • 2 = HTTPS
  • 3 = SOCKS4
  • 4 = SOCKS5

About

This is an advanced HTTP/SOCKS proxy tester.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages