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 : 52.14.238.102
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
unp /
node_modules /
@types /
node /
Delete
Unzip
Name
Size
Permission
Date
Action
assert
[ DIR ]
drwxr-xr-x
2022-01-26 16:52
dns
[ DIR ]
drwxr-xr-x
2022-01-26 16:52
fs
[ DIR ]
drwxr-xr-x
2022-01-26 16:52
stream
[ DIR ]
drwxr-xr-x
2022-01-26 16:52
timers
[ DIR ]
drwxr-xr-x
2022-01-26 16:52
LICENSE
1.11
KB
-rwxr-xr-x
2022-01-25 05:31
README.md
2.42
KB
-rwxr-xr-x
2022-01-25 05:31
assert.d.ts
37.66
KB
-rwxr-xr-x
2022-01-25 05:31
async_hooks.d.ts
20.44
KB
-rwxr-xr-x
2022-01-25 05:31
buffer.d.ts
96.65
KB
-rwxr-xr-x
2022-01-25 05:31
child_process.d.ts
64.57
KB
-rwxr-xr-x
2022-01-25 05:31
cluster.d.ts
20.06
KB
-rwxr-xr-x
2022-01-25 05:31
console.d.ts
17.9
KB
-rwxr-xr-x
2022-01-25 05:31
constants.d.ts
613
B
-rwxr-xr-x
2022-01-25 05:31
crypto.d.ts
147.7
KB
-rwxr-xr-x
2022-01-25 05:31
dgram.d.ts
26.11
KB
-rwxr-xr-x
2022-01-25 05:31
diagnostics_channel.d.ts
5.18
KB
-rwxr-xr-x
2022-01-25 05:31
dns.d.ts
29
KB
-rwxr-xr-x
2022-01-25 05:31
domain.d.ts
7.62
KB
-rwxr-xr-x
2022-01-25 05:31
events.d.ts
28.38
KB
-rwxr-xr-x
2022-01-25 05:31
fs.d.ts
170.35
KB
-rwxr-xr-x
2022-01-25 05:31
globals.d.ts
8.83
KB
-rwxr-xr-x
2022-01-25 05:31
globals.global.d.ts
39
B
-rwxr-xr-x
2022-01-25 05:31
http.d.ts
62.86
KB
-rwxr-xr-x
2022-01-25 05:31
http2.d.ts
109.71
KB
-rwxr-xr-x
2022-01-25 05:31
https.d.ts
20.87
KB
-rwxr-xr-x
2022-01-25 05:31
index.d.ts
6.24
KB
-rwxr-xr-x
2022-01-25 05:31
inspector.d.ts
122.48
KB
-rwxr-xr-x
2022-01-25 05:31
module.d.ts
3.99
KB
-rwxr-xr-x
2022-01-25 05:31
net.d.ts
35.37
KB
-rwxr-xr-x
2022-01-25 05:31
os.d.ts
16.28
KB
-rwxr-xr-x
2022-01-25 05:31
package.json
4.98
KB
-rwxr-xr-x
2022-01-26 16:52
path.d.ts
6.9
KB
-rwxr-xr-x
2022-01-25 05:31
perf_hooks.d.ts
20.54
KB
-rwxr-xr-x
2022-01-25 05:31
process.d.ts
71.2
KB
-rwxr-xr-x
2022-01-25 05:31
punycode.d.ts
5.35
KB
-rwxr-xr-x
2022-01-25 05:31
querystring.d.ts
6.33
KB
-rwxr-xr-x
2022-01-25 05:31
readline.d.ts
25.87
KB
-rwxr-xr-x
2022-01-25 05:31
repl.d.ts
19.01
KB
-rwxr-xr-x
2022-01-25 05:31
stream.d.ts
62.3
KB
-rwxr-xr-x
2022-01-25 05:31
string_decoder.d.ts
2.75
KB
-rwxr-xr-x
2022-01-25 05:31
timers.d.ts
4.43
KB
-rwxr-xr-x
2022-01-25 05:31
tls.d.ts
49.57
KB
-rwxr-xr-x
2022-01-25 05:31
trace_events.d.ts
6.62
KB
-rwxr-xr-x
2022-01-25 05:31
tty.d.ts
9.62
KB
-rwxr-xr-x
2022-01-25 05:31
url.d.ts
37.17
KB
-rwxr-xr-x
2022-01-25 05:31
util.d.ts
62.79
KB
-rwxr-xr-x
2022-01-25 05:31
v8.d.ts
14.91
KB
-rwxr-xr-x
2022-01-25 05:31
vm.d.ts
20.48
KB
-rwxr-xr-x
2022-01-25 05:31
wasi.d.ts
6.89
KB
-rwxr-xr-x
2022-01-25 05:31
worker_threads.d.ts
31.48
KB
-rwxr-xr-x
2022-01-25 05:31
zlib.d.ts
19.06
KB
-rwxr-xr-x
2022-01-25 05:31
Save
Rename
// Declare "static" methods in Error interface ErrorConstructor { /** Create .stack property on a target object */ captureStackTrace(targetObject: object, constructorOpt?: Function): void; /** * Optional override for formatting stack traces * * @see https://v8.dev/docs/stack-trace-api#customizing-stack-traces */ prepareStackTrace?: ((err: Error, stackTraces: NodeJS.CallSite[]) => any) | undefined; stackTraceLimit: number; } /*-----------------------------------------------* * * * GLOBAL * * * ------------------------------------------------*/ // For backwards compability interface NodeRequire extends NodeJS.Require { } interface RequireResolve extends NodeJS.RequireResolve { } interface NodeModule extends NodeJS.Module { } declare var process: NodeJS.Process; declare var console: Console; declare var __filename: string; declare var __dirname: string; declare var require: NodeRequire; declare var module: NodeModule; // Same as module.exports declare var exports: any; /** * Only available if `--expose-gc` is passed to the process. */ declare var gc: undefined | (() => void); //#region borrowed // from https://github.com/microsoft/TypeScript/blob/38da7c600c83e7b31193a62495239a0fe478cb67/lib/lib.webworker.d.ts#L633 until moved to separate lib /** A controller object that allows you to abort one or more DOM requests as and when desired. */ interface AbortController { /** * Returns the AbortSignal object associated with this object. */ readonly signal: AbortSignal; /** * Invoking this method will set this object's AbortSignal's aborted flag and signal to any observers that the associated activity is to be aborted. */ abort(): void; } /** A signal object that allows you to communicate with a DOM request (such as a Fetch) and abort it if required via an AbortController object. */ interface AbortSignal { /** * Returns true if this AbortSignal's AbortController has signaled to abort, and false otherwise. */ readonly aborted: boolean; } declare var AbortController: { prototype: AbortController; new(): AbortController; }; declare var AbortSignal: { prototype: AbortSignal; new(): AbortSignal; // TODO: Add abort() static }; //#endregion borrowed //#region ArrayLike.at() interface RelativeIndexable<T> { /** * Takes an integer value and returns the item at that index, * allowing for positive and negative integers. * Negative integers count back from the last item in the array. */ at(index: number): T | undefined; } interface String extends RelativeIndexable<string> {} interface Array<T> extends RelativeIndexable<T> {} interface Int8Array extends RelativeIndexable<number> {} interface Uint8Array extends RelativeIndexable<number> {} interface Uint8ClampedArray extends RelativeIndexable<number> {} interface Int16Array extends RelativeIndexable<number> {} interface Uint16Array extends RelativeIndexable<number> {} interface Int32Array extends RelativeIndexable<number> {} interface Uint32Array extends RelativeIndexable<number> {} interface Float32Array extends RelativeIndexable<number> {} interface Float64Array extends RelativeIndexable<number> {} interface BigInt64Array extends RelativeIndexable<bigint> {} interface BigUint64Array extends RelativeIndexable<bigint> {} //#endregion ArrayLike.at() end /*----------------------------------------------* * * * GLOBAL INTERFACES * * * *-----------------------------------------------*/ declare namespace NodeJS { interface CallSite { /** * Value of "this" */ getThis(): unknown; /** * Type of "this" as a string. * This is the name of the function stored in the constructor field of * "this", if available. Otherwise the object's [[Class]] internal * property. */ getTypeName(): string | null; /** * Current function */ getFunction(): Function | undefined; /** * Name of the current function, typically its name property. * If a name property is not available an attempt will be made to try * to infer a name from the function's context. */ getFunctionName(): string | null; /** * Name of the property [of "this" or one of its prototypes] that holds * the current function */ getMethodName(): string | null; /** * Name of the script [if this function was defined in a script] */ getFileName(): string | null; /** * Current line number [if this function was defined in a script] */ getLineNumber(): number | null; /** * Current column number [if this function was defined in a script] */ getColumnNumber(): number | null; /** * A call site object representing the location where eval was called * [if this function was created using a call to eval] */ getEvalOrigin(): string | undefined; /** * Is this a toplevel invocation, that is, is "this" the global object? */ isToplevel(): boolean; /** * Does this call take place in code defined by a call to eval? */ isEval(): boolean; /** * Is this call in native V8 code? */ isNative(): boolean; /** * Is this a constructor call? */ isConstructor(): boolean; } interface ErrnoException extends Error { errno?: number | undefined; code?: string | undefined; path?: string | undefined; syscall?: string | undefined; } interface ReadableStream extends EventEmitter { readable: boolean; read(size?: number): string | Buffer; setEncoding(encoding: BufferEncoding): this; pause(): this; resume(): this; isPaused(): boolean; pipe<T extends WritableStream>(destination: T, options?: { end?: boolean | undefined; }): T; unpipe(destination?: WritableStream): this; unshift(chunk: string | Uint8Array, encoding?: BufferEncoding): void; wrap(oldStream: ReadableStream): this; [Symbol.asyncIterator](): AsyncIterableIterator<string | Buffer>; } interface WritableStream extends EventEmitter { writable: boolean; write(buffer: Uint8Array | string, cb?: (err?: Error | null) => void): boolean; write(str: string, encoding?: BufferEncoding, cb?: (err?: Error | null) => void): boolean; end(cb?: () => void): this; end(data: string | Uint8Array, cb?: () => void): this; end(str: string, encoding?: BufferEncoding, cb?: () => void): this; } interface ReadWriteStream extends ReadableStream, WritableStream { } interface RefCounted { ref(): this; unref(): this; } type TypedArray = | Uint8Array | Uint8ClampedArray | Uint16Array | Uint32Array | Int8Array | Int16Array | Int32Array | BigUint64Array | BigInt64Array | Float32Array | Float64Array; type ArrayBufferView = TypedArray | DataView; interface Require { (id: string): any; resolve: RequireResolve; cache: Dict<NodeModule>; /** * @deprecated */ extensions: RequireExtensions; main: Module | undefined; } interface RequireResolve { (id: string, options?: { paths?: string[] | undefined; }): string; paths(request: string): string[] | null; } interface RequireExtensions extends Dict<(m: Module, filename: string) => any> { '.js': (m: Module, filename: string) => any; '.json': (m: Module, filename: string) => any; '.node': (m: Module, filename: string) => any; } interface Module { /** * `true` if the module is running during the Node.js preload */ isPreloading: boolean; exports: any; require: Require; id: string; filename: string; loaded: boolean; /** @deprecated since 14.6.0 Please use `require.main` and `module.children` instead. */ parent: Module | null | undefined; children: Module[]; /** * @since 11.14.0 * * The directory name of the module. This is usually the same as the path.dirname() of the module.id. */ path: string; paths: string[]; } interface Dict<T> { [key: string]: T | undefined; } interface ReadOnlyDict<T> { readonly [key: string]: T | undefined; } }