Kernel : Linux vmw02p.internet-indee.net 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Tue Nov 16 14:42:35 UTC 2021 x86_64
Disable function : NONE
Safe mode : OFF
Host : firofichi.it | Server ip : 5.196.164.15 | Your ip : 18.117.137.117 | Time @ Server : 19 Oct 2024 04:06:00
MySQL : OFF | MSSQL : OFF | cURL : ON | Oracle : OFF | wget : ON | Perl : ON

/home/webmaster/firofichi/www/vendor/vertex/sdk/

HOME about upload exec mass file domain root vuln newfile newfolder kill me

File Path : /home/webmaster/firofichi/www/vendor/vertex/sdk/composer.json

{ "name": "vertex/sdk", "description": "Tools for communicating with Vertex Cloud and Vertex O-Series", "type": "library", "license": "proprietary", "version": "1.2.2", "require": { "php": "^5.4|^7", "ext-soap": "*", "ext-openssl": "*", "ext-mbstring": "*" }, "autoload": { "psr-4": { "Vertex\\": "src/" } }, "autoload-dev": { "psr-4": { "Vertex\\Test\\": "tests/" } }, "require-dev": { "php": "^7.1", "squizlabs/php_codesniffer": "^3.3", "phpunit/phpunit": "^7.2", "phpmd/phpmd": "^2.6" }, "scripts": { "test": [ "@test:phpcs", "@test:phpmd", "@test:unit", "@test:integration" ], "test:phpcs": [ "phpcs --standard=PSR2 src/" ], "test:phpmd": [ "phpmd . text tests/phpmd-ruleset.xml --exclude vendor" ], "test:unit": [ "phpunit tests/Unit" ], "test:integration": [ "phpunit tests/Integration" ] }, "archive": { "exclude": [ "tests/", ".gitignore" ] } }