From 1ed87b4d3a48bb57b20cb9b8686e94ee51247162 Mon Sep 17 00:00:00 2001 From: Lain Iwakura Date: Sat, 12 Jul 2025 14:48:31 +0300 Subject: [PATCH] lol --- main.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/main.go b/main.go index e5a086b..aa17be4 100644 --- a/main.go +++ b/main.go @@ -101,6 +101,9 @@ func wsHandler(w http.ResponseWriter, r *http.Request) { } else if buffer == "amdpsp" { conn.WriteJSON(map[string]string{"action": "show_message", "message": "Everything must be free, without tracking"}) buffer = "" + } else if buffer == "uefi" { + conn.WriteJSON(map[string]string{"action": "redirect", "url": "https://www.techtarget.com/searchsecurity/news/366618102/ESET-details-UEFI-Secure-Boot-bypass-vulnerability"}) + buffer = "" } } }