matthernet / SubdomainFinder

Find subdomains by searching public certificate records

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

     __________
    | CRT      |
    |  ________|_
    | | SSL      |
    | |  ________|_
    | | | HTTPS    |    ______|\    subdomain1.target.com
    |_| |          |   |        \   subdomain2.target.com
      | |          |   |         \  subdomain3.target.com
      |_|          |   |         /  subdomain4.target.com
        |          |   |______  /   subdomain5.target.com
        |__________|          |/    subdomain6.target.com

SubdomainFinder

GitHub release License: GPL v3

Description

Passive scan to find subdomains by searching public records

Usage

Example of use: ./subdomainfinder.sh target.com

Sources

Notice:

The tool will create temporary files in the execution directory that will be removed after scanning ends

Licensing:

SubdomainFinder is licensed under the GNU General Public License version 3 (GNU GPL v3).

About

Find subdomains by searching public certificate records

License:GNU General Public License v3.0


Languages

Language:Shell 100.0%