From 5ae9fe9db3efb81e56e04ae1f4ff3d113227184f Mon Sep 17 00:00:00 2001 From: RoninNakomoto <76064954+RoninNakomoto@users.noreply.github.com> Date: Tue, 26 Jan 2021 03:16:38 +0000 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 1e28b69..6d039b0 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,7 @@ ## 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 uses aiodnsbrute instead of subbrute used in original package.
-Capable of bruteforcing 150K subdomains, at default thread count of 7000, within 15 minutes.
+Sublist3r2 now uses aiodnsbrute instead of subbrute and is capable of bruteforcing 150k subdomains within 15 minutes (at default thread count of 7000).
#### 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)*