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 proxy proxy-list python
Last synced: 2 months 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 3 years ago)
- Default Branch: main
- Last Pushed: 2025-05-28T15:34:04.000Z (about 1 year ago)
- Last Synced: 2025-08-24T23:32:58.816Z (10 months ago)
- Topics: multiplatform, proxies, proxies-checker, proxy, proxy-list, python
- Language: Python
- Homepage:
- Size: 133 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
$ python VTSTech-PROXY.py -h
██╗ ██╗████████╗███████╗████████╗███████╗ ██████╗██╗ ██╗
╚██╗ ██╔╝╚══██╔══╝██╔════╝╚══██╔══╝██╔════╝██╔════╝██║ ██║
╚████╔╝ ██║ ███████╗ ██║ █████╗ ██║ ███████║
╚██╔╝ ██║ ╚════██║ ██║ ██╔══╝ ██║ ██╔══██║
██║ ██║ ███████║ ██║ ███████╗╚██████╗██║ ██║
╚═╝ ╚═╝ ╚══════╝ ╚═╝ ╚══════╝ ╚═════╝╚═╝ ╚═╝
VTSTech-PROXY v0.0.6-r09 www.vts-tech.org github.com/VTSTech
usage: VTSTech-PROXY.py [-h] [-f FILE] [-ua UA] [-g] [-st] [-t THREADS] [-to TIMEOUT] [-r] [-c] [-4] [-4a] [-xx] [-xe] [-xa] [-v]
options:
-h, --help show this help message and exit
-f, --file FILE Proxy list file
-ua, --ua UA Set custom User-Agent string
-g, --gen Generate fresh proxy list from online sources
-st, --stats Show minimal database statistics
-t, --threads THREADS
Concurrency level
-to, --timeout TIMEOUT
Timeout seconds
-r, --recheck Recheck known proxies
-c, --clean Recheck all DB proxies and remove offline ones
-4, --socks4 Use SOCKS4
-4a, --socks4a Use SOCKS4A
-xx, --export-all Export all proxies to file
-xe, --export-elite Export elite proxies to file
-xa, --export-anonymous
Export anonymous proxies to file
-v, --verbose Show errors