Linux localhost 5.4.0-198-generic #218-Ubuntu SMP Fri Sep 27 20:18:53 UTC 2024 x86_64
Apache/2.4.41 (Ubuntu)
: 23.92.16.63 | : 172.70.111.33
Cant Read [ /etc/named.conf ]
8.1.5
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
/
var /
www /
thecigaretteboxes.com /
[ 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
.editorconfig
220
B
-rwxr-xr-x
.env
1.14
KB
-rw-r--r--
.gitattributes
111
B
-rwxr-xr-x
.gitignore
210
B
-rwxr-xr-x
.htaccess
4.98
KB
-rwxr-xr-x
.styleci.yml
181
B
-rwxr-xr-x
README.md
3.72
KB
-rwxr-xr-x
adminer.php
356.21
KB
-rw-r--r--
artisan
1.65
KB
-rwxr-xr-x
cigarette_boxes_move.sql
91.99
KB
-rw-r--r--
composer.json
1.74
KB
-rwxr-xr-x
composer.lock
290.72
KB
-rw-r--r--
index.html-bk
195
B
-rw-r--r--
index.php
924
B
-rwxr-xr-x
package.json
473
B
-rwxr-xr-x
phpunit.xml
1.17
KB
-rwxr-xr-x
robots.txt
172
B
-rw-r--r--
server.php
563
B
-rwxr-xr-x
sitemap.xml
6.98
KB
-rwxr-xr-x
webpack.mix.js
559
B
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : composer.json
{ "name": "laravel/laravel", "type": "project", "description": "The Laravel Framework.", "keywords": ["framework", "laravel"], "license": "MIT", "require": { "php": "^7.3|^8.0", "anhskohbo/no-captcha": "^3.3", "fideloper/proxy": "^4.4", "fruitcake/laravel-cors": "^2.0", "guzzlehttp/guzzle": "^7.0.1", "ipinfo/ipinfo": "^2.3", "laravel/framework": "^8.12", "laravel/tinker": "^2.5", "yajra/laravel-datatables-oracle": "^9.21", "yoeunes/toastr": "^1.2" }, "require-dev": { "facade/ignition": "^2.5", "fakerphp/faker": "^1.9.1", "laravel/sail": "^1.0.1", "mockery/mockery": "^1.4.2", "nunomaduro/collision": "^5.0", "phpunit/phpunit": "^9.3.3" }, "autoload": { "psr-4": { "App\\": "app/", "Database\\Factories\\": "database/factories/", "Database\\Seeders\\": "database/seeders/" } }, "autoload-dev": { "psr-4": { "Tests\\": "tests/" } }, "scripts": { "post-autoload-dump": [ "Illuminate\\Foundation\\ComposerScripts::postAutoloadDump", "@php artisan package:discover --ansi" ], "post-root-package-install": [ "@php -r \"file_exists('.env') || copy('.env.example', '.env');\"" ], "post-create-project-cmd": [ "@php artisan key:generate --ansi" ] }, "extra": { "laravel": { "dont-discover": [] } }, "config": { "optimize-autoloader": true, "preferred-install": "dist", "sort-packages": true }, "minimum-stability": "dev", "prefer-stable": true }
Close