Advertisement
Evengard

Гвнкд2

Mar 13th, 2012
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.23 KB | None | 0 0
  1. <?php
  2. //session_start();
  3. if($_GET["pass"]!="8914void8914")
  4.         die("auth");
  5. if($_GET["ctrl"]=="ok")
  6.         $_GET['pipe']=$_GET['pipe']."-ctrl";
  7. $fp = fopen($_GET['pipe'], 'r+');
  8. fwrite($fp, $_GET['cmd']);
  9. fclose($fp);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement