Bulk Check WHOIS by DRKWNG
Bulk check domains WHOIS data and export it into CSV.
git clone https://github.com/drkwng/check-whois
- Create a
domains.txt
file in the program folder with the domains list you want to check (each domain line by line) - Start
main.py
- Find result in the program folder (
whois_result.csv
): status, creation_date, expiration_date, updated_date, name_servers
Add your TLDs RegExps into tlds.py
.