Update Java SSTI

Adding variable expressions alternative for java injection
This commit is contained in:
Wlayzz 2022-08-19 15:04:52 +02:00 committed by GitHub
parent 804920be62
commit 8d70f262ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -311,6 +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 `*{...}`.
```java
${7*7}