Skip to content

Commit

Permalink
Merge pull request #241 from ArctonyxLLC/fix_axfr_cname_ip
Browse files Browse the repository at this point in the history
  • Loading branch information
L1ghtn1ng authored May 1, 2023
2 parents 5e06bb6 + b658847 commit e49c81a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dnsrecon/lib/dnshelper.py
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@ def zone_transfer(self):
for rdata in rdataset:
target = strip_last_dot(rdata.target.to_text())

for type_, name_, addr in self.get_ip(target):
for type_, name_, addr_ in self.get_ip(target):
if type_ in ['A', 'AAAA']:
print_status(f"\t CNAME {fqdn_} {target} {addr_}")
zone_records.append({'zone_server': ns_srv, 'type': 'CNAME',
Expand Down

0 comments on commit e49c81a

Please sign in to comment.