BruteForceDomainSearch

Brute Force Domain Search

View on GitHub

BruteForceDomainSearch

Brute Force Domain Search - a bit of perl to help you find open domain names that are available for purchase

Usage

bruteforcedomainsearch.pl [--startingNumber 6 --finishingNumber 8 --throttle 10 --sleepthrottle 5 --tld '.com' -vvvvvvvvvv]

Args

--startingNumber

--finishingNumber

--throttle

--sleepthrottle

--forks

--tld

-v

-vvvvvvvvv

Notes

Of note this is “brute force” and is likely to get you banned ten ways from Sunday! Do not ever run this script as it will destroy your computer and set fire to whatever dwelling you currently inhabit! You’ve been warned (I’ve added some throttling and a block of public DNS servers but this is still a brute force script) Not much to see here, does what it says on the tin , e.g. it will start dumping out available domain names into STDOUT and /tmp/domlog some example usage:

./bruteforcedomainsearch.pl --startingNumber 6 --finishingNumber 8 --throttle 10 --sleepthrottle 5 -vvvvvv

that will hunt down all available 6, 7, and 8 letter domains available and limit you to ten requests with each resolver before sleeping for five seconds (roundabouts it was a simple throttle nothing fancy) it will start dumping out available domain names into STDOUT (at -v it will only print out errors and available domain names) and all successfull domain names will be recorded in /tmp/domlog

Makefile

make full

make xi

make reqs

Docker

Most of this section works by virtue of the --cidfile="cid" option to the docker run command

tmp/domlog

make a

make build

make log

make run

make clean