From 3a429ea6748b6e65d17787082f63a9d734cf7ec4 Mon Sep 17 00:00:00 2001 From: RoninNakomoto <76064954+RoninNakomoto@users.noreply.github.com> Date: Tue, 26 Jan 2021 02:03:37 +0000 Subject: [PATCH] Update README.md --- README.md | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c860b29..adcd298 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,19 @@ -## About Sublist3r +## About Sublist3r2 -Sublist3r is a python tool designed to enumerate subdomains of websites using OSINT. It helps penetration testers and bug hunters collect and gather subdomains for the domain they are targeting. Sublist3r enumerates subdomains using many search engines such as Google, Yahoo, Bing, Baidu and Ask. Sublist3r also enumerates subdomains using Netcraft, Virustotal, ThreatCrowd, DNSdumpster and ReverseDNS. +Sublist3r2 is an improved and bug-free working version of Sublist3r, the original dns enumeration tool but with a much faster bruteforcing routine. -[subbrute](https://github.com/TheRook/subbrute) was integrated with Sublist3r to increase the possibility of finding more subdomains using bruteforce with an improved wordlist. The credit goes to TheRook who is the author of subbrute. +### From original package page: +*Sublist3r is a python tool designed to enumerate subdomains of websites using OSINT. It helps penetration testers and bug hunters collect and gather subdomains for the domain they are targeting. Sublist3r enumerates subdomains using many search engines such as Google, Yahoo, Bing, Baidu and Ask. Sublist3r also enumerates subdomains using Netcraft, Virustotal, ThreatCrowd, DNSdumpster and ReverseDNS.* +" + +### Compatibility notes: +This particular release is specific for python3 based linux installations. +Other operating systems (macos, windows) will be supported in later releases. +BruteForcing is now multiple times faster than in the original tool and uses aiodnsbrute instead of subbrute. ## Screenshots -![Sublist3r](http://www.secgeek.net/images/Sublist3r.png "Sublist3r in action") +![Sublist3r2](https://photos.app.goo.gl/1nEEHJcsqjdbVD539 "Sublist3r2 in action") ## Installation