From 47f57f4845835769a91434ad0fc2c56deb59cd3b Mon Sep 17 00:00:00 2001 From: modeco80 Date: Tue, 2 Jan 2024 01:43:06 -0500 Subject: [PATCH 1/2] Add appropiate warning notices --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index d1b1aa5..f9f0f95 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,11 @@ server-side and streaming the image binary data to the browser. ![](https://i.cloudup.com/eLzCA3vYK5.gif) +**WARNING: YOU WILL BE HACKED IF YOU RUN THIS, IF YOU CAN EVEN GET IT TO RUN. DO NOT RUN THIS ON ANY COMPUTER YOU TRUST, AS IT HAS MULTIPLE VULNERABILITIES THAT ALLOW REMOTE USERS TO:** +- Run shell commands as whatever user you run the server as +- Access any files on your filesystem +- Et cetera. + ## Dependencies In order to run `socket.io-computer` you must have the following From 7f8ccff3980555db0af7a02cf5845888fb39c4ed Mon Sep 17 00:00:00 2001 From: modeco80 Date: Tue, 2 Jan 2024 01:43:42 -0500 Subject: [PATCH 2/2] move it to the top --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f9f0f95..f8dc307 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,12 @@ # socket.io-computer +**WARNING: YOU WILL BE HACKED IF YOU RUN THIS, IF YOU CAN EVEN GET IT TO RUN. DO NOT RUN THIS ON ANY COMPUTER YOU TRUST, AS IT HAS MULTIPLE VULNERABILITIES THAT ALLOW REMOTE USERS TO:** + +- Run shell commands as whatever user you run the server as +- Access any files on your filesystem +- Et cetera. + A collaborative virtual machine where players take turns in controlling it. @@ -9,11 +15,6 @@ server-side and streaming the image binary data to the browser. ![](https://i.cloudup.com/eLzCA3vYK5.gif) -**WARNING: YOU WILL BE HACKED IF YOU RUN THIS, IF YOU CAN EVEN GET IT TO RUN. DO NOT RUN THIS ON ANY COMPUTER YOU TRUST, AS IT HAS MULTIPLE VULNERABILITIES THAT ALLOW REMOTE USERS TO:** -- Run shell commands as whatever user you run the server as -- Access any files on your filesystem -- Et cetera. - ## Dependencies In order to run `socket.io-computer` you must have the following