Linux unitednationsplay.com 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
nginx/1.20.1
Server IP : 188.130.139.92 & Your IP : 3.134.253.166
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
wb /
node_modules /
get-intrinsic /
Delete
Unzip
Name
Size
Permission
Date
Action
.github
[ DIR ]
drwxrwxr-x
2022-08-30 11:49
test
[ DIR ]
drwxrwxr-x
2022-08-30 11:49
.eslintignore
10
B
-rw-rw-r--
2022-08-30 11:49
.eslintrc
715
B
-rw-rw-r--
2022-08-30 11:49
.nycrc
216
B
-rw-rw-r--
2022-08-30 11:49
CHANGELOG.md
4.44
KB
-rw-rw-r--
2022-08-30 11:49
LICENSE
1.05
KB
-rw-rw-r--
2022-08-30 11:49
README.md
2.3
KB
-rw-rw-r--
2022-08-30 11:49
index.js
12.21
KB
-rw-rw-r--
2022-08-30 11:49
package.json
1.94
KB
-rw-rw-r--
2022-08-30 11:49
Save
Rename
{ "root": true, "extends": "@ljharb", "env": { "es6": true, "es2017": true, "es2020": true, "es2021": true, }, "globals": { "AggregateError": false, }, "rules": { "array-bracket-newline": 0, "array-element-newline": 0, "complexity": 0, "eqeqeq": [2, "allow-null"], "func-name-matching": 0, "id-length": 0, "max-lines-per-function": [2, 80], "max-params": [2, 4], "max-statements": 0, "max-statements-per-line": [2, { "max": 2 }], "multiline-comment-style": 0, "no-magic-numbers": 0, "operator-linebreak": [2, "before"], "sort-keys": 0, }, "overrides": [ { "files": "test/**", "rules": { "max-lines-per-function": 0, "new-cap": 0, }, }, ], }