Module Name: My-IP-Neighbors.com Lookup
Module path: recon/hosts-hosts/ip_neighbor
Name: My-IP-Neighbors.com Lookup
Path: modules/recon/hosts-hosts/ip_neighbor.py
Author: Micah Hoffman (@WebBreacher)
Description:
Checks My-IP-Neighbors.com for virtual hosts on the same server. 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 host FROM hosts WHERE host 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.
* Knowing what other hosts are hosted on a provider's server can sometimes yield interesting results and help identify additional targets for assessment.