Linux websever 5.15.0-153-generic #163-Ubuntu SMP Thu Aug 7 16:37:18 UTC 2025 x86_64
Apache/2.4.52 (Ubuntu)
: 192.168.3.70 | : 192.168.1.99
Cant Read [ /etc/named.conf ]
8.1.2-1ubuntu2.23
urlab
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
/
var /
www /
html /
cai /
application /
views /
errors /
html /
[ HOME SHELL ]
Name
Size
Permission
Action
error_404.php
1.16
KB
-rwxr-x--x
error_db.php
1.16
KB
-rwxr-x--x
error_exception.php
887
B
-rwxr-x--x
error_general.php
1.15
KB
-rwxr-x--x
error_php.php
835
B
-rwxr-x--x
index.html
131
B
-rwxr-x--x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : error_exception.php
<?php defined('BASEPATH') OR exit('No direct script access allowed'); ?> <div style="border:1px solid #990000;padding-left:20px;margin:0 0 10px 0;"> <h4>An uncaught Exception was encountered</h4> <p>Type: <?php echo get_class($exception); ?></p> <p>Message: <?php echo $message; ?></p> <p>Filename: <?php echo $exception->getFile(); ?></p> <p>Line Number: <?php echo $exception->getLine(); ?></p> <?php if (defined('SHOW_DEBUG_BACKTRACE') && SHOW_DEBUG_BACKTRACE === TRUE): ?> <p>Backtrace:</p> <?php foreach ($exception->getTrace() as $error): ?> <?php if (isset($error['file']) && strpos($error['file'], realpath(BASEPATH)) !== 0): ?> <p style="margin-left:10px"> File: <?php echo $error['file']; ?><br /> Line: <?php echo $error['line']; ?><br /> Function: <?php echo $error['function']; ?> </p> <?php endif ?> <?php endforeach ?> <?php endif ?> </div>
Close