Update README.md
parent
7c641e8828
commit
bff3980601
12
README.md
12
README.md
|
@ -5,20 +5,14 @@
|
|||
|
||||
SubFinder is a subdomain discovery tool that uses various techniques to discover massive amounts of subdomains for any target. It has been aimed as a successor to the [sublist3r project](https://github.com/aboul3la/Sublist3r). SubFinder uses Passive Sources, Search Engines, Pastebins, Internet Archives, etc to find subdomains and then it uses a permutation module inspired by altdns to generate permutations and resolved them at a great speed using a powerful bruteforcing engine. It can also perform plain bruteforce if needed. The tool is highly customizable and the code is built with modular approach making it easy to add functionalities and remove errors.
|
||||
|
||||
## Why?
|
||||
|
||||
|
||||
## Why ?
|
||||
|
||||
This project began it's life as a Bug Bounty World slack channel discussion. We (@ice3man & @codingo) were talking the channel about How sublist3r has been abandoned and the code is buggy, etc. I (@Ice3man) decided to rewrite the whole project and posted about it. @codingo asked to contribute to the project and I am happy that I let him contribute.
|
||||
This project began it's life as a Bug Bounty World slack channel discussion. We (@ice3man & @codingo) were talking about how the cornerstone subdomain tool at the time, sublist3r, appeared to have been abandoned. The goal of this project was to make a low dependancy, manageable project in Go that would continue to be maintained over time. I (@Ice3man) decided to rewrite the sublist3r project and posted about it. @codingo offered to contribute to the project and subfinder was born.
|
||||
|
||||
So finally after working hard, here is something that I hope you guys will :heart:.
|
||||
|
||||
|
||||
|
||||
## Features
|
||||
|
||||
## Passive discovery using many different services.
|
||||
|
||||
- Powerful Permutation Engine
|
||||
|
||||
- Powerful Bruteforcing and resolving engines.
|
||||
|
@ -38,5 +32,3 @@ Support for a variety of sources, currently including:
|
|||
| Netcraft |
|
||||
| Threadcrowd |
|
||||
| VirusTotal |
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue