How to find recently expired domains containing some keywords
Here I’ll describe one simple method to find recently expired domains relative to some topic with UNIX tools (grep, less and LFTP) and an expired domains list.
LFTP is sophisticated ftp/http client, file transfer program supporting a number of network protocols. It will allow us to download the .html listings found at RefundDomains. In this case I’ll download only the com listings:
user@machine:~$ lftp http://www.refunddomains.com/new
cd ok, dir actual=/new
lftp www.refunddomains.com:/new> mget com*
Now we have lots of html files with expired domains. If there are too much files maybe we need to group them in separate directories.
Next step is to search for specific terms, using the powerful tool grep and paginating with less:
user@machine:~$ grep games * | less
Happy searching!
No comments yet. Be the first.
Leave a reply
