Linux server2.hpierson.com 3.10.0-1160.105.1.el7.x86_64 #1 SMP Thu Dec 7 15:39:45 UTC 2023 x86_64
Apache
: 162.0.216.123 | : 216.73.216.152
28 Domain
?7.4.33
yvffpqmy
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
/
opt /
cpanel /
ea-wappspector /
vendor /
rector /
rector /
[ HOME SHELL ]
Name
Size
Permission
Action
?;
bin
[ DIR ]
drwxr-xr-x
?;
config
[ DIR ]
drwxr-xr-x
?;
rules
[ DIR ]
drwxr-xr-x
?;
src
[ DIR ]
drwxr-xr-x
?;
stubs-rector
[ DIR ]
drwxr-xr-x
?;
templates
[ DIR ]
drwxr-xr-x
?;
vendor
[ DIR ]
drwxr-xr-x
LICENSE
1.1
KB
-rw-r--r--
README.md
6.11
KB
-rw-r--r--
bootstrap.php
800
B
-rw-r--r--
composer.json
754
B
-rw-r--r--
preload.php
30.31
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : composer.json
{ "name": "rector/rector", "description": "Instant Upgrade and Automated Refactoring of any PHP code", "license": "MIT", "keywords": ["dev", "refactoring", "automation", "migration"], "bin": [ "bin/rector" ], "require": { "php": "^7.2|^8.0", "phpstan/phpstan": "^1.12.5" }, "autoload": { "files": [ "bootstrap.php" ] }, "conflict": { "rector/rector-phpunit": "*", "rector/rector-symfony": "*", "rector/rector-doctrine": "*", "rector/rector-downgrade-php": "*" }, "minimum-stability": "dev", "prefer-stable": true, "suggest": { "ext-dom": "To manipulate phpunit.xml via the custom-rule command" } }
Close