Bug 208950 - [new port]:dns/dnsenum : Tool to enumerate DNS information of a domain and to discover non-contiguous ip blocks.
Summary: [new port]:dns/dnsenum : Tool to enumerate DNS information of a domain and to...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Pawel Pekala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-04-21 10:05 UTC by Rihaz Jerrin
Modified: 2016-05-29 11:35 UTC (History)
1 user (show)

See Also:


Attachments
port file for dnsenum (4.40 KB, application/x-shar)
2016-04-21 10:05 UTC, Rihaz Jerrin
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Rihaz Jerrin 2016-04-21 10:05:54 UTC
Created attachment 169513 [details]
port file for dnsenum
Comment 1 commit-hook freebsd_committer freebsd_triage 2016-05-29 11:34:32 UTC
A commit references this bug:

Author: pawel
Date: Sun May 29 11:33:33 UTC 2016
New revision: 416094
URL: https://svnweb.freebsd.org/changeset/ports/416094

Log:
  Multithreaded perl script to enumerate DNS information
  of a domain and discover non-contiguous IP blocks.

  OPERATIONS:
   Get the host's address (A record).
   Get the nameservers (threaded).
   Get the MX record (threaded).
   Perform axfr queries on nameservers and
   get BIND VERSION (threaded).
   Get extra names and subdomains via google
   scraping (google query = "allinurl: -www site:domain").
   Brute force subdomains from file, can also
   perform recursion on subdomain that have NS records (all threaded).
   Calculate C class domain network ranges
   and perform whois queries on them (threaded).
   Perform reverse lookups on  netranges
   ( C class or/and whois netranges) (threaded).
   Write to domain_ips.txt file
   ip-blocks.

  WWW:https://github.com/fwaeytens/dnsenum

  PR:		208950
  Submitted by:	Rihaz Jerrin <rihaz.jerrin@gmail.com>

Changes:
  head/dns/Makefile
  head/dns/dnsenum/
  head/dns/dnsenum/Makefile
  head/dns/dnsenum/distinfo
  head/dns/dnsenum/files/
  head/dns/dnsenum/files/patch-dnsenum.pl
  head/dns/dnsenum/pkg-descr