updated with features and todos

This commit is contained in:
Joost Agterhoek 2024-09-02 14:37:30 +02:00
parent af860ff215
commit 470f6300a0

View File

@ -1,3 +1,15 @@
# cli-lookup
This is a side-project stemming from a Flask website project (https://code.joostagterhoek.nl/joost/flask-soc-site). Instead of a web app, I wanted to develop a similar tool to use from the command line. This tool can currently look up information relevant to domains and IP addresses, like the registrar, DNSSEC, SPF and DMARC records.
This is a side-project stemming from a Flask website project (https://code.joostagterhoek.nl/joost/flask-soc-site). Instead of a web app, I wanted to develop a similar tool to use from the command line. This tool can currently look up information relevant to domains and IP addresses, like the registrar, DNSSEC, SPF and DMARC records.
# Todos
# Features
- 👓 look up relevant host information (registrar, domain registration, DNSSEC, SPF, DMARC) for URLs and email addresses
- 🤩 display lookup results in an appealing and easy-to-read fashion with [`rich`](https://rich.readthedocs.io/en/stable/introduction.html)
# Todos
- ✏️ highlight lookup results and corresponding legend information (match an SPF value with an SPF legend explanation of that value)
- 🔢 look up relevant information on IP addresses