Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 495 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 495 Bytes

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