Building a Domain Security Analyzer — The CLI Display Module
In the last post, we built the ScanReport class that wraps our raw scan data in convenient properties. Now we have clean access to our data — report.has_valid_ssl instead of nested dictionary lookups. But we still need to show this data to users.
Tod...
python-in-practice.hashnode.dev16 min read