Linux aries.aptans.com 4.18.0-348.20.1.lve.1.el8.x86_64 #1 SMP Wed Mar 16 08:45:39 EDT 2022 x86_64
Apache
: 135.181.142.107 | : 172.69.7.46
Cant Read [ /etc/named.conf ]
7.4.33
aja
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
README
+ Create Folder
+ Create File
/
home /
aja /
public_html /
ead.aptans /
admin /
mnet /
[ HOME SHELL ]
Name
Size
Permission
Action
access_control.php
8.61
KB
-rw-rw-r--
delete.php
2.08
KB
-rw-r--r--
index.php
4.92
KB
-rw-rw-r--
peer_forms.php
8.44
KB
-rw-r--r--
peers.php
10.21
KB
-rw-rw-r--
profilefields.php
3.05
KB
-rw-r--r--
profilefields_form.php
2.82
KB
-rw-r--r--
services.php
3.32
KB
-rw-r--r--
services_form.php
3.01
KB
-rw-r--r--
tabs.php
1.93
KB
-rw-rw-r--
testclient.php
7.61
KB
-rw-r--r--
trustedhosts.html
2.21
KB
-rw-rw-r--
trustedhosts.php
1.97
KB
-rw-r--r--
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