aboutsummaryrefslogtreecommitdiff
path: root/dns/dnsenum/pkg-descr
diff options
context:
space:
mode:
authorPawel Pekala <pawel@FreeBSD.org>2016-05-29 11:33:33 +0000
committerPawel Pekala <pawel@FreeBSD.org>2016-05-29 11:33:33 +0000
commitb3315d8863269e536b98ac2ecec0d65af80c9956 (patch)
treecc7bdee2219bf14cdd15a35730c3796913b47c50 /dns/dnsenum/pkg-descr
parent6911ecde13fecf4f9751b04b99c6355b8255489a (diff)
Notes
Diffstat (limited to 'dns/dnsenum/pkg-descr')
-rw-r--r--dns/dnsenum/pkg-descr21
1 files changed, 21 insertions, 0 deletions
diff --git a/dns/dnsenum/pkg-descr b/dns/dnsenum/pkg-descr
new file mode 100644
index 000000000000..824f76d12132
--- /dev/null
+++ b/dns/dnsenum/pkg-descr
@@ -0,0 +1,21 @@
+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