Skip to content

Latest commit

 

History

67 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

socks-proxy-tester Build Status Join the chat at https://gitter.im/DD-L/socks-proxy-tester

SOCKS v4/v5 Proxy Tester

###Requirements:

  • Python 2.7.x
  • PySocks
    pip install PySocks
  • requests
    pip install requests
  • requesocks
    pip install requesocks

###Usage:

    ./socks-proxy-test.py auto [<max-jobs>]
    ./socks-proxy-test.py <host> <port> <socks-version>
    ./socks-proxy-test.py [<option>]

###Examples:

$ # Automatically get socks proxy entries from http://socks-proxy.net/
$ # and, Identify the available entries with default 40 jobs.
$ ./socks-proxy-test.py auto

$ # Automatically get socks proxy entries from http://socks-proxy.net/
$ # and, Identify the available entries with 80 jobs.
$ ./socks-proxy-test.py auto 80

$ # Verify if socks4://127.0.0.1:1080 is available.
$ ./socks-proxy-test.py 127.0.0.1 1080 4

$ # Verify if socks5://127.0.0.1:1080 is available.
$ ./socks-proxy-test.py 127.0.0.1 1080 5

$ # Verify if socks5://socks5-proxy.examples.com is available.
$ ./socks-proxy-test.py socks5-proxy.examples.com 1080 5

$ # Show help
$ ./socks-proxy-test.py --help

$ # Show version
$ ./socks-proxy-test.py --version

$ # Check for upgrade
$ ./socks-proxy-test.py --check-upgrade

###Screenshot:

Tips: 'time-consuming' is in seconds

  • auto mode

auto

auto

auto

auto

  • normal mode

normal

normal

###License

MIT

About

SOCKS proxy tester

Resources

Stars

5 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages