vinitshahdeo/PortScanner

[Feature] DNS Record Viewer

Open

#65 opened on Aug 17, 2020

 (4 comments) (0 reactions) (1 assignee)Python (122 forks)auto 404
enhancementhacktoberfestleapcodemedium

Repository metrics

Stars
 (150 stars)
PR merge metrics
 (PR metrics pending)

Description

For a given hostname, fetch all the available DNS Records given below:

Record type Record contains
'A' IPv4 addresses (default)
'AAAA' IPv6 addresses
'ANY' any records
'CNAME' canonical name records
'MX' mail exchange records
'NAPTR' name authority pointer records
'NS' name server records
'PTR' pointer records
'SOA' start of authority records
'SRV' service records
'TXT' text records

Additional task: Explain briefly about all the records in UI.

Contributor guide