From 74aea447ead443ea0afb014365201d0382456c93 Mon Sep 17 00:00:00 2001 From: CPol Date: Wed, 6 Oct 2021 09:54:56 +0000 Subject: [PATCH] GitBook: [master] one page modified --- misc/basic-python/bypass-python-sandboxes.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/misc/basic-python/bypass-python-sandboxes.md b/misc/basic-python/bypass-python-sandboxes.md index febacc2f7..058993f1a 100644 --- a/misc/basic-python/bypass-python-sandboxes.md +++ b/misc/basic-python/bypass-python-sandboxes.md @@ -371,6 +371,8 @@ This is just **awesome**. If you are **looking for an object like globals, built {% endhint %} ```python +import os, sys + SEARCH_FOR = { # Misc "__globals__": set(),