Skip to content

A multi-threaded python script to determine site availability. #osint #python

License

Notifications You must be signed in to change notification settings

codebyzen/DomainChecker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Domain Checker

A multi-threaded python3 script to determine site availability. We can check http/https.

Install

  • git clone https://github.com/codebyzen/DomainChecker
  • chmod +x ./domainchecker.py

Usage

usage: ./domainchecker.py [-h] [-l LIST] [-d DOMAINS] [-crt] [-crto CRT_LOG_FILE] [-c] [-g] [-o LOG_FILE]

optional arguments:
  -h, --help          show this help message and exit
  -l LIST             domain list file (each domain from new line)
  -d DOMAINS          domain list string (separates by ",")
  -crt                get additional domains from crt.sh
  -crto CRT_LOG_FILE  save all domains from crt.sh
  -c                  return [return code] domain name
  -g                  return only good domains
  -o LOG_FILE         file to write result

TODO

Check ports different from 80 and 443

About

A multi-threaded python script to determine site availability. #osint #python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages