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 /
wp-config-transformer /
[ HOME SHELL ]
Name
Size
Permission
Action
src
[ DIR ]
drwxr-xr-x
.actrc
129
B
-rw-r--r--
.editorconfig
591
B
-rw-r--r--
CONTRIBUTING.md
761
B
-rw-r--r--
LICENSE
1.13
KB
-rw-r--r--
README.md
6.78
KB
-rw-r--r--
composer.json
1.44
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : composer.json
{ "name": "wp-cli/wp-config-transformer", "description": "Programmatically edit a wp-config.php file.", "homepage": "https://github.com/wp-cli/wp-config-transformer", "type": "library", "license": "MIT", "authors": [ { "name": "Frankie Jarrett", "email": "fjarrett@gmail.com" } ], "config": { "process-timeout": 7200, "sort-packages": true, "allow-plugins": { "dealerdirect/phpcodesniffer-composer-installer": true, "johnpbloch/wordpress-core-installer": true } }, "require": { "php": "^5.6 || ^7.0 || ^8.0" }, "require-dev": { "wp-cli/wp-cli-tests": "^4.0" }, "autoload": { "files": [ "src/WPConfigTransformer.php" ] }, "minimum-stability": "dev", "prefer-stable": true, "scripts": { "behat": "run-behat-tests", "behat-rerun": "rerun-behat-tests", "lint": "run-linter-tests", "phpcs": "run-phpcs-tests", "phpcbf": "run-phpcbf-cleanup", "phpunit": "run-php-unit-tests", "prepare-tests": "install-package-tests", "test": [ "@lint", "@phpcs", "@phpunit", "@behat" ] }, "extra": { "branch-alias": { "dev-main": "1.x-dev" } }, "support": { "issues": "https://github.com/wp-cli/wp-config-transformer/issues" } }
Close