Skip to content

IPv6 Support #5

Open
Open
@Night1

Description

@Night1

IPv6 and AAAA Records are more and more common these days, I believe that TLDR should also add scans for record id 28.

class DNSTool:
def init( self, verbose = True ):
self.verbose = verbose
self.domain_cache = {}
self.RECORD_MAP = {
1: 'A',
2: 'NS',
5: 'CNAME',
6: 'SOA',
11: 'WKS',
12: 'PTR',
15: 'MX',
16: 'TXT',
17: 'RP',
18: 'AFSDB',
28: 'AAAA',
33: 'SRV',
38: 'A6'
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions