dns-bruteforce
DNSBruteforce is used to made a brute force on name resolution.The idea of that tool is to resolve all words dot domain name. To be more useful that tool use multi threading. We use one thread for each name server. Classical brute forcer are sequential. With that method we cut the dictionary in n blocs ( n is the number of dns servers) and distribute these blocs to name servers.







Modified

