This commit is contained in:
Inglan2 2023-12-20 08:28:20 -07:00 committed by GitHub
commit 93b88373b8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -831,3 +831,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`