Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vtstech/vtstech-proxy
Python script that asynchronously checks a list of SOCKS4/4A/5 proxies for anonymity and writes the results to a text file and sqlite db.
https://github.com/vtstech/vtstech-proxy
multiplatform proxies proxies-checker python
Last synced: 3 days ago
JSON representation
Python script that asynchronously checks a list of SOCKS4/4A/5 proxies for anonymity and writes the results to a text file and sqlite db.
- Host: GitHub
- URL: https://github.com/vtstech/vtstech-proxy
- Owner: VTSTech
- License: gpl-3.0
- Created: 2023-02-16T06:39:13.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-19T15:08:24.000Z (7 months ago)
- Last Synced: 2024-04-20T15:34:46.508Z (7 months ago)
- Topics: multiplatform, proxies, proxies-checker, python
- Language: Python
- Homepage:
- Size: 94.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# VTSTech-PROXY
Python script that asynchronously checks a list of SOCKS4/4A/5 proxies for anonymity and writes the results to a text file and sqlite db.
# Usage
usage: VTSTech-PROXY.py [-h] [-f FILE] [-p] [-t THREADS] [-to TIMEOUT] [-c] [-u] [-v] [-s] [-r] [-4] [-4a] [-5] [-az] [-ip] [-st] [-xe] [-xa] [-xt]
[-xx] [-gen]VTSTech-PROXY v0.0.4-r04
options:
-h, --help show this help message and exit
-f FILE, --file FILE path to proxy list (default: px.txt)
-p, --ping toggle ping output
-t THREADS, --threads THREADS
amount of threads to use (default: 2)
-to TIMEOUT, --timeout TIMEOUT
amount of seconds before timeout (default: 8)
-c, --code toggle http status code output
-u, --url toggle test url output
-v, --verbose verbose, include non-200
-s, --skip exclude transparent proxies from output
-r, --recheck allow rechecking of known proxies
-4, --socks4 Use SOCKS4
-4a, --socks4a Use SOCKS4A
-5, --socks5 Use SOCKS5 (default)
-az, --azenv Verify azenv.txt list
-ip, --ipurl Verify ipurl.txt list
-st, --stats display proxy.db statistics
-xe, --elite export all elite.txt
-xa, --anon export all anon.txt
-xt, --trans export all trans.txt
-xx, --all export all px.txt
-gen, --pxgen generate socks4.txt and socks5.txt