Create a script that takes a domain name as input and enumerates possible subdomains using a wordlist and DNS resolution. The script should output a list of discovered subdomains and their resolved IPs.
Expected Behavior
- Input: domain name and wordlist file
- Output: list of valid subdomains with their IP addresses
- Handle invalid or unresolved domains gracefully