vinitshahdeo / PortScanner

A go-to tool for scanning network. Scan all the open ports for a given host with just one click.
https://vinitshahdeo.github.io/PortScanner/
MIT License
133 stars 114 forks source link

DNS record Viewer - Python2 #84

Closed Kashish121 closed 4 years ago

Kashish121 commented 4 years ago

Description

Added a new feature : DNS record Viewer. The code is written in python2.

Fixes #65

Type of change: New feature (non-breaking change which adds functionality)

This change requires a documentation update. Will add the steps and dependencies in the README.md once you(@vinitshahdeo ) review the code.

To run:

pip install dnspython
python src/dnsRecord.py
vinitshahdeo commented 4 years ago

@ishika1727 Pull these changes and verify it from your end.

ishika1727 commented 4 years ago

@vinitshahdeo @Kashish121 , I am getting this output when trying to search for postman.com

image

Kashish121 commented 4 years ago

Will include this feature on README.md after the merge. Thanks @ishika1727 for verification.