ealtintas / whoavail

This script may help you to query multiple domains availability status using command line interface.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

whoavail

Turkish: Bash ile yazılmış bu betik, komut satırı arabirimini kullanarak çok sayıdaki alanadının kullanılabilirlik (whois) durumunu kolay bir şekilde sorgulamanızı sağlar. Kontrol edilecek alan adı listesini metin bazlı bir dosyadan okuyabilir ve whois çıktılarını dosya olarak kaydedebilir. Betiğin kendi çıktısını CSV olarak yakalamak için kabuk yönlendirmesini kullanabilirsiniz.

Description:

This script may help you to query multiple domains availability status using command line interface.

You can use shell redirection to capture the output into a tab seperated text file.

If you give the first parameter the filename of a text file containing a list of domainnames (one domain in a line) all the lines in this file will be processed as a domain name.

You may also use a command like "tee -a filename.csv" with pipe to see the output on screen while capturing it into a file...

Captures the whois output in a text file named as DATE-TIME_domainname.whois_out.

Usage samples:

  whoavail filename.lst
  whoavail domain1.com domain2.net
  whoavail abcdfg.{com,net,org}
  whoavail {abcd,efgh,jklm}.{com,net,org} >> filename.csv
  whoavail {a..z}domain{0..9}.{com,net,org} | tee -a filename.csv
  whoavail domain{a..z}.{com,net,org} | tee -a filename.csv

Thanks to

About

This script may help you to query multiple domains availability status using command line interface.


Languages

Language:Shell 100.0%