Module Name: Google CSE Hostname Enumerator
Module path: recon/domains-hosts/google_site_api
Name: Google CSE Hostname Enumerator
Path: modules/recon/domains-hosts/google_site_api.py
Author: Tim Tomes (@LaNMaSteR53)
Description:
Leverages the Google Custom Search Engine API to harvest hosts using the 'site' search operator. 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 |