mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced 2024-11-10 07:04:22 +00:00
Update README.md
This commit is contained in:
parent
29c23ac7fd
commit
f318f8bcc0
1 changed files with 5 additions and 1 deletions
|
@ -199,7 +199,11 @@ You can try your payloads at [https://try.freemarker.apache.org](https://try.fre
|
|||
|
||||
### Freemarker - Basic injection
|
||||
|
||||
The template can be `${3*3}` `#{3*3}` or the legacy `[=3*3]`.
|
||||
The template can be :
|
||||
|
||||
* Default: `${3*3}`
|
||||
* Legacy: `#{3*3}`
|
||||
* Alternative: `[=3*3]` since [FreeMarker 2.3.4](https://freemarker.apache.org/docs/dgui_misc_alternativesyntax.html)
|
||||
|
||||
### Freemarker - Read File
|
||||
|
||||
|
|
Loading…
Reference in a new issue