🎯 About
Simple and fast proxy checker that include protocol validation;
🚀 Technologies
The following tools were used in this project:
✅ Requirements
Before starting :checkered_flag:, you need to have Git and Rust installed.
🏁 Starting
# install using cargo:
# install manualy:
✅ lib_Usage
use
async
✅ exec_Usage
Usage: open_proxies [OPTIONS] --input <FILENAME>
Options:
-i, --input <FILENAME> TXT file path where proxies ready to be parsed
-o, --out <FILENAME> file path where live proxies will be saved [default: live.txt]
-t, --timeout <NUMBER> single proxy compute iteration timeout in seconds [default: 2]
-n, --threads <NUMBER> threads number used for proxies computing [default: 10]
-r, --retrys <NUMBER> how many time a single proxy will be tested (>=1) [default: 2]
-h, --help Print help information
-V, --version Print version information
USAGE:
-a <example1> open_proxies -i ./socks.txt -o ./live.txt -t 2 -r 2 -n 10
-b <example2> open_proxies -i ./socks.txt -o ./live.txt
📝 License
This project is under license from MIT. For more details, see the LICENSE file.
Made with :heart: by @KM8Oz
Back to top