nixcraft/domain-check-2

Please add support for .hu+.sk domains + posibility of command for expiry only

ShaiMagal opened this issue · 3 comments

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 it returning like:
    13-mar-2020 - but better is 13-03-2020 (again I must use strtr for make it bettere readable)

Version latest now (2.18)

Please add support for .hu+.sk+.eu domains

Whois doesn't show interesting info for these domains, so it's not possible. You need manually go to for example https://eurid.eu and check it.

Anyway, see #42.

Hello,

1. Please add support for .hu+.sk+.eu domains

My fork of the script works.
https://github.com/click0/domain-check-2

# sh domain-check-2.sh -d google.sk

Domain                              Registrar                                      Status   Expires     Days Left
----------------------------------- ---------------------------------------------- -------- ----------- ---------
google.sk                           MARK-0292                                      Valid    24-jul-2021   321
2\. Is it possible to add any command for only return expiry date? Now I must use awk command for this. And it returning like:
    13-mar-2020 - but better is 13-03-2020 (again I must use strtr for make it bettere readable)

Approximately here you can independently override the ${DOMAINDATE} variable