View Single Post
Old 07-27-2016, 05:30 PM  
Barry-xlovecam
It's 42
 
Industry Role:
Join Date: Jun 2010
Location: Global
Posts: 18,083
170139/129378123
.00131505231375168427

.XXX has 0.131% of the number of registered domains that .com has
source: https://www.icann.org/resources/pages/registry-reports

I just checked this week 117,351 .xxx domain names for DNS resolution

Just for Markham LMAO
Code:
#!/bin/bash 
file=rehash2exibot
for line in $(cat $file)  ; do
domain=$( echo "$line" )
echo $domain
echo   $domain*>>outfile-rehash-xxx
dig  +noall +answer +nocomments $domain.xxx | awk '{printf "%-36s\t%s\n", $1, $5 }'>>outfile-rehash-xxx


     

sleep .60s
10273/117351
.08754079641417627459

8.75% are active (many were registry landing pages too)

So, your 2 out of 20 pages (of 10 results?) 2/200 or 1% is pretty good.
there are 129,378,123 registered .com domains and maybe 50% (or less? ) active.
Barry-xlovecam is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote