Module Name: SSL SAN Lookup
Module path: recon/domains-hosts/ssl_san
Name: SSL SAN Lookup
Path: modules/recon/domains-hosts/ssl_san.py
Author: Zach Grace (@ztgrace)
[email protected]
Description:
Uses the ssltools.com site to obtain the Subject Alternative Names for a domain. Updates the 'hosts' table with the results.
Options:
| Name |
Current Value |
Required |
Description |
| SOURCE |
default |
yes |
source of input (see 'show info' for details) |
Source Options:
| default |
SELECT DISTINCT domain FROM domains WHERE domain IS NOT NULL |
| <string> |
string representing a single input |
| <path> |
path to a file containing a list of inputs |
| query <sql> |
database query returning one column of inputs |
Comments:
* For an alternative version see https://github.com/403labs/recon-ng_modules.