Module Name: Bing API IP Neighbor Enumerator
Module path: recon/hosts-hosts/bing_ip
Name: Bing API IP Neighbor Enumerator
Path: modules/recon/hosts-hosts/bing_ip.py
Author: Tim Tomes (@LaNMaSteR53)
Description:
Leverages the Bing API and "ip:" advanced search operator to enumerate other virtual hosts sharing the same IP address. Updates the 'hosts' table with the results.
Options:
| Name |
Current Value |
Required |
Description |
| RESTRICT |
True |
yes |
restrict added hosts to current domains |
| SOURCE |
default |
yes |
source of input (see 'show info' for details) |
Source Options:
| default |
SELECT DISTINCT ip_address FROM hosts WHERE ip_address 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:
* This module only stores hosts whose domain matches an entry in the domains table.