Resolve dnsname/hostname of a given list of IPs Only works on Windows.
Requirements:
-
python2.7
-
nslookup
-
ping
-
Currently only works on windows as it uses the "ping -a" to resolve NETBIOS.
Add IPs into "iplist.txt"
e.g
C:\code\ip_resolve>type iplist.txt
10.0.0.1
10.0.0.2
10.0.0.3
10.0.0.4