Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64
Apache
: 172.26.7.228 | : 18.188.190.212
Cant Read [ /etc/named.conf ]
5.6.40-24+ubuntu18.04.1+deb.sury.org+1
www-data
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
var /
www /
html /
univadmin /
mpdf_old /
[ HOME SHELL ]
Name
Size
Permission
Action
.github
[ DIR ]
drwxrwxr-x
data
[ DIR ]
drwxrwxr-x
src
[ DIR ]
drwxrwxr-x
tmp
[ DIR ]
drwxrwxr-x
ttfonts
[ DIR ]
drwxrwxr-x
.DS_Store
6
KB
-rw-rw-r--
.gitignore
23
B
-rw-rw-r--
CHANGELOG.md
37.49
KB
-rw-rw-r--
CREDITS.txt
4.72
KB
-rw-rw-r--
LICENSE.txt
14.86
KB
-rw-rw-r--
README.md
4.54
KB
-rw-rw-r--
composer.json
1.63
KB
-rw-rw-r--
phpunit.xml
337
B
-rw-rw-r--
ruleset.xml
1.83
KB
-rw-rw-r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : ruleset.xml
<?xml version="1.0"?> <ruleset name="PSR2Tabs"> <description>PSR2 with tabs instead of spaces.</description> <arg name="tab-width" value="4" /> <rule ref="PSR2"> <exclude name="Generic.Commenting.DocComment" /> <exclude name="Generic.Files.LineLength.TooLong" /> <exclude name="Generic.Files.LineLength.MaxExceeded" /> <exclude name="Generic.NamingConventions.UpperCaseConstantName.ClassConstantNotUpperCase)" /> <exclude name="Generic.WhiteSpace.DisallowTabIndent" /> <exclude name="PSR1.Files.SideEffects.FoundWithSymbols" /> <exclude name="PSR1.Methods.CamelCapsMethodName.NotCamelCaps" /> <exclude name="PSR2.Classes.ClassDeclaration.CloseBraceAfterBody" /> <exclude name="PSR2.Classes.PropertyDeclaration.ScopeMissing" /> <exclude name="PSR2.Classes.PropertyDeclaration.Underscore" /> <exclude name="PSR2.Classes.PropertyDeclaration.VarUsed" /> <exclude name="PSR2.ControlStructures.SwitchDeclaration.BodyOnNextLineCASE" /> <exclude name="PSR2.Methods.MethodDeclaration.Underscore" /> <exclude name="Squiz.ControlStructures.ControlSignature.SpaceAfterCloseBrace" /> <exclude name="Squiz.Scope.MethodScope.Missing" /> <exclude name="Squiz.WhiteSpace.ControlStructureSpacing.SpacingAfterOpen" /> <exclude name="Squiz.WhiteSpace.ControlStructureSpacing.SpacingBeforeClose" /> </rule> <rule ref="Generic.Formatting.SpaceAfterCast"> <properties> <property name="spacing" value="1" /> </properties> </rule> <rule ref="Generic.WhiteSpace.DisallowSpaceIndent" /> <rule ref="Generic.WhiteSpace.ScopeIndent"> <properties> <property name="indent" value="4" /> <property name="tabIndent" value="true" /> </properties> </rule> </ruleset>
Close