Fertomi
Fertomi is a simple and fast multi proxy grabber and checker.
Installation
go get gitlab.com/thoxy/fertomi
Usage
fertomi check \
--file "Path/of/ProxyList.txt" \
--url "https://azenv.net/" \
--contain "<title>AZ Environment variables 1.04</title>" \
--threads 100 \
--timeout 15
By default check all type of proxies but if you want to disable protocol just add this flags :
--socks5 , --socks4, --http
#Exemple that only check socks4 :
fertomi check \
--file "Path/of/ProxyList.txt" \
--url "https://azenv.net/" \
--contain "<title>AZ Environment variables 1.04</title>" \
--threads 100 \
--timeout 15 \
--socks5 --http
For now only checker work.