Subfinder is a subdomain discovery tool that discovers valid subdomains for websites. Designed as a passive framework to be useful for bug bounties and safe for penetration testing.
 
 
 
Go to file
ice3man 3abfed25e0 Updated Subdomain Validation Code 2018-04-06 18:31:36 +05:30
libsubfinder Updated Subdomain Validation Code 2018-04-06 18:31:36 +05:30
.gitignore Fixed gitignore to ignore executable 2018-04-03 14:58:20 +05:30
LICENSE Initial commit 2018-03-31 15:14:58 +05:30
README.md Updated README.md 2018-04-04 22:24:30 +05:30
config.json Added Project Files Via Upload 2018-03-31 15:21:08 +05:30
main.go Updated Subdomain Validation Code 2018-04-06 18:31:36 +05:30
process.go Updated process.go 2018-04-04 17:03:02 +05:30

README.md

SubFinder

SubFinder is a subdomain discovery tool that uses various techniques to discover massive amount of subdomains for any target. It has been aimed as a successor to the sublist3r project. Since the initial commit, the project has been aimed with speed and efficiency in mind. 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 ?

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.

  • The sublist3r code-base is old and dirty :-(
  • The other forks are decent but somewhere not that suitable for regular use.
  • Amass is awesome and pretty badass but the code has bad structure and is hard to read. Also, we had inconsistent and somewhat shocking results using the tool.

So finally after working hard, here is something that I hope you guys will ❤️.

Features

  • Passive discovery using many different services.

    • Crt.sh

    • Threatcrowd

    • Certspotter

    • Netcraft

    • Hackertarget

    • Virustotal

    • Ask

  • Powerful Permutation Engine

  • Powerful Bruteforcing and resolving engines.

  • Search Engine Support for subdomain discovery.