mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings
synced 2025-12-08 01:43:43 +01:00
Update Java SSTI
Adding variable expressions alternative for java injection
This commit is contained in:
parent
804920be62
commit
8d70f262ae
1 changed files with 1 additions and 0 deletions
|
|
@ -311,6 +311,7 @@ ${ new groovy.lang.GroovyClassLoader().parseClass("@groovy.transform.ASTTest(val
|
||||||
## Java
|
## Java
|
||||||
|
|
||||||
### Java - Basic injection
|
### Java - Basic injection
|
||||||
|
> Multiple variable expressions can be used, if `${...}` doesn't work try `#{...}`, `*{...}`, `@{...}` or `*{...}`.
|
||||||
|
|
||||||
```java
|
```java
|
||||||
${7*7}
|
${7*7}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue