SIDN / CycleHunter

Python software that reads zone files, extract NS records, and detect cyclic dependencies
https://tsuname.io
BSD 2-Clause "Simplified" License
37 stars 14 forks source link

Public Domains #31

Open tehpengforme opened 3 years ago

tehpengforme commented 3 years ago

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.

seb-at-nzrs commented 3 years ago

Hi:

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.