Linux websever 5.15.0-153-generic #163-Ubuntu SMP Thu Aug 7 16:37:18 UTC 2025 x86_64
Apache/2.4.52 (Ubuntu)
: 192.168.3.70 | : 192.168.1.99
Cant Read [ /etc/named.conf ]
8.1.2-1ubuntu2.23
urlab
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 /
events /
node_modules /
@types /
node /
[ HOME SHELL ]
Name
Size
Permission
Action
assert
[ DIR ]
drwxrwxr-x
dns
[ DIR ]
drwxrwxr-x
fs
[ DIR ]
drwxrwxr-x
readline
[ DIR ]
drwxrwxr-x
stream
[ DIR ]
drwxrwxr-x
timers
[ DIR ]
drwxrwxr-x
ts4.8
[ DIR ]
drwxrwxr-x
LICENSE
1.11
KB
-rw-rw-r--
README.md
2.27
KB
-rw-rw-r--
assert.d.ts
40.67
KB
-rw-rw-r--
async_hooks.d.ts
22.21
KB
-rw-rw-r--
buffer.d.ts
104.77
KB
-rw-rw-r--
child_process.d.ts
67.57
KB
-rw-rw-r--
cluster.d.ts
20.36
KB
-rw-rw-r--
console.d.ts
18.04
KB
-rw-rw-r--
constants.d.ts
623
B
-rw-rw-r--
crypto.d.ts
186.28
KB
-rw-rw-r--
dgram.d.ts
27.11
KB
-rw-rw-r--
diagnostics_channel.d.ts
22.62
KB
-rw-rw-r--
dns.d.ts
30.51
KB
-rw-rw-r--
dom-events.d.ts
5.61
KB
-rw-rw-r--
domain.d.ts
7.64
KB
-rw-rw-r--
events.d.ts
39.98
KB
-rw-rw-r--
fs.d.ts
182.76
KB
-rw-rw-r--
globals.d.ts
13.96
KB
-rw-rw-r--
globals.global.d.ts
39
B
-rw-rw-r--
http.d.ts
82.29
KB
-rw-rw-r--
http2.d.ts
114.11
KB
-rw-rw-r--
https.d.ts
24.31
KB
-rw-rw-r--
index.d.ts
3.65
KB
-rw-rw-r--
inspector.d.ts
122.42
KB
-rw-rw-r--
module.d.ts
13.46
KB
-rw-rw-r--
net.d.ts
42.28
KB
-rw-rw-r--
os.d.ts
17.65
KB
-rw-rw-r--
package.json
6.62
KB
-rw-rw-r--
path.d.ts
7.57
KB
-rw-rw-r--
perf_hooks.d.ts
23.93
KB
-rw-rw-r--
process.d.ts
74.43
KB
-rw-rw-r--
punycode.d.ts
5.35
KB
-rw-rw-r--
querystring.d.ts
6.49
KB
-rw-rw-r--
readline.d.ts
22.44
KB
-rw-rw-r--
repl.d.ts
19.08
KB
-rw-rw-r--
stream.d.ts
80.72
KB
-rw-rw-r--
string_decoder.d.ts
2.78
KB
-rw-rw-r--
test.d.ts
58.43
KB
-rw-rw-r--
timers.d.ts
11.99
KB
-rw-rw-r--
tls.d.ts
55.52
KB
-rw-rw-r--
trace_events.d.ts
7.74
KB
-rw-rw-r--
tty.d.ts
9.82
KB
-rw-rw-r--
url.d.ts
40.17
KB
-rw-rw-r--
util.d.ts
83.38
KB
-rw-rw-r--
v8.d.ts
31.46
KB
-rw-rw-r--
vm.d.ts
38.17
KB
-rw-rw-r--
wasi.d.ts
7.65
KB
-rw-rw-r--
worker_threads.d.ts
33.17
KB
-rw-rw-r--
zlib.d.ts
19.09
KB
-rw-rw-r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : punycode.d.ts
/** * **The version of the punycode module bundled in Node.js is being deprecated.**In a future major version of Node.js this module will be removed. Users * currently depending on the `punycode` module should switch to using the * userland-provided [Punycode.js](https://github.com/bestiejs/punycode.js) module instead. For punycode-based URL * encoding, see `url.domainToASCII` or, more generally, the `WHATWG URL API`. * * The `punycode` module is a bundled version of the [Punycode.js](https://github.com/bestiejs/punycode.js) module. It * can be accessed using: * * ```js * const punycode = require('punycode'); * ``` * * [Punycode](https://tools.ietf.org/html/rfc3492) is a character encoding scheme defined by RFC 3492 that is * primarily intended for use in Internationalized Domain Names. Because host * names in URLs are limited to ASCII characters only, Domain Names that contain * non-ASCII characters must be converted into ASCII using the Punycode scheme. * For instance, the Japanese character that translates into the English word,`'example'` is `'例'`. The Internationalized Domain Name, `'例.com'` (equivalent * to `'example.com'`) is represented by Punycode as the ASCII string`'xn--fsq.com'`. * * The `punycode` module provides a simple implementation of the Punycode standard. * * The `punycode` module is a third-party dependency used by Node.js and * made available to developers as a convenience. Fixes or other modifications to * the module must be directed to the [Punycode.js](https://github.com/bestiejs/punycode.js) project. * @deprecated Since v7.0.0 - Deprecated * @see [source](https://github.com/nodejs/node/blob/v20.2.0/lib/punycode.js) */ declare module "punycode" { /** * The `punycode.decode()` method converts a [Punycode](https://tools.ietf.org/html/rfc3492) string of ASCII-only * characters to the equivalent string of Unicode codepoints. * * ```js * punycode.decode('maana-pta'); // 'mañana' * punycode.decode('--dqo34k'); // '☃-⌘' * ``` * @since v0.5.1 */ function decode(string: string): string; /** * The `punycode.encode()` method converts a string of Unicode codepoints to a [Punycode](https://tools.ietf.org/html/rfc3492) string of ASCII-only characters. * * ```js * punycode.encode('mañana'); // 'maana-pta' * punycode.encode('☃-⌘'); // '--dqo34k' * ``` * @since v0.5.1 */ function encode(string: string): string; /** * The `punycode.toUnicode()` method converts a string representing a domain name * containing [Punycode](https://tools.ietf.org/html/rfc3492) encoded characters into Unicode. Only the [Punycode](https://tools.ietf.org/html/rfc3492) encoded parts of the domain name are be * converted. * * ```js * // decode domain names * punycode.toUnicode('xn--maana-pta.com'); // 'mañana.com' * punycode.toUnicode('xn----dqo34k.com'); // '☃-⌘.com' * punycode.toUnicode('example.com'); // 'example.com' * ``` * @since v0.6.1 */ function toUnicode(domain: string): string; /** * The `punycode.toASCII()` method converts a Unicode string representing an * Internationalized Domain Name to [Punycode](https://tools.ietf.org/html/rfc3492). Only the non-ASCII parts of the * domain name will be converted. Calling `punycode.toASCII()` on a string that * already only contains ASCII characters will have no effect. * * ```js * // encode domain names * punycode.toASCII('mañana.com'); // 'xn--maana-pta.com' * punycode.toASCII('☃-⌘.com'); // 'xn----dqo34k.com' * punycode.toASCII('example.com'); // 'example.com' * ``` * @since v0.6.1 */ function toASCII(domain: string): string; /** * @deprecated since v7.0.0 * The version of the punycode module bundled in Node.js is being deprecated. * In a future major version of Node.js this module will be removed. * Users currently depending on the punycode module should switch to using * the userland-provided Punycode.js module instead. */ const ucs2: ucs2; interface ucs2 { /** * @deprecated since v7.0.0 * The version of the punycode module bundled in Node.js is being deprecated. * In a future major version of Node.js this module will be removed. * Users currently depending on the punycode module should switch to using * the userland-provided Punycode.js module instead. */ decode(string: string): number[]; /** * @deprecated since v7.0.0 * The version of the punycode module bundled in Node.js is being deprecated. * In a future major version of Node.js this module will be removed. * Users currently depending on the punycode module should switch to using * the userland-provided Punycode.js module instead. */ encode(codePoints: readonly number[]): string; } /** * @deprecated since v7.0.0 * The version of the punycode module bundled in Node.js is being deprecated. * In a future major version of Node.js this module will be removed. * Users currently depending on the punycode module should switch to using * the userland-provided Punycode.js module instead. */ const version: string; } declare module "node:punycode" { export * from "punycode"; }
Close