https://github.com/haithamaouati/undead
Undead — a tool to check if proxies are ALIVE or DEAD.
https://github.com/haithamaouati/undead
alive bash bash-script check checker dead proxies proxy script termux termux-tool termux-tools tools undead
Last synced: about 2 months ago
JSON representation
Undead — a tool to check if proxies are ALIVE or DEAD.
- Host: GitHub
- URL: https://github.com/haithamaouati/undead
- Owner: haithamaouati
- License: wtfpl
- Created: 2025-05-11T17:29:07.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-18T00:30:51.000Z (about 1 year ago)
- Last Synced: 2025-06-02T22:13:17.422Z (about 1 year ago)
- Topics: alive, bash, bash-script, check, checker, dead, proxies, proxy, script, termux, termux-tool, termux-tools, tools, undead
- Language: Shell
- Homepage:
- Size: 165 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Undead
Undead — a tool to check if proxies are ALIVE or DEAD.
## Preview

## Install
To use the Undead script, follow these steps:
1. Clone the repository:
```
git clone https://github.com/haithamaouati/Undead.git
```
2. Change to the Undead directory:
```
cd Undead
```
3. Change the file modes
```
chmod +x undead.sh
```
5. Run the script:
```
./undead.sh
```
## Usage
Usage: `./undead.sh -p [-t http|https|socks5] [-h]`
##### Options:
`-p`, `--proxy` Proxy `(ip:port)` or file with proxies
`-t`, `--type` Proxy type `(http, https, socks5)` [default: all]
`-h`, `--help` Show this help message
##### Example:
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`
## Screenshot

## Dependencies
The script requires the following dependencies:
- [curl](https://curl.se/): `pkg install curl - y`
Make sure to install these dependencies before running the script.
## Environment
- Tested on [Termux]()
## Author
Made with :coffee: by **Haitham Aouati**
- GitHub: [github.com/haithamaouati](https://github.com/haithamaouati)
## License
Undead is licensed under [WTFPL license](LICENSE).