I have a list of public domains and I am having trouble scanning them. Do I need a zone file to initiate a scan? Is there a better example of the scan as well? Thank you so much.
The tool is written to analyze zones, where each line looks like:
IN NS
as the final test is for the nameservers of a given domain. If you only have a list of domains, you could potentially build a zone-like input file by querying the NS records of each domain.
I have a list of public domains and I am having trouble scanning them. Do I need a zone file to initiate a scan? Is there a better example of the scan as well? Thank you so much.