IP subnet list

Published by

Posted on January 04, 2017

Using NMAP to obtain the rDNS data of a subnet.

nmap -sL -n 192.168.1.0/25 | grep ‘Nmap scan report for’ | cut -f 5 -d ‘ ‘