Linux cesa-www-main 6.1.0-49-cloud-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.174-1 (2026-05-26) x86_64
Apache/2.4.68 (Debian)
Server IP : 10.218.0.2 & Your IP : 216.73.216.28
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
www /
cesa.co.za /
sipdm.cesa.co.za /
mnet /
Delete
Unzip
Name
Size
Permission
Date
Action
service
[ DIR ]
drwxr-sr-x
2017-06-22 15:18
tests
[ DIR ]
drwxr-sr-x
2017-06-22 15:29
xmlrpc
[ DIR ]
drwxr-sr-x
2017-06-22 15:29
environment.php
6.09
KB
-rw-r--r--
2017-06-22 15:29
lib.php
33.23
KB
-rw-r--r--
2017-06-22 15:29
peer.php
10.68
KB
-rw-r--r--
2017-06-22 15:29
publickey.php
501
B
-rw-r--r--
2017-06-22 15:29
remote_client.php
3.05
KB
-rw-r--r--
2017-06-22 15:29
Save
Rename
<?php /** * Print this server's public key and exit * * @author Donal McMullan donal@catalyst.net.nz * @version 0.0.1 * @license http://www.gnu.org/copyleft/gpl.html GNU Public License * @package mnet */ require_once(__DIR__ . '/../config.php'); require_once $CFG->dirroot.'/mnet/lib.php'; if ($CFG->mnet_dispatcher_mode === 'off') { print_error('mnetdisabled', 'mnet'); } header("Content-type: text/plain; charset=utf-8"); $keypair = mnet_get_keypair(); echo $keypair['certificate'];