1
0
Fork 0
mirror of https://github.com/swisskyrepo/PayloadsAllTheThings.git synced 2024-05-30 11:56:24 +02:00

Merge pull request #532 from wlayzz/patch-2

Update java ssti
This commit is contained in:
Swissky 2022-08-19 16:25:00 +02:00 committed by GitHub
commit e7af5aeb84
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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}