Linux unitednationsplay.com 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
nginx/1.20.1
Server IP : 188.130.139.92 & Your IP : 18.188.39.197
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
wb /
node_modules /
@types /
node /
Delete
Unzip
Name
Size
Permission
Date
Action
assert
[ DIR ]
drwxrwxr-x
2022-08-30 11:49
dns
[ DIR ]
drwxrwxr-x
2022-08-30 11:49
fs
[ DIR ]
drwxrwxr-x
2022-08-30 11:49
stream
[ DIR ]
drwxrwxr-x
2022-08-30 11:49
timers
[ DIR ]
drwxrwxr-x
2022-08-30 11:49
LICENSE
1.11
KB
-rwxrwxr-x
2022-08-30 11:49
README.md
2.38
KB
-rwxrwxr-x
2022-08-30 11:49
assert.d.ts
37.66
KB
-rwxrwxr-x
2022-08-30 11:49
async_hooks.d.ts
20.44
KB
-rwxrwxr-x
2022-08-30 11:49
buffer.d.ts
99.78
KB
-rwxrwxr-x
2022-08-30 11:49
child_process.d.ts
64.57
KB
-rwxrwxr-x
2022-08-30 11:49
cluster.d.ts
20.06
KB
-rwxrwxr-x
2022-08-30 11:49
console.d.ts
17.9
KB
-rwxrwxr-x
2022-08-30 11:49
constants.d.ts
613
B
-rwxrwxr-x
2022-08-30 11:49
crypto.d.ts
147.71
KB
-rwxrwxr-x
2022-08-30 11:49
dgram.d.ts
26.11
KB
-rwxrwxr-x
2022-08-30 11:49
diagnostics_channel.d.ts
5.18
KB
-rwxrwxr-x
2022-08-30 11:49
dns.d.ts
29
KB
-rwxrwxr-x
2022-08-30 11:49
domain.d.ts
7.62
KB
-rwxrwxr-x
2022-08-30 11:49
events.d.ts
28.38
KB
-rwxrwxr-x
2022-08-30 11:49
fs.d.ts
171.67
KB
-rwxrwxr-x
2022-08-30 11:49
globals.d.ts
8.83
KB
-rwxrwxr-x
2022-08-30 11:49
globals.global.d.ts
39
B
-rwxrwxr-x
2022-08-30 11:49
http.d.ts
62.86
KB
-rwxrwxr-x
2022-08-30 11:49
http2.d.ts
109.71
KB
-rwxrwxr-x
2022-08-30 11:49
https.d.ts
20.87
KB
-rwxrwxr-x
2022-08-30 11:49
index.d.ts
6.18
KB
-rwxrwxr-x
2022-08-30 11:49
inspector.d.ts
122.48
KB
-rwxrwxr-x
2022-08-30 11:49
module.d.ts
3.99
KB
-rwxrwxr-x
2022-08-30 11:49
net.d.ts
35.37
KB
-rwxrwxr-x
2022-08-30 11:49
os.d.ts
16.28
KB
-rwxrwxr-x
2022-08-30 11:49
package.json
6.48
KB
-rwxrwxr-x
2022-08-30 11:49
path.d.ts
6.9
KB
-rwxrwxr-x
2022-08-30 11:49
perf_hooks.d.ts
20.54
KB
-rwxrwxr-x
2022-08-30 11:49
process.d.ts
71.21
KB
-rwxrwxr-x
2022-08-30 11:49
punycode.d.ts
5.35
KB
-rwxrwxr-x
2022-08-30 11:49
querystring.d.ts
6.33
KB
-rwxrwxr-x
2022-08-30 11:49
readline.d.ts
25.87
KB
-rwxrwxr-x
2022-08-30 11:49
repl.d.ts
19.01
KB
-rwxrwxr-x
2022-08-30 11:49
stream.d.ts
62.3
KB
-rwxrwxr-x
2022-08-30 11:49
string_decoder.d.ts
2.75
KB
-rwxrwxr-x
2022-08-30 11:49
timers.d.ts
4.43
KB
-rwxrwxr-x
2022-08-30 11:49
tls.d.ts
49.58
KB
-rwxrwxr-x
2022-08-30 11:49
trace_events.d.ts
6.62
KB
-rwxrwxr-x
2022-08-30 11:49
tty.d.ts
9.62
KB
-rwxrwxr-x
2022-08-30 11:49
url.d.ts
38.38
KB
-rwxrwxr-x
2022-08-30 11:49
util.d.ts
62.79
KB
-rwxrwxr-x
2022-08-30 11:49
v8.d.ts
14.91
KB
-rwxrwxr-x
2022-08-30 11:49
vm.d.ts
20.48
KB
-rwxrwxr-x
2022-08-30 11:49
wasi.d.ts
6.89
KB
-rwxrwxr-x
2022-08-30 11:49
worker_threads.d.ts
31.48
KB
-rwxrwxr-x
2022-08-30 11:49
zlib.d.ts
19.06
KB
-rwxrwxr-x
2022-08-30 11:49
Save
Rename
declare module 'path/posix' { import path = require('path'); export = path; } declare module 'path/win32' { import path = require('path'); export = path; } /** * The `path` module provides utilities for working with file and directory paths. * It can be accessed using: * * ```js * const path = require('path'); * ``` * @see [source](https://github.com/nodejs/node/blob/v17.0.0/lib/path.js) */ declare module 'path' { namespace path { /** * A parsed path object generated by path.parse() or consumed by path.format(). */ interface ParsedPath { /** * The root of the path such as '/' or 'c:\' */ root: string; /** * The full directory path such as '/home/user/dir' or 'c:\path\dir' */ dir: string; /** * The file name including extension (if any) such as 'index.html' */ base: string; /** * The file extension (if any) such as '.html' */ ext: string; /** * The file name without extension (if any) such as 'index' */ name: string; } interface FormatInputPathObject { /** * The root of the path such as '/' or 'c:\' */ root?: string | undefined; /** * The full directory path such as '/home/user/dir' or 'c:\path\dir' */ dir?: string | undefined; /** * The file name including extension (if any) such as 'index.html' */ base?: string | undefined; /** * The file extension (if any) such as '.html' */ ext?: string | undefined; /** * The file name without extension (if any) such as 'index' */ name?: string | undefined; } interface PlatformPath { /** * Normalize a string path, reducing '..' and '.' parts. * When multiple slashes are found, they're replaced by a single one; when the path contains a trailing slash, it is preserved. On Windows backslashes are used. * * @param p string path to normalize. */ normalize(p: string): string; /** * Join all arguments together and normalize the resulting path. * Arguments must be strings. In v0.8, non-string arguments were silently ignored. In v0.10 and up, an exception is thrown. * * @param paths paths to join. */ join(...paths: string[]): string; /** * The right-most parameter is considered {to}. Other parameters are considered an array of {from}. * * Starting from leftmost {from} parameter, resolves {to} to an absolute path. * * If {to} isn't already absolute, {from} arguments are prepended in right to left order, * until an absolute path is found. If after using all {from} paths still no absolute path is found, * the current working directory is used as well. The resulting path is normalized, * and trailing slashes are removed unless the path gets resolved to the root directory. * * @param pathSegments string paths to join. Non-string arguments are ignored. */ resolve(...pathSegments: string[]): string; /** * Determines whether {path} is an absolute path. An absolute path will always resolve to the same location, regardless of the working directory. * * @param path path to test. */ isAbsolute(p: string): boolean; /** * Solve the relative path from {from} to {to}. * At times we have two absolute paths, and we need to derive the relative path from one to the other. This is actually the reverse transform of path.resolve. */ relative(from: string, to: string): string; /** * Return the directory name of a path. Similar to the Unix dirname command. * * @param p the path to evaluate. */ dirname(p: string): string; /** * Return the last portion of a path. Similar to the Unix basename command. * Often used to extract the file name from a fully qualified path. * * @param p the path to evaluate. * @param ext optionally, an extension to remove from the result. */ basename(p: string, ext?: string): string; /** * Return the extension of the path, from the last '.' to end of string in the last portion of the path. * If there is no '.' in the last portion of the path or the first character of it is '.', then it returns an empty string * * @param p the path to evaluate. */ extname(p: string): string; /** * The platform-specific file separator. '\\' or '/'. */ readonly sep: string; /** * The platform-specific file delimiter. ';' or ':'. */ readonly delimiter: string; /** * Returns an object from a path string - the opposite of format(). * * @param pathString path to evaluate. */ parse(p: string): ParsedPath; /** * Returns a path string from an object - the opposite of parse(). * * @param pathString path to evaluate. */ format(pP: FormatInputPathObject): string; /** * On Windows systems only, returns an equivalent namespace-prefixed path for the given path. * If path is not a string, path will be returned without modifications. * This method is meaningful only on Windows system. * On POSIX systems, the method is non-operational and always returns path without modifications. */ toNamespacedPath(path: string): string; /** * Posix specific pathing. * Same as parent object on posix. */ readonly posix: PlatformPath; /** * Windows specific pathing. * Same as parent object on windows */ readonly win32: PlatformPath; } } const path: path.PlatformPath; export = path; } declare module 'node:path' { import path = require('path'); export = path; } declare module 'node:path/posix' { import path = require('path/posix'); export = path; } declare module 'node:path/win32' { import path = require('path/win32'); export = path; }