Undead — a tool to check if proxies are ALIVE or DEAD.
To use the Undead script, follow these steps:
-
Clone the repository:
git clone https://github.com/haithamaouati/Undead.git -
Change to the Undead directory:
cd Undead -
Change the file modes
chmod +x undead.sh -
Run the script:
./undead.sh
Usage: ./undead.sh -p <proxy|file> [-t http|https|socks5] [-h]
-p, --proxy Proxy (ip:port) or file with proxies
-t, --type Proxy type (http, https, socks5) [default: all]
-h, --help Show this help message
Check proxy: ./undead.sh -p ip:port
Check proxies from a file: ./undead.sh -p proxies.txt
Check proxies with type:
./undead.sh -p proxies.txt -t http
The script requires the following dependencies:
- curl:
pkg install curl - y
Make sure to install these dependencies before running the script.
- Tested on Termux
Made with ☕ by Haitham Aouati
- GitHub: github.com/haithamaouati
Undead is licensed under WTFPL license.