Findomain - A Cross-Platform Tool That Role Certificate Transparency Logs To Discovery Subdomains


H5N1 cross-platform tool that role Certificates Transparency logs to discovery subdomains. We currently back upwardly Linux, Windows as well as MacOS.

How it works?
It tool doesn't role the mutual methods for sub(domains) discover, the tool uses Certificate Transparency logs to discovery subdomains as well as it method teach inwards tool real faster as well as reliable. If y'all desire to know to a greater extent than close Certificate Transparency logs, read https://www.certificate-transparency.org/

Installation Linux
If y'all desire to install it, y'all tin transportation away produce that manually compiling the source or using the precompiled binary.
Manually: You bespeak to accept Rust installed inwards 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
If y'all are using the BlackArch Linux distribution, y'all only bespeak to use:
$ sudo pacman -S findomain

Installation Windows
Download the binary from https://github.com/Edu4rdSHL/findomain/tree/master/bin/windows as well as role it.

Installation MacOS
Download the binary from https://github.com/Edu4rdSHL/findomain/tree/master/bin/osx as well as role it.

Usage
You tin transportation away role the tool inwards 2 ways, solely discovering the domain advert or discovering the domain + the IP address.
findomain 0.1.3 Eduard Tolosa  H5N1 tool that role Certificates Transparency logs to discovery subdomains.  USAGE:     findomain [FLAGS] [OPTIONS]  FLAGS:     -h, --help       Prints attention information     -i, --get-ip     Return the subdomain listing amongst IP address if resolved.     -V, --version    Prints version information  OPTIONS:     -f, --file         Sets the input file to use.     -o, --output     Write information to output file inwards the specified format. [possible values: txt, csv, json]     -t, --target     Target host

Features
  • Discover subdomains without brute-force, it tool uses Certificate Transparency Logs.
  • Discover subdomains amongst or without IP address according to user arguments.
  • Read target from user declaration (-t).
  • Read a listing of targets from file as well as discovery their subdomains amongst or without IP as well as also write to output files per-domain if specified past times the user, recursively.
  • Write output to TXT file.
  • Write output to CSV file.
  • Write output to JSON file.
  • Cross platform support: Linux, Windows, MacOS.