Module Name: Reverse Resolver
Module path: recon/hosts-hosts/reverse_resolve
Name: Reverse Resolver
Path: modules/recon/hosts-hosts/reverse_resolve.py
Author: John Babio (@3vi1john), @vulp1n3, and Tim Tomes (@LaNMaSteR53)
Description:
Conducts a reverse lookup for each IP address to resolve the hostname. 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 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 |