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.22.62
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 /
@nodelib /
fs.walk /
out /
Delete
Unzip
Name
Size
Permission
Date
Action
providers
[ DIR ]
drwxrwxr-x
2022-08-30 11:49
readers
[ DIR ]
drwxrwxr-x
2022-08-30 11:49
types
[ DIR ]
drwxrwxr-x
2022-08-30 11:49
index.d.ts
1019
B
-rw-rw-r--
2022-08-30 11:49
index.js
1.36
KB
-rw-rw-r--
2022-08-30 11:49
settings.d.ts
1.15
KB
-rw-rw-r--
2022-08-30 11:49
settings.js
1.22
KB
-rw-rw-r--
2022-08-30 11:49
Save
Rename
/// <reference types="node" /> import type { Readable } from 'stream'; import type { Dirent, FileSystemAdapter } from '@nodelib/fs.scandir'; import { AsyncCallback } from './providers/async'; import Settings, { DeepFilterFunction, EntryFilterFunction, ErrorFilterFunction, Options } from './settings'; import type { Entry } from './types'; declare function walk(directory: string, callback: AsyncCallback): void; declare function walk(directory: string, optionsOrSettings: Options | Settings, callback: AsyncCallback): void; declare namespace walk { function __promisify__(directory: string, optionsOrSettings?: Options | Settings): Promise<Entry[]>; } declare function walkSync(directory: string, optionsOrSettings?: Options | Settings): Entry[]; declare function walkStream(directory: string, optionsOrSettings?: Options | Settings): Readable; export { walk, walkSync, walkStream, Settings, AsyncCallback, Dirent, Entry, FileSystemAdapter, Options, DeepFilterFunction, EntryFilterFunction, ErrorFilterFunction };