From 470f6300a0a7d6b8de80f4f1f58f3d914fdbd645 Mon Sep 17 00:00:00 2001 From: Joost Agterhoek Date: Mon, 2 Sep 2024 14:37:30 +0200 Subject: [PATCH] updated with features and todos --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3e9a911..f8b9fb2 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file +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 +