Skip to content
/ Alive Public

Alive is a fast and concurrent URL checker that identifies live domains returning HTTP 200 OK status. It supports single URLs and bulk lists, bypasses WAF protections using random user agents, and offers optional saving of results.

License

Notifications You must be signed in to change notification settings

yogsec/Alive

Repository files navigation

Alive 🚀

Alive is a fast and concurrent URL checker that identifies live domains returning HTTP 200 OK status. It supports single URLs and bulk lists, bypasses WAF protections using random user agents, and offers optional saving of results. 🛡️

CyberSecurity Tool - Alive

WhatsApp Channel Telegram Channel LinkedIn WhatsApp Channel Lichess Email Telegram Channel

Features ✨

  • 🔄 Concurrent requests for faster processing
  • 🌐 Supports single URLs and bulk lists
  • 🛑 Random user agents for WAF bypass
  • 💾 Save results to a file
  • 🆘 Help menu for usage guidance

Installation 💻

# Clone the repository git clone https://github.com/yogsec/Alive.git cd Alive # Install dependencies pip install -r requirements.txt

Usage 🚀

# Check a single URL python alive.py -u https://example.com # Check a list of domains from a file python alive.py -l domains.txt # Save results to a file python alive.py -l domains.txt -s results.txt # Display help menu python alive.py -h

Example Output 📜

 _______ _____ _ _ _______ |_____| | | \ / |______ | | |_____ __|__ \/ |______ GitHub - https://github.com/yogsec Donate ❤️‍🩹 - https://buymeacoffee.com/yogsec https://example.com https://alive.com 

About

Alive is a fast and concurrent URL checker that identifies live domains returning HTTP 200 OK status. It supports single URLs and bulk lists, bypasses WAF protections using random user agents, and offers optional saving of results.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published

Languages