An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# Undead
Undead — a tool to check if proxies are ALIVE or DEAD.

## Preview
![preview](preview.png)

## 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
![screenshot](screenshot.png)

## 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).