From 56b8d6d4f08fb39067f842497d423fa32c0ed462 Mon Sep 17 00:00:00 2001 From: Daniel Rosel Date: Sun, 26 Feb 2023 23:58:13 +0100 Subject: [PATCH] Update README with summary of key takeaway --- playground/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/playground/README.md b/playground/README.md index a4f7a94..e1b7a54 100644 --- a/playground/README.md +++ b/playground/README.md @@ -74,3 +74,7 @@ Here is a video of the reverse shell being created: https://user-images.githubusercontent.com/60182044/221442461-f5ec055c-f4d1-41b5-a0c1-0ce0922b1e94.mp4 + +# Summary (non-technical) + +The key takeaway from this is that a LLM agent which is given the power of using the shell and access to the internet, is a recipe for disaster. As is shown above, this setup can be used to create a reverse shell, which can then be used to do whatever the attacker wants with the victim machine. And if you had confidential information on the victim machine, this could be a huge problem.