From d4646b95a73bf65eae8177f12b62aab3ef9036e2 Mon Sep 17 00:00:00 2001 From: Glen Baker Date: Fri, 14 Jul 2017 12:18:26 -0400 Subject: [PATCH] Update README.md Removed extra for in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6312b34..23efcff 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Thank you for the bug posts! Whats new in v1.2.1? ===================== -The big news in this version is that SubBrute is now a recursive DNS-spider, and also a library, more on this later. SubBrute should be easy to use, so the interface should be intuitive (like nmap!), if you would like the interface to change, let us know. In this version we are opening up SubBrute's fast DNS resolution pipeline for any DNS record type. Additionally, SubBrute now has a feature to detect subdomains were their resolution is intentionally blocked, which sometimes happens when a subdomain is intended for for use on an internal network. +The big news in this version is that SubBrute is now a recursive DNS-spider, and also a library, more on this later. SubBrute should be easy to use, so the interface should be intuitive (like nmap!), if you would like the interface to change, let us know. In this version we are opening up SubBrute's fast DNS resolution pipeline for any DNS record type. Additionally, SubBrute now has a feature to detect subdomains were their resolution is intentionally blocked, which sometimes happens when a subdomain is intended for use on an internal network. - SubBrute is now a DNS spider that recursively crawls enumerated DNS records. This feature boosted *.google.com from 123 to 162 subdomains. (Always enabled) - --type enumerate an arbitrary record type (AAAA, CNAME, SOA, TXT, MX...) - -s can now read subdomains from result files. @@ -96,4 +96,4 @@ Also keep in mind that subdomains can have subdomains (example: _xmpp-server._tc - ./subbrute.py -t gmail.out -Cheers! \ No newline at end of file +Cheers!