From 6601cc7c86826130bd11d2edfb6beda4135ee6d1 Mon Sep 17 00:00:00 2001 From: RoninNakomoto <76064954+RoninNakomoto@users.noreply.github.com> Date: Tue, 26 Jan 2021 03:15:35 +0000 Subject: [PATCH] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0e3d4e5..1e28b69 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,17 @@ ## About Sublist3r2 -Sublist3r2 is an improved and bug-free working version of Sublist3r, the original subdomains enumeration tool but with a much faster bruteforcing routine. +Sublist3r2 is an improved and bug-free working version of Sublist3r, the original subdomains enumeration tool but with a much faster bruteforcing routine.
+Sublist3r2 uses aiodnsbrute instead of subbrute used in original package.
+Capable of bruteforcing 150K subdomains, at default thread count of 7000, within 15 minutes.
#### Package Description: *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. (from original author page)* " ### Compatibility notes: + Sublist3r2 currently supports python3 on linux dists. Python3.6+ is the recommended version.
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. Tool bruteforces ~150K subdomains at default threads count (7000) within 15 minutes.
- ## Screenshots