Update README.md

This commit is contained in:
RoninNakomoto 2021-01-26 03:16:38 +00:00 committed by GitHub
parent 6601cc7c86
commit 5ae9fe9db3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -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.</br>
Sublist3r2 uses aiodnsbrute instead of subbrute used in original package.</br>
Capable of bruteforcing 150K subdomains, at default thread count of 7000, within 15 minutes. </br>
Sublist3r2 now uses aiodnsbrute instead of subbrute and is capable of bruteforcing 150k subdomains within 15 minutes (at default thread count of 7000).</br>
#### 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)*