Findomain - A Tool That Role Certificate Transparency Logs To Abide By Subdomains

A tool that purpose Certificates Transparency logs to notice subdomains.

How it works?
It tool doesn't purpose the mutual methods for sub(domains) discover, the tool uses Certificate Transparency logs to notice subdomains too it method teach inward tool really faster too reliable. If you lot desire to know to a greater extent than nearly Certificate Transparency logs, read https://www.certificate-transparency.org/

Installation
If you lot desire to install it, you lot tin flaming create that manually compiling the source or using the precompiled binary.
Manually: You take away to bring Rust installed inward your figurer first.
$ git clone https://github.com/Edu4rdSHL/findomain.git $ cd findomain $ cargo construct --release $ sudo cp target/release/findomain /usr/bin/ $ findomain
Using the binary:
$ git clone https://github.com/Edu4rdSHL/findomain.git $ sudo cp findomain/bin/findomain /usr/bin $ findomain

Usage
You tin flaming purpose the tool inward ii ways, alone discovering the domain cite or discovering the domain + the IP address.
Usage:  findomain -i             Return the subdomain listing amongst IP address if resolved. findomain                Return the subdomain listing without IP address. findomain -f        Return the subdomain listing for host specified inward a file. findomain -i -f     Return the subdomain listing for host specified inward a file amongst IP address if resolved.

Demo