summaryrefslogtreecommitdiffstats
path: root/check.sh
blob: 852c4a8637b4c52e2525394466d94114b70fc5ad (plain)
1
2
3
cat domains.lst | sort | uniq | while IFS= read -r ip ; do
	whois "$ip" | grep 'Domain\ Name:\|Expir' | grep -v Registrar | grep '\s\s'
done