From ee5fda605906ccca20f39e208a26cc2cd1061539 Mon Sep 17 00:00:00 2001 From: Knacky Date: Sun, 21 Jun 2026 21:01:49 +0200 Subject: [PATCH] fix(frontend): make verify_tls helper text spell out the MITM tradeoff Co-Authored-By: Claude Sonnet 4.6 --- frontend/src/components/C2ConfigCard.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/src/components/C2ConfigCard.tsx b/frontend/src/components/C2ConfigCard.tsx index ced6190..7dc2955 100644 --- a/frontend/src/components/C2ConfigCard.tsx +++ b/frontend/src/components/C2ConfigCard.tsx @@ -182,7 +182,8 @@ export function C2ConfigCard({ engagementId }: C2ConfigCardProps): JSX.Element {

- Leave unchecked for lab Mythic with self-signed certificates. + Uncheck only for lab Mythic with self-signed certificates. Disabling + verification exposes the API token to MITM.