Module Name: Baidu Hostname Enumerator
Module path: recon/domains-hosts/baidu_site
Name: Baidu Hostname Enumerator
Path: modules/recon/domains-hosts/baidu_site.py
Author: Tim Tomes (@LaNMaSteR53)
Description:
Harvests hosts from Baidu.com by 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 |