vinitshahdeo/PortScanner

[Feature] DNS Record Viewer

Offen

#65 geöffnet am 17.08.2020

 (4 Kommentare) (0 Reaktionen) (1 zugewiesene Person)Python (122 Forks)auto 404
enhancementhacktoberfestleapcodemedium

Repository-Metriken

Stars
 (150 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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