Skip to content

Short python3 script to check if a given domain is up

Notifications You must be signed in to change notification settings

bardurc/isDomainUp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

isDomainUp

Simple and short script to check if a given domain is up. It runs continously until domain is up.

Python version:

  • Python3

Requirements:

pip install -r requirements.txt

Usage:

python isDomainUp.py -url [URL]

Default wait time between retries is 30 seconds. Change wait time with -w [seconds].

About

Short python3 script to check if a given domain is up

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages