Linux server.nvwebsoft.co.in 3.10.0-1160.114.2.el7.x86_64 #1 SMP Wed Mar 20 15:54:52 UTC 2024 x86_64
Apache
: 162.240.12.249 | : 18.118.32.6
202 Domain
8.1.31
nbspublicschool
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 /
softaculous /
bolt /
[ HOME SHELL ]
Name
Size
Permission
Action
images
[ DIR ]
drwxr-xr-x
php53
[ DIR ]
drwxr-xr-x
php56
[ DIR ]
drwxr-xr-x
php71
[ DIR ]
drwxr-xr-x
php81
[ DIR ]
drwxr-xr-x
php82
[ DIR ]
drwxr-xr-x
.bolt.yml
83
B
-rw-r--r--
Notes.txt
1.72
KB
-rw-r--r--
changelog.txt
3.13
KB
-rw-r--r--
config.yml
20.62
KB
-rw-r--r--
contenttypes.yml
11.93
KB
-rw-r--r--
edit.php
3.73
KB
-rw-r--r--
edit.xml
433
B
-rw-r--r--
fileindex.php
61
B
-rw-r--r--
import.php
4.13
KB
-rw-r--r--
index.php
297
B
-rw-r--r--
info.xml
2.2
KB
-rw-r--r--
install.js
924
B
-rw-r--r--
install.php
16.68
KB
-rw-r--r--
install.xml
1.44
KB
-rw-r--r--
md5
4.61
KB
-rw-r--r--
menu.yml
672
B
-rw-r--r--
permissions.yml
8.32
KB
-rw-r--r--
routing.yml
3.42
KB
-rw-r--r--
taxonomy.yml
793
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : index.php
<?php /** @var Silex\Application|false $app */ $app = require '[[softdatadir]]/vendor/bolt/bolt/app/web.php'; // If we're running PHP's built-in webserver, `web.php` returns `false`, // meaning the path is a file. If so, we pass it along. if ($app === false) { return false; } $app->run();
Close