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
/
var /
www /
html /
quiz1 /
node_modules /
deep-equal /
[ HOME SHELL ]
Name
Size
Permission
Action
example
[ DIR ]
dr-xr-xr-x
test
[ DIR ]
dr-xr-xr-x
.editorconfig
286
B
-rw-rw-rw-
.eslintrc
781
B
-rw-rw-rw-
.nycrc
270
B
-rw-rw-rw-
CHANGELOG.md
36.73
KB
-rw-rw-rw-
LICENSE
1.11
KB
-rw-rw-rw-
assert.js
51
B
-rw-rw-rw-
index.js
13.02
KB
-rw-rw-rw-
package.json
3.21
KB
-rw-rw-rw-
readme.markdown
2.28
KB
-rw-rw-rw-
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