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 /
colorette /
[ HOME SHELL ]
Name
Size
Permission
Action
LICENSE.md
1.05
KB
-rw-r--r--
README.md
4.1
KB
-rw-r--r--
index.cjs
5.09
KB
-rw-r--r--
index.d.ts
2
KB
-rw-r--r--
index.js
3.24
KB
-rw-r--r--
package.json
991
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : package.json
{ "name": "colorette", "version": "2.0.16", "type": "module", "main": "index.cjs", "module": "index.js", "types": "index.d.ts", "description": "🌈Easily set your terminal text color & styles.", "repository": "jorgebucaran/colorette", "license": "MIT", "exports": { "./package.json": "./package.json", ".": { "require": "./index.cjs", "import": "./index.js" } }, "files": [ "*.*(c)[tj]s*" ], "author": "Jorge Bucaran", "keywords": [ "terminal", "styles", "color", "ansi" ], "scripts": { "test": "c8 twist tests/*.js", "build": "npx rollup --format cjs --input index.js --file index.cjs", "deploy": "npm test && git commit --all --message $tag && git tag --sign $tag --message $tag && git push && git push --tags", "release": "tag=$npm_package_version npm run deploy && npm publish --access public", "prepare": "npm run build" }, "devDependencies": { "c8": "*", "twist": "*" } }
Close