Published by expire0
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 ‘ ‘
Categories: Linux Maintenance