Emulates a terminal with each command a different proxychains. The code is written in Bash and calls TheSpeedX programs. Its repo PROXY-List and socker which tests if the proxies work.
allow program execution
chmod +x autoproxies.sh
run the program
./autoproxies.sh
All the parameters are optional.
- Proxychains
- socker.py program from socker by TheSpeedX
If you want to use tor you need to have it installed.
- tor
$ ./autoproxies.sh -h
Saved timestamp: 1730366002
Usage: ./autoproxies.sh [options...]
-h, --help display this help message
-t, --tor add Tor sockets to proxy list (need root privileges)
-k, --keep keep the older proxy files
-f, --force force download of new proxies
-m, --mode <value> choose mode of filtering proxies
1 = Only really fast proxies but limited number
2 = (Default) Between 1 and 3. Good balance between speed and randomness
3 = More proxies (and increase randomness) but maybe slower```