Skip to content
This repository has been archived by the owner on Sep 11, 2020. It is now read-only.
/ brutedns Public archive

An old project for finding subdomains using a dictionary attack

Notifications You must be signed in to change notification settings

VirusFriendly/brutedns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

DNS Bruteforcing Tools

These are tools I developed quite some time ago to discover hosts by performing a dictionary attack using DNS queries.

These are old and not being maintained. If you're looking for a DNS bruteforcing tool check out the following:

An alternative to discovering subdomains via DNS Sublist3r finds subdomains via search engines

brutedns.c

I wrote this tool back in 2002/2003 and keep it around for historic purposes The orignial CVS repo (and others) can be found with the following command: rsync -ai a.cvs.sourceforge.net::cvsroot/lawless/ .

compile: gcc -O2 -o brutedns brutedns.c execute: brutedns [domain [wordfile]]

hosts is provided as an alternative network file.

brute_force.py

I tried making a bruteforcing DNS module for Recon-NG back in 2013. But its not polished as I lost interest.