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 = "" } } }