From 1ac73ff7cae110f9d0b1aa0bf62283b6d2e26022 Mon Sep 17 00:00:00 2001 From: Robby Zambito Date: Sat, 2 Aug 2025 19:06:42 -0400 Subject: Replaced index with generated landing The generated index had a fake logged in interface. The generated landing page is more appropriate. We don't need a logged in page, because the entire exploit should work without needing to be logged in. --- static/index.html | 404 ++++++++++++++----------- static/landing-script.js | 220 -------------- static/landing-styles.css | 744 ---------------------------------------------- static/landing.html | 317 -------------------- static/script.js | 157 ++++++---- static/styles.css | 632 +++++++++++++++++++++++---------------- 6 files changed, 703 insertions(+), 1771 deletions(-) delete mode 100644 static/landing-script.js delete mode 100644 static/landing-styles.css delete mode 100644 static/landing.html (limited to 'static') diff --git a/static/index.html b/static/index.html index ac88379..a796239 100644 --- a/static/index.html +++ b/static/index.html @@ -3,7 +3,7 @@ - TaskFlow - Project Management Dashboard + TaskFlow - Streamline Your Project Management @@ -12,18 +12,14 @@