Linux iad1-shared-b7-18 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
Apache
: 67.205.6.31 | : 216.73.216.47
Cant Read [ /etc/named.conf ]
8.2.29
fernandoquevedo
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
local /
wp /
vendor /
composer /
xdebug-handler /
[ HOME SHELL ]
Name
Size
Permission
Action
src
[ DIR ]
drwxr-xr-x
CHANGELOG.md
6.21
KB
-rw-r--r--
LICENSE
1.04
KB
-rw-r--r--
README.md
12.46
KB
-rw-r--r--
UPGRADE.md
1.31
KB
-rw-r--r--
composer.json
1.1
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : composer.json
{ "name": "composer/xdebug-handler", "description": "Restarts a process without Xdebug.", "type": "library", "license": "MIT", "keywords": [ "xdebug", "performance" ], "authors": [ { "name": "John Stevenson", "email": "john-stevenson@blueyonder.co.uk" } ], "support": { "irc": "irc://irc.freenode.org/composer", "issues": "https://github.com/composer/xdebug-handler/issues" }, "require": { "php": "^5.3.2 || ^7.0 || ^8.0", "psr/log": "^1 || ^2 || ^3", "composer/pcre": "^1" }, "require-dev": { "symfony/phpunit-bridge": "^4.2 || ^5.0 || ^6.0", "phpstan/phpstan": "^1.0", "phpstan/phpstan-strict-rules": "^1.1" }, "autoload": { "psr-4": { "Composer\\XdebugHandler\\": "src" } }, "autoload-dev": { "psr-4": { "Composer\\XdebugHandler\\Tests\\": "tests" } }, "scripts": { "test": "vendor/bin/simple-phpunit", "phpstan": "vendor/bin/phpstan analyse" } }
Close