BirdsAreFlyingCameras / HistorianDNS

A python script that pulls current and historic DNS history from dnshistory.org
Other
1 stars 0 forks source link
cli cli-app cli-tool cli-ui dns dns-history dns-records dns-resolver interactive no-api-key python-3

HistorianDNS

About

Version Number: Rewrite Beta 1.1

HistorianDNS is a script retrieves parses displays historical and current DNS records from dnshistory.com with the option of saving the results in a .txt format.

The last main branch release of the original code was beta 0.2.2 released on 11/02/2023 since then a full rewrite happened starting on 03/30/2024 with rewrite beta 1.0 being released on 05/06/2024.

Rewrite Beta 1.1 Updates

Installation

In the terminal of your choice:

Download the source files from GitHub:

git clone https://github.com/BirdsAreFlyingCameras/HistorianDNS

Enter the source files directory:

cd HistorianDNS

Then install the requirements:

pip install -r requirements.txt

Usage

To use the script run:

python3 main.py

Usage Example

Demo-Gif.gif

Todo