Thanks to visit codestin.com
Credit goes to github.com

Skip to content

haithamaouati/Undead

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Undead

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

Preview

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
    
  4. Run the script:

    ./undead.sh
    

Usage

Usage: ./undead.sh -p <proxy|file> [-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

Dependencies

The script requires the following dependencies:

  • curl: pkg install curl - y

Make sure to install these dependencies before running the script.

Environment

Author

Made with ☕ by Haitham Aouati

License

Undead is licensed under WTFPL license.