/Site-Status

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

Primary LanguageShell

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