diff --git a/Server Side Template Injection/README.md b/Server Side Template Injection/README.md index 5b264ca..797af48 100644 --- a/Server Side Template Injection/README.md +++ b/Server Side Template Injection/README.md @@ -311,7 +311,7 @@ ${ new groovy.lang.GroovyClassLoader().parseClass("@groovy.transform.ASTTest(val ## Java ### Java - Basic injection -> Multiple variable expressions can be used, if `${...}` doesn't work try `#{...}`, `*{...}`, `@{...}` or `*{...}`. +> Multiple variable expressions can be used, if `${...}` doesn't work try `#{...}`, `*{...}`, `@{...}` or `~{...}`. ```java ${7*7}