diff --git a/content/posts/2024/exploring-google-bard-vm.md b/content/posts/2024/exploring-google-bard-vm.md index b508bdeb..8cca9eba 100644 --- a/content/posts/2024/exploring-google-bard-vm.md +++ b/content/posts/2024/exploring-google-bard-vm.md @@ -81,11 +81,12 @@ For instance here you can see calling `os.listdir("/")` command and it displays While exploring the system I found some interesting things, but also it's quite unreliable and often does not follow the exact code provided (alwasy double check the actual code that was run to make sure it didn't make up things). +Check the Appendix to see some examples of prompts I used. + There used to be a `py_interpreter` in `/bin` last November, but that is gone when I re-did this testing in just now. It seems to have been replaced with something called `/usr/bin/entry`. Still, `/usr/grte` is something I would like to know what it stands for? - **A couple of realizations:** 1. Google does not seem to reuse the sandbox VM/container, there is no data from previous sessions in it. The /tmp folder does seem to contain some session specific things. @@ -412,7 +413,7 @@ I spent some time enumerating most files on the system. -### Plotting multiple outputs +### Plotting Multiple Outputs ```` ``` diff --git a/docs/index.html b/docs/index.html index 38a03df2..08ab04ea 100644 --- a/docs/index.html +++ b/docs/index.html @@ -103,7 +103,7 @@

2024