Update README.md

This commit is contained in:
fmjal 2024-08-01 16:29:45 +02:00 committed by GitHub
parent 6a37357854
commit b61f105006
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 7 additions and 1 deletions

View File

@ -1,9 +1,15 @@
## About Sublist3r
# About Sublist3r
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.
[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.
## Key Updates/Changes
* Added `--silent`,`-s` flag to handle unix-like output piping
* Added Hackertarget & Shodan Enumeraton of Domain
* Removed Defunct Virustotal API
## Screenshots
![Sublist3r](http://www.secgeek.net/images/Sublist3r.png "Sublist3r in action")