# proxy_checker **Repository Path**: hbendali/proxy_checker ## Basic Information - **Project Name**: proxy_checker - **Description**: simple proxy checker on bash - **Primary Language**: Shell - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-05-31 - **Last Updated**: 2021-05-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Simple bash proxy checker with avrage time # ![Simple bash proxy checker](/img/screenshot.png "Simple bash proxy checker") *** ## Proxy format (in text file): ## #### with authorization: #### ip:port:username:password:type_proxy #### without authorization: #### ip:port ## Arguments: ## * -h - help * -f **file** - file with proxy, default proxy.txt * -g **file** - out file for good proxies * -b **file** - out file for bad proxies * -u **url** - url for check, default "https://api.ipify.org?format=json" * -m **sec** - max connect time in seconds, default 10 sec * -c **count** - max ping count for AVG time, default 4 count *** ### Example: ### $ ./checkProxy.sh -f proxy_sample.txt -m 5 -g good ***