domain-check-2
domain-check-2 copied to clipboard
Domain Expiration Check Shell Script Forked and Maintained by nixCraft
Signed-off-by: Georg Pfuetzenreuter Hi, this adds support for `.casa`. Best, Georg
Fixed .pl domain support and added support for .ua/.cn/.io domains.
Hi there, You can add support for .id extension Whois server = whois.id Registrar pattern `REGISTRAR=`cat ${WHOIS_TMP} | ${AWK} -F':' '/Registrar Organization:/ && $0 != "" { REGISTRAR=substr($0,36,32) } END...
Hi there, if you get the following error: ./domain-check-2.sh: line 303: -h: command not found you may need to install `whois` apt install whois @click0 , the same error appears...
Issuing this command just hangs (`exampledomain.ca` exists and has valid WHOIS information) : ` domain-check-2 -d exampledomain.ca` The same domain returns valid information using whois : `whois exampledomain.ca` The relevant...
Hello, 1) Please add support for .hu+.sk+.eu domains 2) Is it possible to add any command for only return expiry date? Now I must use awk command for this. And...
3 # Version 2.19 - cda 14 # Added support for 32 tlds - 05.07.2020 15 # TLDs added: 16 # adult business catering coffee company cooking country domains email...
Hi all, I downloaded your script and it works great but my problem is when I ran query to an IL Domain I get no results. When I query a...
Would be great to see this nice script working with all ccTLD .ID (indonesian domains, such as .id / .web.id / .sch.id / .my.id / co.id) I am not sure...