vinitshahdeo/PortScanner

[Feature] DNS Record Viewer

オープン

#65 opened on 2020/08/17

 (4 件のコメント) (0 件のリアクション) (1 人の担当者)Python (122 件のフォーク)auto 404
enhancementhacktoberfestleapcodemedium

Repository metrics

Stars
 (150 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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.

コントリビューターガイド