mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings
synced 2025-12-15 21:34:25 +01:00
commit
b25f461b6e
1 changed files with 1 additions and 0 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Reference in a new issue