🐉 AGT-DragonShell v4.0

Advanced File Manager with WordPress Integration

Current path: opt/wp-cli-plugins/vendor/wp-cli/doctor-command/features/

⬆️ 🔙 Go Up: doctor-command

📄 Viewing: check-php-in-upload.feature

Feature: Check for presence of .php files in the uploads folder

  Scenario: Detect PHP files
    Given a WP install
    And a wp-content/uploads/malicious.php file:
      """
      <?php some_malicious_code(); ?>
      """

    When I run `wp doctor check php-in-upload`
    Then STDOUT should be a table containing rows:
      | name          | status  | message                                   |
      | php-in-upload | warning | PHP files detected in the Uploads folder. |

📂 File Manager

📤 Upload File


📁 Create Folder


🐉 AGT-DragonShell • v4.0 • Advanced File Management System