Skip to content

Checks the status codes of domain and their subdomains, to see if they are up or down on the network.

Notifications You must be signed in to change notification settings

NPTG24/Site-Status

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Site-Status

Funcionality ⚙️

Checks the status codes of websites (domain) and their subdomains, to see if they are up or down on the Internet.

Requirements 🔧

┌─[root@kali]─[/]
└──╼ apt install jq

Usage 📋

┌─[root@kali]─[/]
└──╼ ./sitestatus.sh <domain>

if you want to save it to a file, the use of tee is recommended.

┌─[root@kali]─[/]
└──╼ ./sitestatus.sh <domain> | tee status.txt

Releases

No releases published

Packages

No packages published

Languages