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 /
json5 /
lib /
[ HOME SHELL ]
Name
Size
Permission
Action
cli.js
3.51
KB
-rw-rw-rw-
index.d.ts
103
B
-rw-rw-rw-
index.js
143
B
-rw-rw-rw-
parse.d.ts
533
B
-rw-rw-rw-
parse.js
21.88
KB
-rw-rw-rw-
register.js
374
B
-rw-rw-rw-
require.js
163
B
-rw-rw-rw-
stringify.d.ts
4.06
KB
-rw-rw-rw-
stringify.js
6.82
KB
-rw-rw-rw-
unicode.d.ts
124
B
-rw-rw-rw-
unicode.js
15.44
KB
-rw-rw-rw-
util.d.ts
292
B
-rw-rw-rw-
util.js
885
B
-rw-rw-rw-
Delete
Unzip
Zip
${this.title}
Close
Code Editor : parse.d.ts
/** * Parses a JSON5 string, constructing the JavaScript value or object described * by the string. * @template T The type of the return value. * @param text The string to parse as JSON5. * @param reviver A function that prescribes how the value originally produced * by parsing is transformed before being returned. * @returns The JavaScript value converted from the JSON5 string. */ declare function parse<T = any>( text: string, reviver?: ((this: any, key: string, value: any) => any) | null, ): T export = parse
Close