- Sep 17, 2000
- 140
- 0
- 0
Weird question I know, but is there a way to determine what urls out there have a certain combination of characters in it? Perhaps some software package or search mechanism?
Originally posted by: Superwormy
Not sure I understand what you mean... do you mean like given this:
www.anandtech.com
www.teamanandtech.com
www.2cpu.com
Find out which of those 3 have the word ' anand ' in them?
Or which have the word ' team' and the word 'tech' in them?
If you had a list of domainnames ( I have a list of about 2500 available if you'd like ) you could do this with regular expressions in PHP, C, Perl... etc. almost any programming language...
Originally posted by: RockyMaivia
I'm sorry I wasn't able to pose the question properly. But I found my solution. Take the word "pillow" for example. I wanted to find out all the domains that had this word in it. The whois command limits the number of returns you can get. I went to whois.org, and that helped quite a bit. It had a limit at 2001. Thanks all for taking a crack at it. Sorry again for any confusion.