freebsd-ports/dns/subfinder/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00

9 lines
649 B
Text

SubFinder is a subdomain discovery tool that discovers valid subdomains for
websites by using passive online sources. It has a simple modular architecture
and has been aimed as a successor to sublist3r project. 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 resolve them quickly using a powerful bruteforcing engine. It
can also perform plain bruteforce if needed. The tool is highly customizable,
and the code is built with a modular approach in mind making it easy to add
functionalities and remove errors.