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

Update largeZoneParser.py #13

Closed EduardoATpt closed 3 years ago

EduardoATpt commented 3 years ago

I think there is a foundNS duplicate on line 14.

if item == 'ns' and foundNS is False and 'rrsig' not in s.lower() and 'nsec' not in s.lower() and foundNS is False: