项目作者: VirusFriendly

项目描述 :
An old project for finding subdomains using a dictionary attack
高级语言: Python
项目地址: git://github.com/VirusFriendly/brutedns.git
创建时间: 2020-03-18T02:30:53Z
项目社区:https://github.com/VirusFriendly/brutedns

开源协议:

下载


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.