Notes on using nmap
Nmap Scan subnet for PTR's
When you need to scan an entire subnet for 'research purposes' and check for any associated PTR's we can use Nmap
nmap -R -sL 103.112.200.0/22 > results.txt
When you need to scan an entire subnet for 'research purposes' and check for any associated PTR's we can use Nmap
nmap -R -sL 103.112.200.0/22 > results.txt