-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ff67357
commit abc2db4
Showing
2 changed files
with
42 additions
and
1 deletion.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,44 @@ | ||
# HistorianDNS | ||
|
||
Rebase In Progress | ||
## About | ||
|
||
### Version Number: Rewrite Beta 1.0 | ||
|
||
HistorianDNS is a script retrieves parses displays historical DNS records from dnshistory.com with the option of saving the results in a .txt format. | ||
|
||
The last main branch release 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. | ||
|
||
|
||
## Installation | ||
|
||
In the terminal of your choice: | ||
|
||
Install files from GitHub: | ||
|
||
git clone https://github.com/BirdsAreFlyingCameras/HistorianDNS/tree/main | ||
|
||
Travel to the path of installation: | ||
|
||
cd HistorianDNS | ||
|
||
Then install the requirements: | ||
|
||
pip install -r requirements.txt | ||
|
||
|
||
## Usage | ||
|
||
To run the script do: | ||
|
||
python3 main.py | ||
|
||
|
||
## Usage Example | ||
|
||
![Usage.gif](Gifs/Usage.gif) | ||
|
||
|
||
## Todo | ||
|
||
- Add CLI arguments so use of the UI is not mandatory | ||
- Add .csv as a save file format |