Skip to content

timdigga/subdomain_alive_checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Timdigga Subdomain Finder (ALIVE + DEAD CHECK)

Description

A GUI tool that checks if URLs are alive or dead using:

  • Quick HEAD request with requests
  • Full page load test using Selenium (with aggressive timeout to prevent hanging)
  • Multithreading for faster scans
  • Subfinder integration to collect subdomains automatically

Installation

Install Python 3.x

https://www.python.org/downloads/

Clone repository

git clone https://github.com/timdigga/subdomain_alive_checker.git
cd subdomain_alive_checker

Install requirements

pip install -r requirements.txt

Install subfinder

go install -v github.com/projectdiscovery/subfinder/v2/cmd/subfinder@latest

Paste or import URLs into the app. Click Check URLs to start. Results will be shown and copyable.

Timdigga's GitHub stats

About

A Python Subdomain checker with checking for alives!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages