- Joined
- Apr 30, 2008
- Messages
- 462
- Reaction score
- 0
I've just written a program that automatically checks domain names, and I want to find a server that I can really grind with it.
The program sequentially checks through groups of wildcards in a specified number of pools (for the specified extensions).
Simplest example:
pool : wildcards
1 : a-z
2 : a-z
3 : a-z
Extensions: .com, .net
will check every .com and .net from aaa.com - zzz.com in order (and the same for .net).
Another example:
pool : wildcards
1 : c
2 : r
3 : e
4 : d
5 : i
6 : t
7 : a-z0-9
Extensions: .com, .net
will check every .com and .net beginning with credit against a final pool of all characters (excluding the hyphen).
Anyone know of registrars that allow this kind of fun through an API (apart from dynadot, as their server is too slow).
Cheers,
Finbarr
The program sequentially checks through groups of wildcards in a specified number of pools (for the specified extensions).
Simplest example:
pool : wildcards
1 : a-z
2 : a-z
3 : a-z
Extensions: .com, .net
will check every .com and .net from aaa.com - zzz.com in order (and the same for .net).
Another example:
pool : wildcards
1 : c
2 : r
3 : e
4 : d
5 : i
6 : t
7 : a-z0-9
Extensions: .com, .net
will check every .com and .net beginning with credit against a final pool of all characters (excluding the hyphen).
Anyone know of registrars that allow this kind of fun through an API (apart from dynadot, as their server is too slow).
Cheers,
Finbarr