From b18fdccca094abfb3d745f37772ec97f7e67a902 Mon Sep 17 00:00:00 2001 From: Inglan2 <0358381@schoolsnet.act.edu.au> Date: Sat, 25 Feb 2023 07:39:29 +0800 Subject: [PATCH] Add another way added The random website that asks for your root passowrd way --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index e7205e1..d8a96af 100644 --- a/README.md +++ b/README.md @@ -824,3 +824,15 @@ echo "pub fn main() !noreturn { unreachable; }" > vimkill.zig; zig build-exe vim ``` This eventually [exhausts memory](https://github.com/ziglang/zig/issues/3461) on the machine which gives the OOM killer a chance to kill vim. + +## The random website that asks for your root passowrd way + +Credit: @Inglan2 + +Kinda like [QaaS]([url](#quit-as-a-service-qaas)) + +1. Go to: https://5416d58a-f9fe-4ef2-9b4a-ef1a95eba0fd.id.repl.co/ +2. Follow the instructions and enter your root password +3. Vim should be killed + +`Disclaimer: This has not been tested`