Technical Domain Auditor - check expiry dates and redirection

My first streamlit app. A little helper tool to perform a standard set of checks on a domain.

https://share.streamlit.io/eviltester/seo-tooling/main/src/doStreamlitTechnicalDomainAudit.py

Given a domain and a set of aliases…

Show the expiry dates (domain and certificate)

Then check url variants for the domain e.g. https://domain , http://domain , http://www.domain etc.

I used this to scan a couple of websites I was working on and it found some domain redirection issues that I had missed.

Originally this was a command line script but I ported it to streamlit to learn a little more streamlit and make it easier to use.

The code is on github:

The command line version has more options and can work from a config file.

2 Likes

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.