vinitshahdeo/PortScanner

[Feature] DNS Record Viewer

开放

#65 创建于 2020年8月17日

 (4 条评论) (0 个反应) (1 位负责人)Python (122 个派生)auto 404
enhancementhacktoberfestleapcodemedium

仓库指标

星标
 (150 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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.

贡献者指南