From 965c953e00354ad3409753a1596ff921fb9a052c Mon Sep 17 00:00:00 2001 From: Phillip Tarrant Date: Thu, 21 Aug 2025 22:07:27 -0500 Subject: [PATCH] updating roadmap --- docs/roadmap.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/roadmap.md b/docs/roadmap.md index 1d7a86c..36554cc 100644 --- a/docs/roadmap.md +++ b/docs/roadmap.md @@ -1,7 +1,8 @@ # SneakyScope — Roadmap (Updated 8-21-25) ## Priority 1 – Core Analysis / Stability -* SSL/TLS intelligence: for HTTPS targets, pull certificate details from crt.sh (filtering expired); if a subdomain, also resolve the root domain to capture any wildcard certificates; probe the endpoint to enumerate supported TLS versions/ciphers and flag weak/legacy protocols. + +*(no open items currently tracked in this bucket)* ## Priority 2 – API Layer @@ -12,7 +13,6 @@ ## Priority 3 – UI / UX -* Front page/input handling: auto-prepend `http://`/`https://`/`www.` for bare domains. * Rules Lab (WYSIWYG tester): paste a rule, validate/compile, run against sample text; lightweight nav entry. ## Priority 4 – Artifact Management & Ops