/socks5-dns

Socks5 DNS Checker

Primary LanguagePythonApache License 2.0Apache-2.0

socks5chk - Socks5 Ability Checker

Simple scripts used for checking SOCKS5 proxy's support of TCP or UDP.

Prerequisites

Setup

Run commands like below to setup environment for running script.

python3 -m venv venv
source venv/bin/activate
pip install pysocks dnslib

Usage

Run command like this and check output.

python tcpchk.py -p 192.168.1.1 -P 1080
python tcpchk.py -p 192.168.1.1 -P 1080 -u user1 -k password1
python udpchk.py -p 192.168.1.1 -P 1080
python udpchk.py -p 192.168.1.1 -P 1080 -u user1 -k password1