lol
This commit is contained in:
parent
f1c904eabe
commit
1ed87b4d3a
3
main.go
3
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 = ""
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user