#!/usr/bin/perl use Net::DNS $res = Net::DNS::Resolver->new; for($c = 0; $c <= 255; $c++) { for($d = 0; $d <= 255; $d++) { print "81.86.$c.$d" unless $res->query("81.86.$c.$d", "PTR"); } }
In reply to Re: Better way to check reverse DNS entries
by ctilmes
in thread Better way to check reverse DNS entries
by !unlike
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |