From 804dd1d0d89ec2cfa1f8732102e60d83484d3b14 Mon Sep 17 00:00:00 2001 From: CPol Date: Fri, 25 Jun 2021 16:27:28 +0000 Subject: [PATCH] GitBook: [master] one page modified --- .../ssti-server-side-template-injection/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pentesting-web/ssti-server-side-template-injection/README.md b/pentesting-web/ssti-server-side-template-injection/README.md index 0863a23c..2a16f26c 100644 --- a/pentesting-web/ssti-server-side-template-injection/README.md +++ b/pentesting-web/ssti-server-side-template-injection/README.md @@ -483,6 +483,12 @@ home = pugjs.render(injected_page) * [https://github.com/swisskyrepo/PayloadsAllTheThings/tree/master/Server%20Side%20Template%20Injection\#ruby](https://github.com/swisskyrepo/PayloadsAllTheThings/tree/master/Server%20Side%20Template%20Injection#ruby) +### Python + +Check out the following page to learn tricks about **arbitrary command execution bypassing sandboxes** in python: + +{% page-ref page="../../misc/basic-python/bypass-python-sandboxes.md" %} + ### Tornado \(Python\) * `{{7*7}} = 49`