403Webshell
Server IP : 89.108.64.180  /  Your IP : 216.73.217.95
Web Server : Apache/2.4.41 (Ubuntu)
System : Linux 89-108-64-180.cloudvps.regruhosting.ru 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
User : www-root ( 1010)
PHP Version : 8.0.30
Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /var/www/www-root/data/www/imperial28.ru/wp-content/plugins/clone-guard/views/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/www-root/data/www/imperial28.ru/wp-content/plugins/clone-guard/views/admin_report_view.php
<div class="cgss-reports-view-page">

    <div class="cgss-head">

        <div class="cgss-head-inside">
            <img class="cgss-head-logo" src="<?php echo esc_url( plugins_url( '../img/clone-guard-icon.png', __FILE__ ) ); ?>" alt="Logo" />
            <span class="cgss-head-text">
                <h1 class="cgss-head-title">CloneGuard Security Scanning</h1>
                <a href="https://www.clone-systems.com/" target="_blank" class="cgss-head-subtitle">By Clone Systems, Inc.</a>
            </span>
        </div>

    </div>

    <div class="cgss_main">

        <h1>View Report</h1>

        <div id="ajax_message"></div>

        <div id="poststuff">
            <form id="post-body" class="metabox-holder columns-2 ajax_form" action="admin-ajax.php" method="POST" style="margin:0">
                <?php wp_nonce_field($action); ?>
                <input name="action" type="hidden" value="<?php echo esc_attr($action); ?>" />
                <input name="key" type="hidden" value="<?php echo esc_attr($key); ?>" />

                <div id="post-body-content">
                    <div class="stuffbox">
                        <div class="inside">
                            <fieldset>
                                <table class="form-table editcomment" role="presentation">
                                    <tbody>
                                        <tr>
                                            <td class="first"><label for="date"><?php esc_html_e('Date', 'cgss'); ?></label></td>
                                            <td><?php echo esc_html($report['date']); ?></td>
                                        </tr>

                                        <tr>
                                            <td class="first"><label for="quarter"><?php esc_html_e('Quarter', 'cgss'); ?></label></td>
                                            <td><?php echo esc_html($report['quarter']); ?></td>
                                        </tr>
                                        <tr>
                                            <td class="first"><label for="scan_name"><?php esc_html_e('Scan Name', 'cgss'); ?></label></td>
                                            <td><?php echo esc_html($report['scan_name']); ?></td>
                                        </tr>
                                        <tr>
                                            <td class="first"><label for="display_vulnerabilities"><?php esc_html_e('Vulnerabilities', 'cgss'); ?></label></td>
                                            <td><?php echo esc_html($report['display_vulnerabilities']); ?></td>
                                        </tr>
                                        <tr>
                                            <td class="first"><label for="display_compliance"><?php esc_html_e('Compliance', 'cgss'); ?></label></td>
  					    <td><?php echo $report['display_compliance']; ?></td>
                                        </tr>

                                        <tr>
                                            <td class="first"><label for="attestation"><?php esc_html_e('Attestation File', 'cgss'); ?></label></td>
                                            <td class="<?php echo $report['attestation_status']; ?>" data-action="<?php echo esc_attr($this->key_ . 'report_download'); ?>" data-id="<?php echo esc_attr($report['id']); ?>" data-type="attestation" data-nonce="<?php echo esc_attr($nonce_report_download); ?>">
                                                <button class="button generate">Generate</button>
                                                <button class="button download">Download</button>
                                                <button class="button regenerate">Regenerate</button>
                                                <span class="spinner inline"></span>
                                            </td>
                                        </tr>

                                        <tr>
                                            <td class="first"><label for="executive"><?php esc_html_e('Executive File', 'cgss'); ?></label></td>
                                            <td class="<?php echo $report['executive_status']; ?>" data-action="<?php echo esc_attr($this->key_ . 'report_download'); ?>" data-id="<?php echo esc_attr($report['id']); ?>" data-type="executive" data-nonce="<?php echo esc_attr($nonce_report_download); ?>">
                                                <button class="button generate">Generate</button>
                                                <button class="button download">Download</button>
                                                <button class="button regenerate">Regenerate</button>
                                                <span class="spinner inline"></span>
                                            </td>
                                        </tr>

                                        <tr>
                                            <td class="first"><label for="detailed"><?php esc_html_e('Detailed File', 'cgss'); ?></label></td>
                                            <td class="<?php echo $report['detailed_status']; ?>" data-action="<?php echo esc_attr($this->key_ . 'report_download'); ?>" data-id="<?php echo esc_attr($report['id']); ?>" data-type="detailed" data-nonce="<?php echo esc_attr($nonce_report_download); ?>">
                                                <button class="button generate">Generate</button>
                                                <button class="button download">Download</button>
                                                <button class="button regenerate">Regenerate</button>
                                                <span class="spinner inline"></span>
                                            </td>
                                        </tr>

                                        <tr>
                                            <td class="first"><label for="remediation"><?php esc_html_e('Remediation File', 'cgss'); ?></label></td>
                                            <td class="<?php echo $report['remediation_status']; ?>" data-action="<?php echo esc_attr($this->key_ . 'report_download'); ?>" data-id="<?php echo esc_attr($report['id']); ?>" data-type="remediation" data-nonce="<?php echo esc_attr($nonce_report_download); ?>">
                                                <button class="button generate">Generate</button>
                                                <button class="button download">Download</button>
                                                <button class="button regenerate">Regenerate</button>
                                                <span class="spinner inline"></span>
                                            </td>
                                        </tr>

                                        <tr>
                                            <td class="first"><label for="feedback"><?php esc_html_e('Feedback File', 'cgss'); ?></label></td>
                                            <td class="<?php echo $report['feedback_status']; ?>" data-action="<?php echo esc_attr($this->key_ . 'report_download'); ?>" data-id="<?php echo esc_attr($report['id']); ?>" data-type="feedback" data-nonce="<?php echo esc_attr($nonce_report_download); ?>">
                                                <a href="<?php echo esc_url($this->feedback_url); ?>" class="button" target="_blank">Download</a>
                                            </td>
                                        </tr>
                                    </tbody>
                                </table>
                            </fieldset>
                        </div>
                    </div>

                </div><!-- /post-body-content -->
                
            </form><!-- /post-body -->
        </div>
        
    </div>

</div>

Youez - 2016 - github.com/yon3zu
LinuXploit