Linux salto.nuvemidc.com 5.14.0-687.42.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Aug 27 11:55:12 EDT 2026 x86_64
LiteSpeed
: 177.73.233.61 | : 216.73.217.116
Cant Read [ /etc/named.conf ]
7.4.33
agenci18
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
share /
passenger /
node /
vendor-copy /
codify /
[ HOME SHELL ]
Name
Size
Permission
Action
codify.js
1017
B
-rw-r--r--
package.json
1.02
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : package.json
{ "author": { "name": "Andrew J. Stone", "email": "andrew.j.stone.1@bozuko.com" }, "name": "codify", "description": "Turn integers into base36 codes", "version": "0.3.0", "repository": { "type": "git", "url": "git://github.com/bozuko/codify.git" }, "main": "codify.js", "engines": { "node": "*" }, "dependencies": {}, "devDependencies": {}, "readme": "Codify lets you transform integers to base36 strings and vice versa. All strings use uppercase letters.\n\n## Example\n\n var codify = require('codify');\n var code = codify.toCode(10); // 'A'\n var testInt = codify.toInt(code); // 10\n\n // Zero Extend\n code = codify.toCode(0, 5); // '00000'", "readmeFilename": "README.md", "bugs": { "url": "https://github.com/bozuko/codify/issues" }, "homepage": "https://github.com/bozuko/codify", "_id": "codify@0.3.0", "_shasum": "5489ce3b1c087fab99536d25afbb4b14e4d762f1", "_from": "codify@^0.3.0", "_resolved": "https://registry.npmjs.org/codify/-/codify-0.3.0.tgz" }
Close