mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings
synced 2025-12-23 09:14:48 +01:00
commit
e7af5aeb84
1 changed files with 1 additions and 1 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Reference in a new issue