- Notifications
You must be signed in to change notification settings - Fork0
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
yogsec/Alive
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Alive is a fast and concurrentURL checker that identifies live domains returningHTTP 200 OK status. It supportssingle URLs and bulk lists, bypassesWAF protections using random user agents, and offersoptional saving of results. 🛡️
- 🔄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
# Clone the repositorygit clone https://github.com/yogsec/Alive.gitcd Alive# Install dependenciespip install -r requirements.txt
# Check a single URLpython alive.py -u https://example.com# Check a list of domains from a filepython alive.py -l domains.txt# Save results to a filepython alive.py -l domains.txt -s results.txt# Display help menupython alive.py -h
_______ _____ _ _ _______ |_____| | | \ / |______ | | |_____ __|__ \/ |______GitHub - https://github.com/yogsecDonate ❤️🩹 - https://buymeacoffee.com/yogsechttps://example.comhttps://alive.com
Hello, Hacker! 👋 We'd love to stay connected with you. Reach out to us on any of these platforms and let's build something amazing together:
🌐Website:https://yogsec.github.io/yogsec/
📜Linktree:https://linktr.ee/yogsec
🔗GitHub:https://github.com/yogsec
💼LinkedIn (Company):https://www.linkedin.com/company/yogsec/
📷Instagram:https://www.instagram.com/yogsec.io/
🐦Twitter (X):https://x.com/yogsec
👨💼Personal LinkedIn:https://www.linkedin.com/in/cybersecurity-pentester/
📧Email:abhinavsingwal@gmail.com
If you find our work helpful and would like to support us, consider buying us a coffee. Your support keeps us motivated and helps us create more awesome content. ❤️
☕Support Us Here:https://buymeacoffee.com/yogsec
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.